v1.0.0-rc4
Pre-release
Pre-release
·
112 commits
to v1.x.x
since this release
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
ReactivePowerquantity. - Add
ApparentPowerquantity. - 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
marshmallowmodule experimental by @llucax in #28
Full Changelog: v1.0.0-rc3...v1.0.0-rc4