IntervalSets.jl Versions Save

Interval Sets for Julia

v0.7.10

2 months ago

IntervalSets v0.7.10

Diff since v0.7.9

Merged pull requests:

  • Update for Aqua v0.8 (#181) (@hyrodium)
  • Add plot recipe (#182) (@hyrodium)
  • Organize tests (#184) (@hyrodium)
  • Update docs (#186) (@hyrodium)
  • Bump version to v0.7.10 (#187) (@hyrodium)
  • Add ENV["GKSwstype"] = "100" in make.jl (#188) (@hyrodium)

v0.7.9

3 months ago

IntervalSets v0.7.9

Diff since v0.7.8

Merged pull requests:

  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#163) (@github-actions[bot])
  • Update docs (#164) (@hyrodium)
  • Add logo to the documentation (#165) (@hyrodium)
  • Minor fixes in docs (#166) (@hyrodium)
  • add geomean(interval) + reduce deps (#171) (@aplavin)
  • Bump actions/cache from 3 to 4 (#172) (@dependabot[bot])
  • Revert geomean (#174) (@hyrodium)
  • Bump the version to v0.7.9 (#175) (@hyrodium)
  • Enable tests on nightly (#176) (@hyrodium)
  • Add @iv_str macro (#177) (@hyrodium)
  • Remove methods for and (#178) (@hyrodium)
  • Bump codecov/codecov-action from 3 to 4 (#179) (@dependabot[bot])
  • Add favicon (#180) (@hyrodium)

Closed issues:

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

v0.7.8

6 months ago

IntervalSets v0.7.8

Diff since v0.7.7

Merged pull requests:

  • rev=true in searchsorted_interval (#111) (@aplavin)
  • update README not to encourage type-piracy (#149) (@hyrodium)
  • Add documentation with Documenter.jl (#152) (@hyrodium)
  • Fix branch name in docs.yml (#153) (@hyrodium)
  • Bump actions/checkout from 2 to 3 (#154) (@dependabot[bot])
  • Bump actions/checkout from 3 to 4 (#157) (@dependabot[bot])
  • Update displays of intervals in readme (#158) (@jishnub)
  • Fix error message output in README (#159) (@hyrodium)
  • Add tests with Aqua.jl (#160) (@hyrodium)
  • Bump version to v0.7.8 (#161) (@hyrodium)
  • Update for Documenter.jl v1 (#162) (@hyrodium)

Closed issues:

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

v0.7.7

9 months ago

IntervalSets v0.7.7

Diff since v0.7.6

Merged pull requests:

  • Bump version to v0.7.7 (#151) (@hyrodium)

v0.7.6

9 months ago

IntervalSets v0.7.6

Diff since v0.7.5

Merged pull requests:

  • Bump version to v0.8.0 (#147) (@hyrodium)
  • Revert spacing in Base.show (#148) (@hyrodium)

v0.7.5

9 months ago

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:

  • Create Invalidations.yml (#128) (@jishnub)
  • Fix spacing with Base.show (#135) (@hyrodium)
  • Fix broken tests (#138) (@hyrodium)
  • enable dependabot for GitHub actions (#139) (@ranocha)
  • Bump actions/checkout from 2 to 3 (#140) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#141) (@dependabot[bot])
  • Bump actions/cache from 1 to 3 (#142) (@dependabot[bot])
  • Move Statistics to an extension (#146) (@jishnub)

v0.7.4

1 year ago

IntervalSets v0.7.4

Diff since v0.7.3

Closed issues:

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

Merged pull requests:

  • define isapprox (#125) (@aplavin)
  • Easier to disambiguate in (#126) (@jishnub)

v0.7.3

1 year ago

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:

  • simplify union (#113) (@aplavin)
  • added rand for TypedEndpointsInterval (#116) (@zsunberg)
  • Fix type stability with union (#119) (@hyrodium)
  • Bump version to v0.7.3 (#120) (@hyrodium)

v0.7.2

1 year ago

IntervalSets v0.7.2

Diff since v0.7.1

Closed issues:

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

Merged pull requests:

  • fix intersect with different types (#112) (@aplavin)
  • implement Base.mod (#114) (@aplavin)

v0.7.1

1 year ago

IntervalSets v0.7.1

Diff since v0.7.0

Closed issues:

  • Add support for rand(1..2) (#95)
  • searchsorted function (#108)

Merged pull requests:

  • Add support for rand(1..2) (#104) (@hyrodium)
  • Add isdisjoint (#105) (@hyrodium)
  • add searchsorted_interval (#109) (@aplavin)