Skip to content

Releases: kayjan/bigtree

v0.14.3

31 Oct 14:06
6d61ac9
Compare
Choose a tag to compare

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 and copy_and_replace_nodes_from_tree_to_tree in README.

What's Changed

Full Changelog: 0.14.2...0.14.3

v0.14.2

21 Oct 03:30
8735506
Compare
Choose a tag to compare

2023-10-21

Added

  • Misc: RTD integration.
  • Misc: Enable manual publishing of python package.

What's Changed

Full Changelog: 0.14.1...0.14.2

v0.14.1

17 Oct 20:28
e37fac3
Compare
Choose a tag to compare

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

Full Changelog: 0.14.0...0.14.1

v0.14.0

17 Oct 18:43
c04c83f
Compare
Choose a tag to compare

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

Full Changelog: 0.13.3...0.14.0

v0.13.3

17 Oct 09:02
1dfef55
Compare
Choose a tag to compare

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

16 Oct 18:58
becd3dd
Compare
Choose a tag to compare

2023-10-17

Added

  • Misc: Add automatic release notes into GitHub workflow.

What's Changed

  • Added: Automatic release notes generation by @kayjan in #103

Full Changelog: 0.13.1...0.13.2

v0.13.1

15 Oct 11:52
5920eb8
Compare
Choose a tag to compare

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

29 Sep 13:50
d965168
Compare
Choose a tag to compare

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 and print_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

v0.12.5

26 Sep 03:34
170dcdf
Compare
Choose a tag to compare

2023-09-26

Added

  • Utility Groot: Add test cases.

Fixed

  • Tree Exporter: tree_to_pillow function to reference online font file instead of relative path.

What's Changed

Full Changelog: 0.12.4...0.12.5

v0.12.4

24 Sep 16:09
eec871a
Compare
Choose a tag to compare

2023-09-25

Added

  • Utility Groot: Add groot utility functions.

What's Changed

Full Changelog: 0.12.3...0.12.4