Skip to content

Releases: TulipaEnergy/Tulipa-OBZ-CaseStudy

v0.1.0

21 Feb 17:34
b5120b7
Compare
Choose a tag to compare

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

21 Feb 16:44
ae1e5fd
Compare
Choose a tag to compare

Case study compatible with Tulipa Energy Model v0.10.x

What's Changed

New Contributors

Full Changelog: https://github.com/TulipaEnergy/Tulipa-OBZ-CaseStudy/commits/v0.0.1