Skip to content

Releases: JuliaMath/IntervalSets.jl

v0.5.1

19 May 20:02

Choose a tag to compare

IntervalSets v0.5.1

Diff since v0.5.0

Closed issues:

  • Quickly find elements of vector covered by interval (#52)

Merged pull requests:

  • Implemented findall(in(interval), x::AbstractRange), fixes #52 (#63) (@jagot)

v0.5.0

14 Apr 17:00
9c7cc1c

Choose a tag to compare

IntervalSets v0.5.0

Diff since v0.4.0

Closed issues:

  • in(interval, interval) doesn't make sense (to me) (#29)
  • OpenInterval(0,1) ⊆ OpenInterval(0,1) returns false (#61)

Merged pull requests:

v0.4.0

28 Jan 21:09
v0.4.0

Choose a tag to compare

v0.4.0 (2020-01-28)

Diff since v0.3.2

Merged pull requests:

v0.3.2

08 Aug 17:29
v0.3.2
ecf4377

Choose a tag to compare

v0.3.2 (2019-08-08)

Diff since v0.3.1

Merged pull requests:

Support in with complex numbers

26 Oct 11:51

Choose a tag to compare

v0.3.1

widen IteratorSize unknown definition

Support open & half-open intervals

04 Sep 17:39
90576a7

Choose a tag to compare

Merge pull request #38 from JuliaMath/teh/imageview_profileview

Add missing constructor methods

Better support for issubset

01 Sep 11:45
3128af5

Choose a tag to compare

Merge pull request #37 from JuliaMath/teh/fix_ambig

Fix ambiguities and test for them

v0.2.0

15 Mar 21:46
e214e32

Choose a tag to compare

Updates for Julia 0.6 and 0.7 (#25)

More docstrings

07 Jul 17:03

Choose a tag to compare

Merge pull request #20 from JuliaMath/teh/docstrings

Add a few docstrings

Promotion and range

06 Jul 10:00

Choose a tag to compare

Merge pull request #19 from JuliaMath/teh/promote

Support eltype promotion