Skip to content

Commit 9303258

Browse files
committed
bump: v0.25.0
1 parent 5bbf9f6 commit 9303258

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.25.0] - 2025-02-25
810
### Added:
911
- Tree Exporter: `tree_to_pillow_graph` method to allow cmap for node background and generic kwargs for yield_tree.
1012
- Tree Exporter: `vprint_tree` method to print trees vertically, able to use `.vshow()` as well.
@@ -734,7 +736,8 @@ ignore null attribute columns.
734736
- Utility Iterator: Tree traversal methods.
735737
- Workflow To Do App: Tree use case with to-do list implementation.
736738

737-
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.24.0...HEAD
739+
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.25.0...HEAD
740+
[0.25.0]: https://github.com/kayjan/bigtree/compare/0.24.0...0.25.0
738741
[0.24.0]: https://github.com/kayjan/bigtree/compare/0.23.1...0.24.0
739742
[0.23.1]: https://github.com/kayjan/bigtree/compare/0.23.0...0.23.1
740743
[0.23.0]: https://github.com/kayjan/bigtree/compare/0.22.3...0.23.0

bigtree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.24.0"
1+
__version__ = "0.25.0"
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)