Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@samgdotson samgdotson released this 06 Feb 16:32

What's Changed

[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's nmga module.
  • 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