Skip to content

v1.0-beta

Compare
Choose a tag to compare
@ahalev ahalev released this 10 Nov 01:40
· 629 commits to master since this release
cf0bb8d

What's Changed

  • Fully modular microgrids. Allow users to define their own modules and easily read data from them.
  • New discrete and continuous microgrid environments for modular microgrids.
  • Conversions between old and new microgrids.
  • Updated model predictive control for modular microgrids.
  • Updated serialization and new benchmark pymgrid 25 by @ahalev in #139.
    Use human-readable yaml serialization instead of pickling.
  • Forecasting for time series modules by @ahalev in #110 and #126.
    Allow for users to define their own forecasting modules, as well as some basic forecasters: OracleForecaster with a perfect forecast, GaussianNoiseForecaster for a forecaster that adds gaussian noise.
  • New test suite.
  • Updated README.

Full Changelog: v0.1.0-beta...v1.0-beta