v0.7.2
github-actions
released this
02 Oct 18:52
·
6 commits
to refs/heads/main
since this release
v0.7.2 (02 October 2024)
This patch release introduces significant performance improvements to the temporal grouping averaging APIs (group_average
, climatology
, and departures
) and adds support for piControl and other simulations that have time coordinates starting at year 1 (e.g., "0001-01-01") when dropping incomplete seasons.
Enhancements
- [Refactor] Improve the performance of temporal group averaging by @tomvothecoder in #689
Bug Fixes
- Update temporal.py to properly handle piControl and other simulations that start at year 1 when dropping incomplete seasons by @lee1043 in #696
Documentation
- Add project logos to README and project overview page on docs by @tomvothecoder in #686
- Add links to JOSS and DOE EESM content by @tomvothecoder in #682
- Add SciPy 2024 talk material by @tomvothecoder in #658, #678, #679, #680
- Add JOSS badge to README by @tomvothecoder in #674
DevOps
- Update
setup.py
classifiers by @tomvothecoder in #691 - Update build workflow by @tomvothecoder in #698
Full Changelog: v0.7.1...v0.7.2