v0.2.0
Frequenz Weather API Client Release Notes
Summary
Upgrading
- This includes a major upgrade of
numpyto v2.
New Features
- Add method to combine conversion from forecast to ndarray and resampling in one method.
- Add support for Python 3.12.
Bug Fixes
What's Changed
- Expose Client class and types in weather package init.py by @TalweSingh in #16
- Update the Usage section in the
README.mdby @TalweSingh in #18 - Combine conversion from forecast to ndarray and resampling in one method by @TalweSingh in #20
- Upgrade to repo-config v0.13.2 by @llucax in #22
- Major upgrade of numpy dependency to v2 by @cwasicki in #34
- Update release notes by @cwasicki in #35
- Bump pytest-asyncio from 0.25.3 to 0.26.0 by @dependabot in #29
- Bump pydoclint from 0.6.0 to 0.6.6 by @dependabot in #28
- Bump setuptools from 75.8.0 to 80.3.1 by @dependabot in #27
- Bump the minor group across 1 directory with 7 updates by @dependabot in #36
New Contributors
Full Changelog: v0.1.0...v0.2.0