Skip to content

Releases: JuliaMath/IntervalSets.jl

v0.7.0

29 May 14:38
42f7855
Compare
Choose a tag to compare

IntervalSets v0.7.0

Diff since v0.6.2

Closed issues:

  • Constructing intervals with incompatible endpoint types (#86)

Merged pull requests:

v0.6.2

13 May 18:50
02d641f
Compare
Choose a tag to compare

IntervalSets v0.6.2

Diff since v0.6.1

Closed issues:

  • Drop support for 1..missing? (#94)
  • Drop support for convert(ClosedInterval,3)? (#97)

Merged pull requests:

  • Add deprecated message for conversions number to interval (#98) (@hyrodium)
  • Add deprecated message for 1..missing (#99) (@hyrodium)
  • Add deprecated message for duration (#102) (@hyrodium)

v0.6.1

15 Apr 04:03
49a8bfe
Compare
Choose a tag to compare

IntervalSets v0.6.1

Diff since v0.6.0

Closed issues:

  • Roadmap (#1)
  • infinite intervals (#9)
  • width of integer & similar intervals (#21)
  • Add float(1..2) to return float(1)..float(2) (#30)
  • Implement first and last for ClosedInterval (#34)
  • Rename isopen/isclosed to isopenset/isclosedset (#59)
  • Examples in Docstring are not updated to Julia1.6 (#79)
  • Error with TagBot (#87)

Merged pull requests:

v0.6.0

31 Mar 08:06
4a6e746
Compare
Choose a tag to compare

IntervalSets v0.6.0

Diff since v0.5.4

Closed issues:

  • "type-piracy" link in Readme not working (#82)
  • ⊊(::Interval, ::Interval) is not implemented (#89)

Merged pull requests:

v0.5.4

31 Mar 07:45
e73b682
Compare
Choose a tag to compare

IntervalSets v0.5.4

Diff since v0.5.3

Merged pull requests:

  • Implemented clamp(t, i::ClosedInterval) (#77) (@jagot)

Note: The TagBot did not work properly, so we are releasing v0.5.4 manually. See #87 for more information.

v0.5.3

15 Mar 11:03
4e5e2e9
Compare
Choose a tag to compare

IntervalSets v0.5.3

Diff since v0.5.2

Closed issues:

  • Add range(::ClosedInterval, length=n) (#43)

Merged pull requests:

  • Range interface for Intervals (#76) (@myrddin89)

v0.5.2

26 Dec 08:41
76a5a2a
Compare
Choose a tag to compare

IntervalSets v0.5.2

Diff since v0.5.1

Closed issues:

  • Validate endpoint order (#65)

Merged pull requests:

  • Create CompatHelper.yml (#69) (@CarloLucibello)
  • CompatHelper: bump compat for "EllipsisNotation" to "1.0" (#70) (@github-actions[bot])
  • MassInstallAction: Install the CI workflow on this repository (#71) (@timholy)
  • MassInstallAction: Install the TagBot workflow on this repository (#72) (@timholy)
  • Add CI for Julia 1 and tag release (#73) (@timholy)

v0.5.1

19 May 20:02
Compare
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
Compare
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
Compare
Choose a tag to compare

v0.4.0 (2020-01-28)

Diff since v0.3.2

Merged pull requests: