Skip to content

Releases: invenia/Intervals.jl

Add isless to allow easy sorting

02 May 21:17
Compare
Choose a tag to compare
v0.0.6

Enable additional isless tests

Improve ZonedDateTime handling

01 May 21:15
Compare
Choose a tag to compare

Adds astimezone(::AbstractInterval{ZonedDateTime}) to make dealing with time zones easier. Also makes a couple of minor improvements to readability of print(::AbstractInterval).

Fix AnchoredInterval comparisons

13 Mar 19:29
Compare
Choose a tag to compare

Fixes a bug in which comparisons between two AnchoredIntervals ignored Inclusivity values

Improve comparison operators

09 Mar 19:27
Compare
Choose a tag to compare

Simplifies and standardizes set operations (intersect, issubset)

Distinguishes between less-than (<) and less-than-and-disjoint ()

Add improved Interval constructors

26 Feb 21:33
Compare
Choose a tag to compare

Add isopen, isclosed, and the following constructors to simplify specifying Inclusivity:

  • Interval(first, last, include_first::Bool, include_last::Bool)
  • AnchoredInterval{P}(anchor, include_first::Bool, include_last::Bool)

Initial release

26 Feb 15:03
Compare
Choose a tag to compare
v0.0.1

Update TimeZones version requirement