Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 13:35
· 110 commits to v1.x.x since this release
v1.0.0
0d3f8fb

Frequenz Quantities Library Release Notes

Summary

This first stable release of frequenz-quantities!

The code is based on the quantities code in the frequenz-sdk v1.0.0rc601 but with some new features and improvements.

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. This module provides marshmallow fields for quantities and a QuantitySchema to use as a base schema that supports loading and dumping quantities.

What's Changed

  • Prepare release notes for the final v1.0.0 release by @llucax in #29

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