v1.0.0-rc3
Pre-release
Pre-release
·
119 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 marshmallow module available when adding
[marshmallow]to the requirements. - Add a QuantitySchema supporting string/float based serialization and deserialization of most quantities (except for
ReactivePowerandApparentPower).
What's Changed
- Add marshmallow helpers by @Marenz in #24
- Build(deps): Bump the required group with 8 updates by @dependabot in #25
New Contributors
Full Changelog: v1.0.0-rc2...v1.0.0-rc3