v2023.07.0
This release brings improvements to the documentation on wrapping numpy-like arrays, improved docstrings, and bug fixes.
Thanks to our 7 contributors:
Harshitha, Illviljan, Johan Mathe, Justus Magin, Kai Mühlbauer, Tom Nicholas, and Yvonne Fröhlich.
What's Changed
- Allow cubed arrays to be passed to flox groupby by @TomNicholas in #7941
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #7944
- Duck array documentation improvements by @TomNicholas in #7911
- Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by @dependabot in #7956
- Docstring examples by @harshitha1201 in #7881
- Update minimum version of typing extensions in pre-commit by @TomNicholas in #7960
- manually unshallow the repository on RTD by @keewis in #7961
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #7959
- Chunked array docs by @TomNicholas in #7951
- ensure no forward slashes in names for HDF5-based backends by @kmuehlbauer in #7953
- Move absolute path finder from open_mfdataset to own function by @Illviljan in #7968
- Use another repository for upstream testing by @Illviljan in #7970
- Skip broken tests on Python 3.11 and Windows by @Illviljan in #7972
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #7973
- Examples added to docstrings by @harshitha1201 in #7936
- Fix typo in zarr.py by @johmathe in #7983
- Improve explanation in example "Working with Multidimensional Coordinates" by @yvonnefroehlich in #7984
- Release summary for v2023.07.0 by @TomNicholas in #7979
- Add new what's new section by @Illviljan in #7986
- Remove hue_style from plot1d docstring by @Illviljan in #7925
- Update whats-new.rst for new release by @TomNicholas in #7993
New Contributors
- @johmathe made their first contribution in #7983
- @yvonnefroehlich made their first contribution in #7984
Full Changelog: v2023.06.0...v2023.07.0