Skip to content

Commit

Permalink
Merge pull request #120 from kayjan/v0.14.4
Browse files Browse the repository at this point in the history
v0.14.4 + fix conda meta.yaml
  • Loading branch information
kayjan authored Nov 3, 2023
2 parents 793b665 + 2fccca2 commit 5fb254a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
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.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
Expand Down
5 changes: 1 addition & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ requirements:
- hatchling
- pip
run:
- python >=3.8
- pandas
- pydot
- Pillow
- python >=3.7

test:
imports:
Expand Down

0 comments on commit 5fb254a

Please sign in to comment.