@@ -5,18 +5,21 @@ The 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
77## [ Unreleased]
8+
9+ ## [ 0.16.2] - 2024-02-06
810### Added
911- Misc: Documentation plugin Termynal for code animation.
1012- Misc: Usage of ` docstr-coverage ` .
1113- Misc: Docstrings for nested functions to pass ` docstr-coverage ` .
1214### Changed
15+ - [ #185 ] BaseNode: Make assertion checks optional.
1316- Misc: Documentation CSS for h1 display for windows compatibility, modify the related links on main page.
1417
15- ## [ 0.16.1] - 2023 -01-29
18+ ## [ 0.16.1] - 2024 -01-29
1619### Fixed
1720- Misc: Compatibility of mkdocs with readthedocs.
1821
19- ## [ 0.16.0] - 2023 -01-28
22+ ## [ 0.16.0] - 2024 -01-28
2023### Added
2124- Misc: Documentation using mkdocs.
2225### Changed
@@ -25,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2528### Fixed
2629- Misc: Docstring bullet point alignment, images compatibility with markdown.
2730
28- ## [ 0.15.7] - 2023 -01-26
31+ ## [ 0.15.7] - 2024 -01-26
2932### Added
3033- Misc: Sphinx documentation to support mermaid markdown images, reflect CHANGELOG section, add more emojis.
3134### Changed
@@ -35,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3538### Fixed
3639- Tree Exporter: ` hprint_tree ` and ` hyield_tree ` to be compatible with ` BinaryNode ` where child nodes can be None type.
3740
38- ## [ 0.15.6] - 2023 -01-20
41+ ## [ 0.15.6] - 2024 -01-20
3942### Added
4043- DAGNode: Able to access and delete node children via name with square bracket accessor with ` __getitem__ ` and ` __delitem__ ` magic methods.
4144- DAGNode: Able to delete all children for a node.
@@ -47,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4750- Misc: Documentation enhancement to split README into multiple files.
4851- Misc: New Sphinx documentation theme.
4952
50- ## [ 0.15.5] - 2023 -01-17
53+ ## [ 0.15.5] - 2024 -01-17
5154### Changed
5255- Misc: Neater handling of strings for tests.
5356- Misc: Better examples for merging trees and weighted trees in Sphinx documentation.
@@ -492,7 +495,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
492495- Utility Iterator: Tree traversal methods.
493496- Workflow To Do App: Tree use case with to-do list implementation.
494497
495- [ Unreleased ] : https://github.com/kayjan/bigtree/compare/0.16.1...HEAD
498+ [ Unreleased ] : https://github.com/kayjan/bigtree/compare/0.16.2...HEAD
499+ [ 0.16.2 ] : https://github.com/kayjan/bigtree/compare/0.16.1...0.16.2
496500[ 0.16.1 ] : https://github.com/kayjan/bigtree/compare/0.16.0...0.16.1
497501[ 0.16.0 ] : https://github.com/kayjan/bigtree/compare/0.15.7...0.16.0
498502[ 0.15.7 ] : https://github.com/kayjan/bigtree/compare/0.15.6...0.15.7
0 commit comments