Skip to content

Releases: Total-RD/pymgrid

v1.2.2

25 Jan 21:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

19 Dec 20:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Dec 00:27
Compare
Choose a tag to compare

What's Changed

Rule-based control has been updated for modular microgrids (#179). It is based on the same priority-list concept used in DiscreteMicrogridEnv.

A new type of module has been added. fixed modules have been renamed to controllable; these are the modules that you must pass controls to in microgrid.run. fixed modules are now modules that demand or absorb energy without any control whatsoever. At the moment, LoadModule is the only module for which this is true. This may be expanded to RenewableModule in the future.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

26 Nov 02:04
3fa1f3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

11 Nov 08:30
4da59f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0-beta...v1.0.3

v1.0-beta

10 Nov 01:40
cf0bb8d
Compare
Choose a tag to compare

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

v0.1.0-beta

16 Mar 23:08
693fdcc
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Beta version of pymgrid. Code is untested; use at your own risk.