This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
v0.0.14
This release brings some bugfixes and small usability improvements.
This release also marks the last release before the process of merging datatree into xarray upstream begins!
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #273
- Change default write mode of
to_zarr()
to'w-'
by @slevang in #275 - Keep attrs in
map_over_subtree
by @slevang in #279 - Bump actions/setup-python from 4 to 5 by @dependabot in #291
- Fix for xarray v2023.12.0 by @TomNicholas in #294
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #296
- Bump actions/download-artifact from 3 to 4 by @dependabot in #295
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #289
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #285
- Use napoleon instead of numpydoc (xarray doc alignment), and fixes by @etienneschalk in #298
- doc typo: Update data-structures.rst by @flamingbear in #299
- DataTree.lineage should be renamed to .parents by @etienneschalk in #286
- Add Pathlike methods to api docs by @TomNicholas in #287
- Moves Tree Contents so that simpsons data tree in example is defined. by @flamingbear in #301
New Contributors
- @slevang made their first contribution in #275
- @etienneschalk made their first contribution in #298
- @flamingbear made their first contribution in #299
Full Changelog: v0.0.13...v0.0.14