v0.8.0 (14 February 2025)
This minor release introduces a new feature for temporal averaging with custom seasons spanning the calendar year. It also includes the ability to detect and drop incomplete seasons using the drop_incomplete_season
config, which will eventually replace drop_incomplete_djf
(previously limited to DJF seasons). Additionally, a bug in the regrid2
regridder has been fixed, ensuring coordinates are now preserved correctly.
Enhancements
- Add support for custom seasons spanning calendar years by @tomvothecoder in #423
Bug Fixes
- Fixes preserving coordinates in regrid2 by @jasonb5 and @tomvothecoder in #716
- Fix
DeprecationWarning
andFutureWarning
found in test suite by @tomvothecoder in #724
Documentation
- Replace Miniconda with Miniforge by @tomvothecoder in #727
- Update Miniconda references to Miniforge in HPC docs by @tomvothecoder in #731
DevOps
- Update pre-commit hooks and add ci config by @tomvothecoder in #732
- Fix
DeprecationWarning
andFutureWarning
found in test suite by @tomvothecoder in #724
Full Changelog: v0.7.3...v0.8.0