-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecate this package in favor of Intervals.jl #2
Comments
One note about this: I've been working on some functions to support set operations over TimeSpans (#11). These are much easier to implement if you assume an interval of the form [start, stop), rather than any arbitrary closed/open end points. |
If/when this occurs it would be cool to be able to use |
...as it's strictly more generic. ref https://invenia.github.io/Intervals.jl
Requires a pass to consolidate whatever extra functionality that may be here into there (esp. the notion of a minimal duck-typed interface), then a subsequent pass to update downstream TimeSpans dependents to use Intervals instead.
The text was updated successfully, but these errors were encountered: