From 2fccca247097af3853f91a1b3055d6bda9090f4b Mon Sep 17 00:00:00 2001 From: Kay Date: Sat, 4 Nov 2023 00:44:11 +0800 Subject: [PATCH] v0.14.4 + fix conda meta.yaml --- CHANGELOG.md | 5 +++++ bigtree/__init__.py | 2 +- conda/meta.yaml | 5 +---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01fffee7..b62b4239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## [0.14.4] - 2023-11-04 +### Changed +- Misc: Clean up github actions + ## [0.14.3] - 2023-10-31 ### Added - Misc: Publish to conda, enable automated publishing to conda-forge in addition to existing PyPI. @@ -375,6 +379,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Utility Iterator: Tree traversal methods. - Workflow To Do App: Tree use case with to-do list implementation. +[0.14.4]: https://github.com/kayjan/bigtree/compare/0.14.3...0.14.4 [0.14.3]: https://github.com/kayjan/bigtree/compare/0.14.2...0.14.3 [0.14.2]: https://github.com/kayjan/bigtree/compare/0.14.1...0.14.2 [0.14.1]: https://github.com/kayjan/bigtree/compare/0.14.0...0.14.1 diff --git a/bigtree/__init__.py b/bigtree/__init__.py index 395822be..ca7bb593 100644 --- a/bigtree/__init__.py +++ b/bigtree/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.14.3" +__version__ = "0.14.4" from bigtree.binarytree.construct import list_to_binarytree from bigtree.dag.construct import dataframe_to_dag, dict_to_dag, list_to_dag diff --git a/conda/meta.yaml b/conda/meta.yaml index c793e1e2..a270c3a8 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -19,10 +19,7 @@ requirements: - hatchling - pip run: - - python >=3.8 - - pandas - - pydot - - Pillow + - python >=3.7 test: imports: