Skip to content

Releases: BioJulia/IntervalTrees.jl

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 10:34
989941e

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

Choose a tag to compare

@CiaranOMara CiaranOMara released this 13 Apr 14:17

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

Choose a tag to compare

@dcjones dcjones released this 13 Nov 07:27

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

IntervalTrees.jl 0.4

Choose a tag to compare

@bicycle1885 bicycle1885 released this 08 Nov 09:36
  • 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

Choose a tag to compare

@bicycle1885 bicycle1885 released this 23 Jun 18:02
  • Add optional filter predicates to intersect, and a findfirst function (#28).

Performance improvement

Choose a tag to compare

@bicycle1885 bicycle1885 released this 10 Jun 09:30
  • Performance optimization (#25).
  • Fix constructor syntax (#26).

Support Julia 0.6

Choose a tag to compare

@bicycle1885 bicycle1885 released this 21 Mar 17:37
  • Drop Julia 0.4 support.
  • Fix some deprecated syntaxes on Julia 0.6.
  • Fix some iterator traits.

Minor refactor and optimisation release

Choose a tag to compare

@TransGirlCodes TransGirlCodes released this 22 Feb 13:28

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