File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.14.1] - 2023-10-18
8+ ### Added
9+ - Misc: Changes to main branch checks if the latest version exists (using git tag) before publishing package and building documentation.
10+
711## [ 0.14.0] - 2023-10-18
812### Added
913- Tree Modifier: Shift nodes with replacement of to-node with ` shift_and_replace_nodes ` .
@@ -361,6 +365,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
361365- Utility Iterator: Tree traversal methods.
362366- Workflow To Do App: Tree use case with to-do list implementation.
363367
368+ [ 0.14.1 ] : https://github.com/kayjan/bigtree/compare/0.14.0...0.14.1
364369[ 0.14.0 ] : https://github.com/kayjan/bigtree/compare/0.13.3...0.14.0
365370[ 0.13.3 ] : https://github.com/kayjan/bigtree/compare/0.13.2...0.13.3
366371[ 0.13.2 ] : https://github.com/kayjan/bigtree/compare/0.13.1...0.13.2
Original file line number Diff line number Diff line change 1- __version__ = "0.14.0 "
1+ __version__ = "0.14.1 "
22
33from bigtree .binarytree .construct import list_to_binarytree
44from bigtree .dag .construct import dataframe_to_dag , dict_to_dag , list_to_dag
You can’t perform that action at this time.
0 commit comments