Skip to content

v1.0.0-rc3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Nov 11:41
· 119 commits to v1.x.x since this release
v1.0.0-rc3
c152698

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 marshmallow module available when adding [marshmallow] to the requirements.
  • Add a QuantitySchema supporting string/float based serialization and deserialization of most quantities (except for ReactivePower and ApparentPower).

What's Changed

New Contributors

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