IntervalTrees.jl

A data structure for efficient manipulation of sets of intervals

MIT License

Stars
43
Committers
9

Bot releases are hidden (Show)

IntervalTrees.jl - The Julia v0.7 / v1.0 Release

Published by CiaranOMara over 1 year ago

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 - IntervalTrees.jl 0.4.1

Published by dcjones almost 7 years ago

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

IntervalTrees.jl - IntervalTrees.jl 0.4

Published by bicycle1885 almost 7 years ago

  • Fix a couple bugs in findfirst. #29
  • More precise issorted check. #30
  • Drop julia 0.5 support #31
  • Fix README.md #33
IntervalTrees.jl - IntervalTrees.jl 0.3

Published by bicycle1885 over 7 years ago

  • Add optional filter predicates to intersect, and a findfirst function (#28).
IntervalTrees.jl - Performance improvement

Published by bicycle1885 over 7 years ago

  • Performance optimization (#25).
  • Fix constructor syntax (#26).
IntervalTrees.jl - Support Julia 0.6

Published by bicycle1885 over 7 years ago

  • Drop Julia 0.4 support.
  • Fix some deprecated syntaxes on Julia 0.6.
  • Fix some iterator traits.
IntervalTrees.jl - Minor refactor and optimisation release

Published by TransGirlCodes over 7 years ago

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