This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
v0.0.13
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
- Add installation instructions by @jbusecke in #231
- FIX: Fix bug with nodepath python 3.12 issues by @mgrover1 in #260
- Fix minor typo by @brews in #246
- Map over only data nodes, ignoring attrs by @TomNicholas in #263
- Add path to error message in map_over_subtree by @TomNicholas in #264
- Docs on manipulating trees by @TomNicholas in #180
- Bugfix/fix tests on i386 by @avalentino in #249
- Alternative fix for #188 by @TomNicholas in #268
- DatasetView in map_over_subtree by @TomNicholas in #269
- Method to match node paths via glob by @TomNicholas in #267
- Do not use the deprecated distutils by @avalentino in #247
- is_hollow method by @TomNicholas in #272
New Contributors
- @mgrover1 made their first contribution in #260
- @brews made their first contribution in #246
- @avalentino made their first contribution in #249
Full Changelog: v0.0.12...v0.0.13