Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Nov 13:35
· 143 commits to v1.x.x since this release
Immutable release. Only release title and notes can be modified.
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