Skip to content

Commit ee567e1

Browse files
Quek Ching YeeQuek Ching Yee
authored andcommitted
bump: v0.22.1
1 parent 19b75f9 commit ee567e1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.22.1] - 2024-11-03
810
### Added:
9-
- (WIP) Misc: Documentation to rely on jupyter notebook.
11+
- Misc: Documentation to rely on jupyter notebook.
1012
### Changed:
1113
- Tree Export: Exporting to dot allow node_attr and edge_attr to modify node before retrieving node name.
1214
- Misc: All code reference to node_name (immutable) instead of name (mutable).
@@ -677,7 +679,8 @@ ignore null attribute columns.
677679
- Utility Iterator: Tree traversal methods.
678680
- Workflow To Do App: Tree use case with to-do list implementation.
679681

680-
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.22.0...HEAD
682+
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.22.1...HEAD
683+
[0.22.1]: https://github.com/kayjan/bigtree/compare/0.22.0...0.22.1
681684
[0.22.0]: https://github.com/kayjan/bigtree/compare/0.21.3...0.22.0
682685
[0.21.3]: https://github.com/kayjan/bigtree/compare/0.21.2...0.21.3
683686
[0.21.2]: https://github.com/kayjan/bigtree/compare/0.21.1...0.21.2

bigtree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.22.0"
1+
__version__ = "0.22.1"
22

33
from bigtree.binarytree.construct import list_to_binarytree
44
from bigtree.dag.construct import dataframe_to_dag, dict_to_dag, list_to_dag

0 commit comments

Comments
 (0)