Skip to content

v1.0.0-rc4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Nov 12:52
· 112 commits to v1.x.x since this release
v1.0.0-rc4
77d4920

Frequenz Quantities Library Release Notes

Summary

This is the initial release, extracted from the SDK v1.0.0rc601.

New Features

  • Added support for __round__ (round(quantity)), __pos__ (+quantity) and __mod__ (quantity % quantity) operators.
  • Add ReactivePower quantity.
  • Add ApparentPower quantity.
  • Add an experimental marshmallow module available when adding [marshmallow] to the requirements.
    • Add a QuantitySchema supporting string/float based serialization and deserialization of quantities.

What's Changed

  • Add marshmallow fields for apparent and reactive power by @llucax in #27
  • Make the new marshmallow module experimental by @llucax in #28

Full Changelog: v1.0.0-rc3...v1.0.0-rc4