Skip to content

Releases: frequenz-floss/frequenz-microgrid-component-graph-python

v0.3.4

21 Dec 15:37
Immutable release. Only release title and notes can be modified.
v0.3.4
5d224a7

Choose a tag to compare

Frequenz Microgrid Component Graph Library Release Notes

Upgrading

  • This release updates the frequenz-microgrid-component-graph rust crate version to 0.4.

    This introduces some behavior changes to how some formulas are calculated:

    • The PV, battery, CHP, EV and Wind Turbine formulas now prefer meters as the primary components and fallback to inverters or other corresponding components only when the meters are not available.

      This makes a big difference in performance when there are multiple PV inverters behind a single meter, for example.

      This behaviour can be changed with the newly introduced meter preference config flags.

    • Consumer formulas don't consider phantom loads by default anymore. The original behaviour is still available through a config flag.

New Features

  • This introduces a new consumer formula generator that doesn't consider phantom loads.

    Meters with successors can still have loads not represented in the component graph. These are called phantom loads.

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

21 Dec 15:14
Immutable release. Only release title and notes can be modified.
v0.3.3
4ab920c

Choose a tag to compare

Frequenz Microgrid Component Graph Library Release Notes

Upgrading

  • This release updates the frequenz-microgrid-component-graph rust crate version to 0.4.

What's Changed

  • Bump frequenz-microgrid-component-graph version to 0.4 by @shsms in #39

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Dec 12:32
Immutable release. Only release title and notes can be modified.
v0.3.2
d463ca3

Choose a tag to compare

Frequenz Microgrid Component Graph Library Release Notes

New Features

  • It is now possible to create subclasses of the ComponentGraph and ComponentGraphConfig classes from python.

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 Dec 12:11
Immutable release. Only release title and notes can be modified.
v0.3.1
23708c7

Choose a tag to compare

Frequenz Microgrid Component Graph Library Release Notes

New Features

  • It is now possible to create subclasses of the ComponentGraph and ComponentGraphConfig classes from python.

What's Changed

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

v0.3.0

12 Dec 15:40
Immutable release. Only release title and notes can be modified.
v0.3.0
22eb3c3

Choose a tag to compare

Frequenz Microgrid Component Graph Library Release Notes

New Features

  • Grid formulas now use single successor meters as fallback components for meters attached to the grid.
  • Adds wind turbine bindings

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Nov 16:54
Immutable release. Only release title and notes can be modified.
v0.2.0
def46db

Choose a tag to compare

Frequenz Microgrid Component Graph Library Release Notes

New Features

  • Grid formulas now use single successor meters as fallback components for meters attached to the grid.

What's Changed

  • CI improvements to get publishing of rust bindings to work by @shsms in #18
  • Bump version to 0.2.0 by @shsms in #19
  • Update bindings version in Cargo.lock to 0.2.0 by @shsms in #20

Full Changelog: v0.1.0...v0.2.0

v0.1.0

24 Nov 21:11
Immutable release. Only release title and notes can be modified.
v0.1.0
6049e83

Choose a tag to compare

Frequenz Microgrid Component Graph Library Release Notes

Summary

This is the initial release of the python bindings for the component graph.

Full Changelog: v0.1.0-rc4...v0.1.0

v0.1.0-rc5

24 Nov 20:43
Immutable release. Only release title and notes can be modified.
v0.1.0-rc5
6049e83

Choose a tag to compare

v0.1.0-rc5 Pre-release
Pre-release

Frequenz Microgrid Component Graph Library Release Notes

Summary

This is the initial release of the python bindings for the component graph.

Full Changelog: v0.1.0-rc4...v0.1.0-rc5

v0.1.0-rc4

24 Nov 17:26
Immutable release. Only release title and notes can be modified.
v0.1.0-rc4
4deccf6

Choose a tag to compare

v0.1.0-rc4 Pre-release
Pre-release

Frequenz Microgrid Component Graph Library Release Notes

Summary

This is the initial release of the python bindings for the component graph.

What's Changed

New Contributors

Full Changelog: https://github.com/frequenz-floss/frequenz-microgrid-component-graph-python/commits/v0.1.0-rc4

v0.1.0-rc3

24 Nov 17:12
Immutable release. Only release title and notes can be modified.
v0.1.0-rc3
cb680dc

Choose a tag to compare

v0.1.0-rc3 Pre-release
Pre-release

Frequenz Microgrid Component Graph Library Release Notes

Summary

This is the initial release of the python bindings for the component graph.

What's Changed

New Contributors

Full Changelog: https://github.com/frequenz-floss/frequenz-microgrid-component-graph-python/commits/v0.1.0-rc3