Skip to content

Commit ae7d48f

Browse files
authored
Merge pull request #165 from kayjan/feature/sphinx-material-theme
Change Sphinx theme
2 parents 7076be2 + 16dd295 commit ae7d48f

File tree

17 files changed

+1383
-1322
lines changed

17 files changed

+1383
-1322
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.15.6] - 2023-01-20
810
### Added
911
- DAGNode: Able to access and delete node children via name with square bracket accessor with `__getitem__` and `__delitem__` magic methods.
1012
- DAGNode: Able to delete all children for a node.
@@ -13,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1315
### Changed
1416
- Tree Search: Modify type hints to include DAGNode for `find_children`, `find_child`, and `find_child_by_name`.
1517
- Misc: Neater handling of strings for tests.
18+
- Misc: Documentation enhancement to split README into multiple files.
19+
- Misc: New Sphinx documentation theme.
1620

1721
## [0.15.5] - 2023-01-17
1822
### Changed
@@ -459,7 +463,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
459463
- Utility Iterator: Tree traversal methods.
460464
- Workflow To Do App: Tree use case with to-do list implementation.
461465

462-
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.15.5...HEAD
466+
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.15.6...HEAD
467+
[0.15.6]: https://github.com/kayjan/bigtree/compare/0.15.5...0.15.6
463468
[0.15.5]: https://github.com/kayjan/bigtree/compare/0.15.4...0.15.5
464469
[0.15.4]: https://github.com/kayjan/bigtree/compare/0.15.3...0.15.4
465470
[0.15.3]: https://github.com/kayjan/bigtree/compare/0.15.2...0.15.3

0 commit comments

Comments
 (0)