ITADN
c0fec0de/anytree

版本发布 8

2.13.0
? · 2025-04-08

## What's Changed * 270 build broken with poetry core 200 by @c0fec0de in https://github.com/c0fec0de/anytree/pull/272 * Fix test_pickle.py not actually testing unpickled file by @kartben in https://github.com/c0fec0de/anytree/pull/266 * fix ruff issues by @c0fec0de in https://github.com/c0fec0de/anytree/pull/273 * fixes #249, fixes #250 by @c0fec0de in https://github.com/c0fec0de/anytree/pull/274 ## New Contributors * @kartben made their first contribution in https://github.com/c0fec0de/anytree/pull/266 Special thanks for PRs to @ncopa @MitchellAugustin @CoolCat467 **Full Changelog**: https://github.com/c0fec0de/anytree/compare/2.12.1...2.13.0

2.12.0
? · 2023-11-16

## What's Changed * #242 add 3.12 for testing by @c0fec0de in https://github.com/c0fec0de/anytree/pull/242 * #196 Introduce LightNodeMixin * #138 Fix Recursion Error **Full Changelog**: https://github.com/c0fec0de/anytree/compare/2.11.2...2.12.0

2.11.2
? · 2023-10-26

Fix #240

2.11.0
? · 2023-10-19

* Add mermaid exporter #236 * Add `filter_`, `stop` and `maxlevel` to all exporters

2.10.0
? · 2023-10-11

* Fix #191, #214, #221 * Add '**' to glob support, #4

2.9.2
? · 2023-10-11

* Fix #290 - remove setuptools dep

2.9.1
? · 2023-10-11

* Fix performance issue: #209 * Fix documentation: #216, #176, #209, #208, #212, #213, #198, #197 * Fix License * UniqueDotExporter became deterministic #194 Thanks @eckp Thanks for your patience

2.9.0
? · 2023-10-10

* Switch to github-workflow * Fix README links * Remove python 2.x support * Fix lint warning * No exection overhead on AttributeError on parent attribute access * Add NodeMixing.size attribute * Add ignorecase attribute to Resolver