What's Changed
- updates osier version by @samgdotson in #69
- Env instructions by @samgdotson in #70
- Logical flow by @samgdotson in #71
- Mga by @samgdotson in #72
[0.4.0] - 2025-02-06
This update introduces some big new features to Osier
.
Added
Osier
includes a new "hierarchical dispatch" model for electricity dispatch (PR #71).- A new
nmga
module was added to facilitate "n-dimensional modeling-to-generate alternatives." (PR #72) - Two new tutorials in the documentation
- "Constraint" tutorial - how to constrain an
Osier
model with objective functions. - "MGA" tutorial - how to perform MGA with
Osier
'snmga
module.
- "Constraint" tutorial - how to constrain an
- The "dispatch" tutorial demonstrates the hierarchical dispatch algorithm.
Fixed
- Fixes an issue with GitHub actions that tried setting up a
conda
environment via Mambaforge (now deprecated). - Version listed in documentation is now linked with
pyproject.toml
.
Full Changelog: v0.3.1...v0.4.0