v0.7.1
github-actions
released this
24 Jun 20:56
·
17 commits
to refs/heads/main
since this release
v0.7.1 (24 June 2024)
This patch release fixes a bug in the Regrid2 API where a static order of dimensions are incorrectly expected. It updates add_missing_bounds()
to convert np.timedelta64
values to pandas.Timedelta
objects to support Xarray's datetime component accessor.
This release also includes numerous updates to the documentation, including adding a general guide to parallel computing with Dask notebook (link). It also ensures all existing notebooks and documentation are up to date with the latest and relevant information.
Bug Fixes
- Fixes regrid2 mapping output to input ordering by @jasonb5 in #653
- Update
add_missing_bounds()
to convertnp.timedelta64
topd.Timedelta
to support Xarray's datetime component accessor by @lee1043 in #660
Documentation
- Add JOSS paper by @tomvothecoder in #567
- Add Parallel Computing with Dask Jupyter Notebook by @tomvothecoder in #489
- Update regridding notebook for v0.7.0 by @chengzhuzhang in #646
- Update FAQs, HPC guide, and Gentle Introduction by @tomvothecoder in #650
- Simplify the contributing guide by @tomvothecoder in #593
- Update notebook env setup instructions with kernel by @tomvothecoder in #652
- Add instructions for setting
ESMFMKFILE
and update links to xESMF docs by @tomvothecoder in #643 - Temporal average notebooks maintanance by @lee1043 in #633
- Review of spatial averaging and general dataset utilities by @pochedls in #644
Full Changelog: v0.7.0...v0.7.1