Skip to content

Releases: BioJulia/IntervalTrees.jl

v1.1.0

20 Apr 10:34
989941e
Compare
Choose a tag to compare

IntervalTrees v1.1.0

Diff since v1.0.0

Closed issues:

  • Package should belong to JuliaCollections (#48)
  • IntervalIntersectionIterator Constructor (#54)

Merged pull requests:

The Julia v0.7 / v1.0 Release

13 Apr 14:17
Compare
Choose a tag to compare

This release marks the first release of IntervalTrees for julia v0.7 / v1.0. the API for IntervalTrees has been stable for a long time, and with julia 1.0, so is this release for IntervalTrees, a v1.0.0 release.

IntervalTrees.jl 0.4.1

13 Nov 07:27
Compare
Choose a tag to compare

Fixes a critical bug where intersecting two trees with intersect(t1, t2) can miss intersections. #34

IntervalTrees.jl 0.4

08 Nov 09:36
Compare
Choose a tag to compare
  • Fix a couple bugs in findfirst. #29
  • More precise issorted check. #30
  • Drop julia 0.5 support #31
  • Fix README.md #33

IntervalTrees.jl 0.3

23 Jun 18:02
Compare
Choose a tag to compare
  • Add optional filter predicates to intersect, and a findfirst function (#28).

Performance improvement

10 Jun 09:30
Compare
Choose a tag to compare
  • Performance optimization (#25).
  • Fix constructor syntax (#26).

Support Julia 0.6

21 Mar 17:37
Compare
Choose a tag to compare
  • Drop Julia 0.4 support.
  • Fix some deprecated syntaxes on Julia 0.6.
  • Fix some iterator traits.

Minor refactor and optimisation release

22 Feb 13:28
Compare
Choose a tag to compare

Adds a convert method for Intervals from Range objects.
Includes optimisations to intersect.
Removal of Compat dependency.
Some minor code refactoring.