Skip to content

Releases: xarray-contrib/datatree

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.

v0.0.5

05 May 15:59
Compare
Choose a tag to compare

This release brings a major refactor of the internals, allowing us to drop a dependency. Expect minor API breakages as a result! Please see the whats-new.rst for more details.