This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
v0.0.12
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
- .to_dataset in map over subtree by @TomNicholas in #194
- update the badge route by @keewis in #202
- Add level, depth & width properties by @TomNicholas in #208
- Attribute-like access and ipython autocomplete by @TomNicholas in #98
- Deprecate python 3.8 by @TomNicholas in #214
- move to a
pyproject.toml
-based build configuration by @keewis in #219 - copy subtrees without creating nodes for ancestors by @keewis in #201
- update using dictionary unpacking by @keewis in #213
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #218
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #222
Full Changelog: v0.0.11...v0.0.12