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> upConsider also resolving and instantiating you environment again:
pkg> resolve
pkg> instantiateWhat'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