Skip to content

v0.1.0

Latest

Choose a tag to compare

@datejada datejada released this 21 Feb 17:34
· 6 commits to main since this release
b5120b7

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