From 49cef4b30baca74bc3b23076b4a4e19a1d2b9d33 Mon Sep 17 00:00:00 2001 From: Kay Date: Thu, 30 May 2024 19:03:18 +0800 Subject: [PATCH] bump: v0.18.1 --- CHANGELOG.md | 5 ++++- bigtree/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0c375b..a49e6986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: @@ -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 diff --git a/bigtree/__init__.py b/bigtree/__init__.py index b75c2926..6d148103 100644 --- a/bigtree/__init__.py +++ b/bigtree/__init__.py @@ -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