Recent Releases of Osier
Osier - v0.4.1
What's Changed
- fix solve time for logical dispatch model by @samgdotson in https://github.com/arfc/osier/pull/73
- updates the version osier and prepares for a new release by @samgdotson in https://github.com/arfc/osier/pull/74
Full Changelog: https://github.com/arfc/osier/compare/v0.4.0...v0.4.1
Scientific Software - Peer-reviewed
- Python
Published by samgdotson 7 months ago
Osier - v0.4.0
What's Changed
- updates osier version by @samgdotson in https://github.com/arfc/osier/pull/69
- Env instructions by @samgdotson in https://github.com/arfc/osier/pull/70
- Logical flow by @samgdotson in https://github.com/arfc/osier/pull/71
- Mga by @samgdotson in https://github.com/arfc/osier/pull/72
[0.4.0] - 2025-02-06
This update introduces some big new features to Osier.
Added
Osierincludes a new "hierarchical dispatch" model for electricity dispatch (PR #71).- A new
nmgamodule was added to facilitate "n-dimensional modeling-to-generate alternatives." (PR #72) - Two new tutorials in the documentation
- "Constraint" tutorial - how to constrain an
Osiermodel with objective functions. - "MGA" tutorial - how to perform MGA with
Osier'snmgamodule.
- "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
condaenvironment via Mambaforge (now deprecated). - Version listed in documentation is now linked with
pyproject.toml.
Full Changelog: https://github.com/arfc/osier/compare/v0.3.1...v0.4.0
Scientific Software - Peer-reviewed
- Python
Published by samgdotson about 1 year ago
Osier - v0.3.1
This version simply migrates the setup.py to a pyproject.toml.
What's Changed
- Updates installer issues and resolves the pyomo logging error by @samgdotson in https://github.com/arfc/osier/pull/65
- adds coverage and failunder to pytest command by @fredshone in https://github.com/arfc/osier/pull/68
New Contributors
- @fredshone made their first contribution in https://github.com/arfc/osier/pull/68
Full Changelog: https://github.com/arfc/osier/compare/v0.3.0...v0.3.1
Scientific Software - Peer-reviewed
- Python
Published by samgdotson over 1 year ago
Osier - v0.1.0
This first release of osier includes a technology module for defining and storing technology data as well as a simple dispatch model for calculating the energy production of each technology that minimizes cost.
Scientific Software - Peer-reviewed
- Python
Published by samgdotson over 3 years ago