Skip to content

Releases: JuliaCollections/AbstractTrees.jl

v0.4.3

19 Oct 17:03
781a01d
Compare
Choose a tag to compare

AbstractTrees v0.4.3

Diff since v0.4.2

Closed issues:

  • Tree traversal really slow due to ridiculous ammounts of compilation (#117)

Merged pull requests:

v0.4.2

23 Jun 20:24
69faf4e
Compare
Choose a tag to compare

AbstractTrees v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

21 Jun 14:47
8970a89
Compare
Choose a tag to compare

AbstractTrees v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

09 Jun 15:39
ab3d478
Compare
Choose a tag to compare

AbstractTrees v0.4.0

Diff since v0.3.4

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:

v0.3.4

26 Feb 18:12
bd782c5
Compare
Choose a tag to compare

AbstractTrees v0.3.4

Diff since v0.3.3

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

14 Apr 15:02
50714c6
Compare
Choose a tag to compare

AbstractTrees v0.3.3

Diff since v0.3.2

Closed issues:

  • print_tree does not respect maxdepth (#37)

Merged pull requests:

  • Reformat runtests.jl (#43) (@jlumpe)
  • Split AbstractTrees.jl into multiple files (#48) (@jlumpe)
  • printnode for AbstractDict and AbstractArray (#52) (@joshday)

v0.3.2

09 Feb 16:02
90f4d62
Compare
Choose a tag to compare

AbstractTrees v0.3.2

Diff since v0.3.1

Merged pull requests:

v0.3.1

14 Jan 11:58
v0.3.1
c2495d9
Compare
Choose a tag to compare

v0.3.1 (2020-01-14)

Diff since v0.3.0

Merged pull requests:

v0.3.0

12 Jan 14:58
v0.3.0
0e2ae9d
Compare
Choose a tag to compare

v0.3.0 (2020-01-12)

Diff since v0.2.1

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

20 Nov 17:23
Compare
Choose a tag to compare
Julia 0.7/1.0 testing (#21)

* Update .travis.yml

* Update REQUIRE