Releases: AntoineGagne/a-tree
Releases · AntoineGagne/a-tree
0.5.0
What's Changed
- Improve Graphviz visualization by @AntoineGagne in #34
- Take events by references instead of taking ownership
Full Changelog: 0.4.1...0.5.0
0.4.0
What's Changed
- Update itertools requirement from 0.13 to 0.14 by @dependabot in #28
- Add function to output A-Tree visually by @AntoineGagne in #29
- Implement propagation on demand by @AntoineGagne in #30
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Add zero suppression filter by @AntoineGagne in #24
- Fix issues with parenthesis by @AntoineGagne in #25
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Add
delete
function by @AntoineGagne in #16 - Add lazy evaluation for predicates by @AntoineGagne in #17
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
This is the first draft release of the a-tree
library. This release contains the following unpolished features:
- Basic tree creation with defined attributes;
- Insertion of arbitrary boolean expressions represented via a DSL;
- Search for matching expressions via user defined events.
At this point, these features are unpolished and do not yet support the full feature set as documented by the paper. As such, the library should not yet be used in any production setting.
Full Changelog: https://github.com/AntoineGagne/a-tree/commits/0.1.0