Skip to content

Commit

Permalink
Merge pull request #242 from kayjan/v0.18.1
Browse files Browse the repository at this point in the history
bump: v0.18.1
  • Loading branch information
kayjan authored May 30, 2024
2 parents b5d23ed + 49cef4b commit edd9f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.18.1] - 2024-05-30
### Changed:
- Misc: Remove support of Python 3.7 due to incompatibility with polars.
### Fixed:
Expand Down Expand Up @@ -570,7 +572,8 @@ ignore null attribute columns.
- Utility Iterator: Tree traversal methods.
- Workflow To Do App: Tree use case with to-do list implementation.

[Unreleased]: https://github.com/kayjan/bigtree/compare/0.18.0...HEAD
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.18.1...HEAD
[0.18.1]: https://github.com/kayjan/bigtree/compare/0.18.0...0.18.1
[0.18.0]: https://github.com/kayjan/bigtree/compare/0.17.2...0.18.0
[0.17.2]: https://github.com/kayjan/bigtree/compare/0.17.1...0.17.2
[0.17.1]: https://github.com/kayjan/bigtree/compare/0.17.0...0.17.1
Expand Down
2 changes: 1 addition & 1 deletion bigtree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.18.0"
__version__ = "0.18.1"

from bigtree.binarytree.construct import list_to_binarytree
from bigtree.dag.construct import dataframe_to_dag, dict_to_dag, list_to_dag
Expand Down

0 comments on commit edd9f83

Please sign in to comment.