Skip to content

Commit edd9f83

Browse files
authored
Merge pull request #242 from kayjan/v0.18.1
bump: v0.18.1
2 parents b5d23ed + 49cef4b commit edd9f83

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.18.1] - 2024-05-30
810
### Changed:
911
- Misc: Remove support of Python 3.7 due to incompatibility with polars.
1012
### Fixed:
@@ -570,7 +572,8 @@ ignore null attribute columns.
570572
- Utility Iterator: Tree traversal methods.
571573
- Workflow To Do App: Tree use case with to-do list implementation.
572574

573-
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.18.0...HEAD
575+
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.18.1...HEAD
576+
[0.18.1]: https://github.com/kayjan/bigtree/compare/0.18.0...0.18.1
574577
[0.18.0]: https://github.com/kayjan/bigtree/compare/0.17.2...0.18.0
575578
[0.17.2]: https://github.com/kayjan/bigtree/compare/0.17.1...0.17.2
576579
[0.17.1]: https://github.com/kayjan/bigtree/compare/0.17.0...0.17.1

bigtree/__init__.py

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