Releases: kayjan/bigtree
Releases · kayjan/bigtree
v0.14.3
2023-10-31
Added
- Misc: Publish to conda, enable automated publishing to conda-forge in addition to existing PyPI.
- Misc: Tree demonstration code for
shift_and_replace_nodes
andcopy_and_replace_nodes_from_tree_to_tree
in README.
What's Changed
- Publish to conda by @kayjan in #115
- v0.14.3 by @kayjan in #116
- Changed: Update CHANGELOG by @kayjan in #117
Full Changelog: 0.14.2...0.14.3
v0.14.2
v0.14.1
2023-10-18
Added
- Misc: Changes to main branch checks if the latest version exists (using git tag) before publishing package and building documentation.
What's Changed
- Added: GitHub integration with RTD for docs by @kayjan in #108
- v0.14.1 version update by @kayjan in #109
Full Changelog: 0.14.0...0.14.1
v0.14.0
2023-10-18
Added
- Tree Modifier: Shift nodes with replacement of to-node with
shift_and_replace_nodes
. - Tree Modifier: Copy nodes from tree to tree with replacement of to-node with
copy_and_replace_nodes_from_tree_to_tree
. - Tree Modifier: Any permutation of configuration with replacement of to-node with
replace_logic
. - Tree Modifier: Add relevant test cases and documentations accordingly.
What's Changed
- Create FUNDING.yml by @kayjan in #105
- Added: Replace node modification by @kayjan in #106
- V0.14.0 by @kayjan in #107
Full Changelog: 0.13.3...0.14.0
v0.13.3
2023-10-17
Added
- Misc: Add automatic release notes with content into GitHub workflow.
What's Changed
Full Changelog: 0.13.2...0.13.3
v0.13.2
2023-10-17
Added
- Misc: Add automatic release notes into GitHub workflow.
What's Changed
Full Changelog: 0.13.1...0.13.2
v0.13.1
2023-10-15
Added
- Misc: Add automatic comment on code coverage to pull requests into GitHub workflow.
- Misc: Add more checks into pre-commit.
What's Changed
- Update codecov.yml by @kayjan in #101
- v0.13.1 add more steps to github workflow, add more pre-commit checks by @kayjan in #102
Full Changelog: 0.13.0...0.13.1
v0.13.0
2023-09-29
Added
- Tree Exporter: Export tree to flowchart diagram in mermaid markdown format using
tree_to_mermaid
.
Changed
- Tree Exporter: Relax type hinting using TypeVar for
clone_tree
. - Tree Helper: Accept Iterable instead of List for custom_style attribute of
yield_tree
andprint_tree
. - Misc: Fix docstring for better presentation of code vs variable vs normal text.
What's Changed
Full Changelog: 0.12.5...0.13.0