Skip to content

Releases: JuliaMath/IntervalSets.jl

v0.7.11

24 Apr 11:04
745f228
Compare
Choose a tag to compare

IntervalSets v0.7.11

Diff since v0.7.10

Merged pull requests:

  • Bump julia-actions/setup-julia from 1 to 2 (#189) (@dependabot[bot])
  • Provide range methods for OpenInterval and Interval{:open,:closed} (#193) (@Sagnac)
  • improve searchsorted_interval performance (#194) (@aplavin)
  • Bump codecov/codecov-action from 4 to 5 (#195) (@dependabot[bot])
  • explicitly qualify UnitRange while adding method (#198) (@nsajko)
  • Import UnitRange explicitly (#200) (@jishnub)

Closed issues:

  • weekdeps and deps incorrectly specified in Project.toml (#190)

v0.7.10

15 Feb 10:38
355cf0d
Compare
Choose a tag to compare

IntervalSets v0.7.10

Diff since v0.7.9

Merged pull requests:

v0.7.9

06 Feb 16:20
e2be6fb
Compare
Choose a tag to compare

IntervalSets v0.7.9

Diff since v0.7.8

Merged pull requests:

Closed issues:

  • Alternative to specify open/closed endpoints (#39)
  • geomean(::AbstractInterval) is not correct (#173)

v0.7.8

20 Oct 17:29
61f18ec
Compare
Choose a tag to compare

IntervalSets v0.7.8

Diff since v0.7.7

Merged pull requests:

Closed issues:

  • findall throws error for zero-step range (#100)

v0.7.7

29 Jul 20:31
2ee16a5
Compare
Choose a tag to compare

IntervalSets v0.7.7

Diff since v0.7.6

Merged pull requests:

v0.7.6

29 Jul 14:51
c318936
Compare
Choose a tag to compare

IntervalSets v0.7.6

Diff since v0.7.5

Merged pull requests:

v0.7.5

27 Jul 10:15
5f3bf67
Compare
Choose a tag to compare

IntervalSets v0.7.5

Diff since v0.7.4

Closed issues:

  • IntervalSets.jl runs with 3 broken. (#131)
  • show on .. with negative numbers returns code that will not parse (#134)
  • Center of Rectangle? (#144)
  • How to import .. (#145)

Merged pull requests:

v0.7.4

30 Nov 14:58
245ab42
Compare
Choose a tag to compare

IntervalSets v0.7.4

Diff since v0.7.3

Closed issues:

  • Override isapprox(::Interval, ::Interval) (#44)

Merged pull requests:

v0.7.3

28 Sep 11:26
fade689
Compare
Choose a tag to compare

IntervalSets v0.7.3

Diff since v0.7.2

Closed issues:

  • Add <, etc. (#15)
  • findall for Date(Time) ranges (#64)
  • 1..2 should expand to Interval(1.0, 2.0); rand(Interval(1,2)) should return an Int (#117)
  • Type instability with union (#118)

Merged pull requests:

v0.7.2

22 Aug 04:12
3054532
Compare
Choose a tag to compare

IntervalSets v0.7.2

Diff since v0.7.1

Closed issues:

  • Broadcasting [1, 2, 3] .∈ Interval(1.5, 2.5) (#110)

Merged pull requests: