@@ -5,18 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 0.16.2] - 2024-02-06
8
10
### Added
9
11
- Misc: Documentation plugin Termynal for code animation.
10
12
- Misc: Usage of ` docstr-coverage ` .
11
13
- Misc: Docstrings for nested functions to pass ` docstr-coverage ` .
12
14
### Changed
15
+ - [ #185 ] BaseNode: Make assertion checks optional.
13
16
- Misc: Documentation CSS for h1 display for windows compatibility, modify the related links on main page.
14
17
15
- ## [ 0.16.1] - 2023 -01-29
18
+ ## [ 0.16.1] - 2024 -01-29
16
19
### Fixed
17
20
- Misc: Compatibility of mkdocs with readthedocs.
18
21
19
- ## [ 0.16.0] - 2023 -01-28
22
+ ## [ 0.16.0] - 2024 -01-28
20
23
### Added
21
24
- Misc: Documentation using mkdocs.
22
25
### Changed
@@ -25,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
28
### Fixed
26
29
- Misc: Docstring bullet point alignment, images compatibility with markdown.
27
30
28
- ## [ 0.15.7] - 2023 -01-26
31
+ ## [ 0.15.7] - 2024 -01-26
29
32
### Added
30
33
- Misc: Sphinx documentation to support mermaid markdown images, reflect CHANGELOG section, add more emojis.
31
34
### Changed
@@ -35,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
38
### Fixed
36
39
- Tree Exporter: ` hprint_tree ` and ` hyield_tree ` to be compatible with ` BinaryNode ` where child nodes can be None type.
37
40
38
- ## [ 0.15.6] - 2023 -01-20
41
+ ## [ 0.15.6] - 2024 -01-20
39
42
### Added
40
43
- DAGNode: Able to access and delete node children via name with square bracket accessor with ` __getitem__ ` and ` __delitem__ ` magic methods.
41
44
- 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
47
50
- Misc: Documentation enhancement to split README into multiple files.
48
51
- Misc: New Sphinx documentation theme.
49
52
50
- ## [ 0.15.5] - 2023 -01-17
53
+ ## [ 0.15.5] - 2024 -01-17
51
54
### Changed
52
55
- Misc: Neater handling of strings for tests.
53
56
- 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
492
495
- Utility Iterator: Tree traversal methods.
493
496
- Workflow To Do App: Tree use case with to-do list implementation.
494
497
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
496
500
[ 0.16.1 ] : https://github.com/kayjan/bigtree/compare/0.16.0...0.16.1
497
501
[ 0.16.0 ] : https://github.com/kayjan/bigtree/compare/0.15.7...0.16.0
498
502
[ 0.15.7 ] : https://github.com/kayjan/bigtree/compare/0.15.6...0.15.7
0 commit comments