Releases: invenia/Intervals.jl
Releases · invenia/Intervals.jl
v0.5.0
- Add Project.toml (#66)
- Merge pull request #64 from invenia/fc/date-printing-fix
- Make Endpoints broadcast as scalars (#62)
Allow `in` with mixed types
- Allow
in
with mixed types (#61)
v0.4.0
Added a broadcastable definition for julia versions >=0.7
v0.3.3
- Fix Scalar and Endpoint equality (#56)
- Fix print errors on TimeTypes in 1.0 (#53)
v0.3.2
Fixes for non-ordered intervals (#51)
Fix isequal
isequal
fix (#49)
- Update CI to test against Julia 1.0 (#50)
Define hash methods
- Define hash methods (#47)
- Refactor constructors to avoid stack overflow (#46)
Add `eltype` and `superset`
- Compatibility with Julia 0.7-beta (#43)
- Implement
eltype
(#44)
- Add
superset
function (#42)
Mostly compatible with Julia 0.7
- Slightly improve Interval inner constructor speed (#35)
- Adds merge to compress overlapping intervals (#34)
- Remove where from Endpoint comparisons (#37)
- Fix compatibility with Julia 0.7 (#30)
- Add code owners file (#38)
- Refactoring of #34 and #37 (#40)
v0.0.7
- Improved docs
- Endpoint equality fix