beacon-biosignals / TimeSpans.jl

A Julia package that provides a `TimeSpan` type for representing a continuous span between two points in time.
Other
6 stars 2 forks source link

Make `TimeSpan` a subtype of `AbstractInterval` #14

Open omus opened 3 years ago

omus commented 3 years ago

A good intermediate step to switching over to Intervals.jl completely. Makes the TimeSpan type a subtype of AbstractInterval{Nanosecond,Closed,Open} and implements functionality using Intervals functions.

Main things to do here:

haberdashPI commented 2 years ago

Is this something I can help move things forward on. It would be nice if the work I put into https://github.com/invenia/Intervals.jl/pull/192 would work seamlessly with TimeSpans.