File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.31.2] - 2025-09-25
10+ ### Fixed:
11+ - Docs: Upgrade docs to use Python 3.10.
12+
913## [ 0.31.1] - 2025-09-25
1014### Added:
1115- Tree Print: Add customisation for attribute display and attribute separator.
@@ -826,7 +830,8 @@ ignore null attribute columns.
826830- Utility Iterator: Tree traversal methods.
827831- Workflow To Do App: Tree use case with to-do list implementation.
828832
829- [ Unreleased ] : https://github.com/kayjan/bigtree/compare/0.31.1...HEAD
833+ [ Unreleased ] : https://github.com/kayjan/bigtree/compare/0.31.2...HEAD
834+ [ 0.31.2 ] : https://github.com/kayjan/bigtree/compare/0.31.1...0.31.2
830835[ 0.31.1 ] : https://github.com/kayjan/bigtree/compare/0.31.0...0.31.1
831836[ 0.31.0 ] : https://github.com/kayjan/bigtree/compare/0.30.1...0.31.0
832837[ 0.30.1 ] : https://github.com/kayjan/bigtree/compare/0.30.0...0.30.1
Original file line number Diff line number Diff line change 1- __version__ = "0.31.1 "
1+ __version__ = "0.31.2 "
22
33from bigtree .binarytree .construct import list_to_binarytree
44from bigtree .dag .construct import dataframe_to_dag , dict_to_dag , list_to_dag
You can’t perform that action at this time.
0 commit comments