v0.7.0
TulipaEnergyModel v0.7.0
Merged pull requests:
- Add long and short storage asset constraints (#498) (@datejada)
- Update feature.md (#500) (@gnawin)
- Add memory table to the benchmark report (#504) (@abelsiqueira)
- Add storage level between (intra) representative periods to the outputs (#511) (@datejada)
- Change storage type definition to use boolean instead of strings (#515) (@datejada)
- Add optimization problem size info to the display of
EnergyProblem
(#519) (@gnawin) - Use multiple profile types (#521) (@abelsiqueira)
- Add partitions for base_periods and create separate partitions and profiles files (#524) (@abelsiqueira)
- Add minimum and maximum storage level limits (#527) (@datejada)
- Rename flow columns in the constraints dataframes to ignore the suffix _lowest and _highest (#528) (@abelsiqueira)
Closed issues:
- Add the constraints for short- and long-storage in the model (#456)
- Consider refactoring the names of the incoming and outgoing flows (#468)
- Update the features explanation in the documentation (#480)
- Update the GitHub actions for testing in the main branch (#481)
- Update benchmark to show memory (#502)
- Change the temporal structure of the inter period constraints to be more similar to the partitions in the intra period constraints (#507)
- Add the new
storage_level_intra_rp
results to the outputs (#509) - Show more solver info in
run_scenario
(#510) - Add a new
spillage
variable for thestorage_inter_rp_balance
(#512) - Change the storage type to boolean (e.g.,
is_long
) instead of a string (#514) - Create new files to store the different kinds of profiles (#516)
- Improve the pre-filled contents of the csv files (#520)
- Refactor the base periods to have partitions and add base period profiles (#522)
- Add constraints for the limits for storage in the base periods (#523)