File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,15 @@ 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.8.3] - 2023-03-16
8+ ### Changed
9+ - Workflow: Misc refactor and update log statements.
10+ - Misc: Fix coverage report.
11+
712## [ 0.8.2] - 2023-03-16
813### Changed
914- Type Checking: Remove Optional requirement for ` mypy ` .
10- - Misc: Shift .flake8, .mypy.ini, and pytest.ini files to pyproject.toml
15+ - Misc: Shift .flake8, .mypy.ini, and pytest.ini files to pyproject.toml.
1116
1217## [ 0.8.1] - 2023-03-10
1318### Fixed
@@ -222,6 +227,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
222227- Utility Iterator: Tree traversal methods.
223228- Workflow To Do App: Tree use case with to-do list implementation.
224229
230+ [ 0.8.3 ] : https://github.com/kayjan/bigtree/compare/v0.8.2...v0.8.3
225231[ 0.8.2 ] : https://github.com/kayjan/bigtree/compare/v0.8.1...v0.8.2
226232[ 0.8.1 ] : https://github.com/kayjan/bigtree/compare/v0.8.0...v0.8.1
227233[ 0.8.0 ] : https://github.com/kayjan/bigtree/compare/v0.7.4...v0.8.0
Original file line number Diff line number Diff line change 1- __version__ = "0.8.2 "
1+ __version__ = "0.8.3 "
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