Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Releases: xarray-contrib/datatree

v0.0.15

24 Oct 22:14
5f3956f
Compare
Choose a tag to compare

🚨 🔔 ⚠️ NO LONGER MAINTAINED ⚠️ 🔔 🚨

This repository has been archived and the code is no longer maintained!

Datatree has been merged upstream into pydata/xarray, and released as of xarray version 2024.10.0.

There will be no further bugfixes or feature additions to this respository.

Users of this repository should migrate to using xarray.DataTree instead, following the Migration Guide.

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

23 Jan 22:15
03b0a8c
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.13...v0.0.14

v0.0.13

27 Oct 22:04
e6d9420
Compare
Choose a tag to compare

This release brings the new .match method for glob-style path-matching, more docs, some bugfixes, and compatibility with python 3.12.

What's Changed

New Contributors

Full Changelog: v0.0.12...v0.0.13

v0.0.12

07 Mar 20:53
fabb078
Compare
Choose a tag to compare

This release adds attribute-like access to child nodes and variables, adds the .level, .depth, and .width properties, fixes some bugs, and drops support for python 3.8.

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

09 Jan 15:45
ec7ec38
Compare
Choose a tag to compare

Big update with entirely new pages in the docs, new methods (.drop_nodes, .filter, .leaves, .descendants), and bug fixes!

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

07 Dec 19:38
d8e7d38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

14 Jul 20:27
9136ee6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

13 Jul 22:35
0a1ea52
Compare
Choose a tag to compare

Release to try and fix a deployment error with previous version.

v0.0.7

11 Jul 14:34
d458a94
Compare
Choose a tag to compare

Refactors the internals of a DataTree node to store multiple xarray.Variable objects instead of a single xarray.Dataset object. This brings the internal design closer to the design of xarray.Dataset. Also contains various other fixes and improvements!

v0.0.6

03 Jun 15:59
34116c2
Compare
Choose a tag to compare

Various small bug fixes, in preparation for more significant changes in the next version.