v1.0.0
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
ReactivePowerquantity. - Add
ApparentPowerquantity. - Add an experimental marshmallow module available when adding
[marshmallow]to the requirements. This module providesmarshmallowfields for quantities and aQuantitySchemato use as a base schema that supports loading and dumping quantities.
What's Changed
Full Changelog: v1.0.0-rc4...v1.0.0