You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide range methods for OpenInterval and Interval{:open,:closed} (#193)
* Provide `range` methods for `OpenInterval` and `Interval{:open,:closed}`
Methods already exist for ClosedInterval and Interval{:closed,:open};
these new methods complete the set of range extensions for each interval
type.
* CI: test Julia LTS instead of 1.6
Julia LTS is now at 1.10.5
0 commit comments