Releases: invenia/Intervals.jl
Releases · invenia/Intervals.jl
v1.10.0
Intervals v1.10.0
Merged pull requests:
v1.9.0
v1.8.0
Intervals v1.8.0
Merged pull requests:
v1.7.1
Intervals v1.7.1
Merged pull requests:
v1.7.0
v1.6.0
Intervals v1.6.0
Closed issues:
- Document
LeftEndpoint
andRightEndpoint
(#28) - ERROR: LoadError: LoadError: LoadError: Cannot read stream serialized with a newer version of Julia. Got data version 12 > current version 10 (#149)
- intersect does not work with StepRange{<:AnchoredInterval} (#157)
- convert causes a ton of invalidations (#158)
- Fix expected output for
sprint
tests on Julia 1.6 (#160) - CI doctest failures (#161)
- signal (11): Segmentation fault - Qt platform plugin issues (#172)
Merged pull requests:
- Document LeftEndpoint and RightEndpoint (#148) (@nicoleepp)
- Use GitHub Actions (#151) (@fchorney)
- Add GHA badges to README (#153) (@fchorney)
- Clean up CI and fix Slack Notification (#154) (@fchorney)
- Fix CI Tests and Artifact Cache Issues (#155) (@fchorney)
- Update tests and doctests for Julia 1.6 (#162) (@mjram0s)
- Add
isdisjoint
(#171) (@omus) - Set GKSwtype env var to 100 (#173) (@mjram0s)
- remove part of docstring talking about deprecated functionality (#181) (@KristofferC)
- Set minimum supported julia version to 1.6 (LTS) (#186) (@pabloferz)
- Drop unnecessary code paths to support Julia < 1.6 (#187) (@omus)
v1.5.0
Intervals v1.5.0
Closed issues:
- Add to docstrings HourEnding and HourBegining have default inclusivity (#77)
- Create min/max functions that take bounds into account (#137)
- Implement rounding for intervals (#146)
Merged pull requests:
- Add tests using Infinity.jl (#107) (@fchorney)
- add inclusivity default info to the docstrings for HourEnding and HourBeginning (#138) (@mzgubic)
- Eliminate legacy serialization structs (#139) (@omus)
- Create min/max functions that take bounds into account (#141) (@Arvind-Maan)
- Refactor generic
isfinite
support (#142) (@omus) - Implement interval rounding (#147) (@nicoleepp)