Releases: JuliaCollections/AbstractTrees.jl
Releases · JuliaCollections/AbstractTrees.jl
v0.4.3
AbstractTrees v0.4.3
Closed issues:
- Tree traversal really slow due to ridiculous ammounts of compilation (#117)
Merged pull requests:
v0.4.2
v0.4.1
AbstractTrees v0.4.1
Merged pull requests:
- Fix minor typos (#105) (@serenity4)
- fix
prevsibling
typo (#109) (@oscardssmith)
v0.4.0
AbstractTrees v0.4.0
Closed issues:
- Julia type hierachy as an example for creating a tree (#20)
- Empty array has children? (#49)
- Broken example in
print_tree
docstring (#51) - API for lazy child access (#60)
- New release? (#69)
- Core.Compiler.Timings tests failing on nightly (#71)
- TagBot trigger issue (#73)
- [FR] Implementation of a breadth-first iterator (#75)
- AbstractTrees should not be "opt out" (#94)
- Add support
SortedTree
(#97)
Merged pull requests:
- Fix builtin test on nightly (#72) (@timholy)
- Documentation on implementing tree types (#76) (@jlumpe)
- Update print_tree docstring example (#77) (@jlumpe)
- Update Documenter version for docs building (#78) (@jlumpe)
- Additional API functions for children and subtrees (#79) (@jlumpe)
- Fix tree printing with non-iterable children (#82) (@Keno)
- WIP/RFC: Major refactor (#83) (@Keno)
- Major refactor to print_tree() (#84) (@jlumpe)
- Miscellaneous fixes (#85) (@jlumpe)
- Update julia compat entry (#88) (@rikhuijzer)
- Add LTS to CI versions. (#89) (@oscardssmith)
- update docs (#90) (@oscardssmith)
- Fix tests (#91) (@oscardssmith)
- fix root check comparison (#92) (@GiggleLiu)
- major refactor (includes tons of documentation) (#96) (@ExpandingMan)
- a few more improvements (#99) (@ExpandingMan)
- Remove superfluous formal argument in method (#104) (@dmbates)
v0.3.4
AbstractTrees v0.3.4
Closed issues:
- Core.Compiler.Timings tests failing on nightly (#71)
Merged pull requests:
- Split runtests.jl into multiple files (#57) (@jlumpe)
- doc: fix escaping of backslash (#58) (@aviatesk)
- Fix minor typo in docstring: identify -> identity (#59) (@TimQuelch)
- Minor changes for builtin types (#61) (@jlumpe)
- Misc changes to tree printing (#62) (@jlumpe)
- Remove unused Markdown dependency and using statement (#63) (@jlumpe)
- Change print_tree() maxdepth positional argument to keyword argument (#64) (@jlumpe)
- Add support for Core.Compiler.Timings (#65) (@timholy)
- MassInstallAction: Install the TagBot workflow on this repository (#66) (@timholy)
- MassInstallAction: Install the Documenter workflow on this repository (#67) (@timholy)
- MassInstallAction: Install the CI workflow on this repository (#68) (@timholy)
- Fix builtin test on nightly (#72) (@timholy)
v0.3.3
v0.3.2
AbstractTrees v0.3.2
Merged pull requests:
v0.3.1
v0.3.1 (2020-01-14)
Merged pull requests:
v0.3.0
v0.3.0 (2020-01-12)
Closed issues:
- Move to JuliaCollections? (#40)
- Is this package still maintained? (#39)
- Testing print_tree (#36)
- example/fstree.jl not working on Julia v1.1? (#29)
- Some Notes (#27)
- What is take? (#26)
- treekind is always RegularTree()? (#25)
- Make RegularTree and IndexedTree abstract? (#23)
Merged pull requests:
Bugfix release
Julia 0.7/1.0 testing (#21) * Update .travis.yml * Update REQUIRE