Skip to content

Commit

Permalink
chore: bump to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sstroemer authored Nov 24, 2024
1 parent 071dff7 commit d91f90e
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "IESopt"
uuid = "ed3f0a38-8ad9-4cf8-877e-929e8d190fe9"
version = "2.0.1"
version = "2.0.2"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/01_basic_single_node.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
# This specifies the overall type of optimization problem. If using "LP" like here, no component can utilize
# formulations that are of a "higher" class (e.g. MILP).
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/02_advanced_single_node.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/03_basic_two_nodes.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/04_soft_constraints.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/05_basic_two_nodes_1y.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/06_recursion_h2.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/07_csv_filestorage.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/08_basic_investment.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/09_csv_only.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/10_basic_load_shedding.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/11_basic_unit_commitment.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/12_incremental_efficiency.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/15_varying_efficiency.iesopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: MILP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/16_noncore_components.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: MILP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/18_addons.iesopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/20_chp.iesopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: MILP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/22_snapshot_weights.iesopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/23_snapshots_from_csv.iesopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: MILP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/25_global_parameters.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters: files/25/global.iesopt.param.yaml
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
solver:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/26_initial_states.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parameters:
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
solver:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/27_piecewise_linear_costs.iesopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
solver:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: MILP
solver:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
solver:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/31_exclusive_operation.iesopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
solver:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/32_sos.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: MILP
solver:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/33_benders_investment.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: MILP
solver:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/34_piecewise_linear_costs.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: MILP
solver:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/35_fixed_costs.iesopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: MILP
solver:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/36_stochastic_investment.iesopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: MILP
solver:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/37_certificates.iesopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
solver:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/41_multiobjective_epsilon.iesopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP+MO
snapshots:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP+MO
snapshots:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP+MO
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/44_lossy_connections.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
solver:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/45_result_extraction.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config:
general:
version:
core: 2.0.0
core: 2.0.2
name:
model: ExampleModel45
scenario: SomeScenario_$TIME$
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/46_constants_in_objective.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/47_disable_components.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
config:
general:
version:
core: 2.0.0
core: 2.0.2
optimization:
problem_type: LP
snapshots:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/examples/48_custom_results.iesopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config:
model: CustomResults
scenario: SomeScenario_$TIME$
version:
core: 2.0.0
core: 2.0.2
# ------------------------------------------------------------------------------------------------------------------ #
optimization:
problem_type: LP
Expand Down

2 comments on commit d91f90e

@sstroemer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/120092

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.0.2 -m "<description of version>" d91f90ea3faae8a3d25d0d7069f87d3d4cfe0f13
git push origin v2.0.2

Please sign in to comment.