Skip to content

Releases: arfc/osier

v0.3.1

04 Oct 01:06
7e6481e
Compare
Choose a tag to compare

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 #65
  • adds coverage and failunder to pytest command by @fredshone in #68

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Apr 13:56
af54d70
Compare
Choose a tag to compare

This release adds new features for creating objective functions and helpful utilities. Along with tests and examples in the documentation. See the CHANGELOG.md for more details.

v0.2.0

31 Oct 15:51
Compare
Choose a tag to compare

This release adds storage and ramping constraints to the DispatchModel. More details can be found in CHANGELOG.md
osier.zip

v0.1.3

04 Oct 18:01
Compare
Choose a tag to compare

Fixes bug where osier.models could not be imported.

Adds __init__.py file to models.

v.0.1.1

04 Oct 15:16
Compare
Choose a tag to compare

Updates documentation for osier. Creates links to readthedocs and pypi.

v0.1.0

04 Oct 13:26
01a7edb
Compare
Choose a tag to compare

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.