Releases: TulipaEnergy/Tulipa-OBZ-CaseStudy
Releases · TulipaEnergy/Tulipa-OBZ-CaseStudy
v0.1.0
This version is compatible with Tulipa Energy Model v0.12.x
Breaking Changes
Update your Julia environment to get the latest version of the dependencies. For instance, this version is compatible with v0.12.x, so previous versions of the package will produce errors. To update your local environment, enter the package mode in your Julia REPL, activate the environment and then upgrade it:
# ]
pkg> activate .
pkg> up
Consider also resolving and instantiating you environment again:
pkg> resolve
pkg> instantiate
What's Changed
- Update workflow to use TulipaEnergyModel v0.12.0 by @datejada in #12
- Adjust partition assignment logic based on transport status by @datejada in #17
Full Changelog: v0.0.1...v0.1.0
v0.0.1
Case study compatible with Tulipa Energy Model v0.10.x
What's Changed
- Add TulipaClustering to the pipeline by @datejada in #2
- Update file names by @datejada in #4
- Fix price plot legend by @datejada in #6
- Update partitions values by @datejada in #8
- Add dir path to read and write functions by @datejada in #10
- Add permission for files by @gnawin in #14
- Update balance output by @datejada in #16
New Contributors
Full Changelog: https://github.com/TulipaEnergy/Tulipa-OBZ-CaseStudy/commits/v0.0.1