-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add open and mixed open/closed intervals (#26)
* Start open interval * using works * Fix type inferrence so old tests pass * Tests pass * Fix warning in 0.7 * Improve coverage * Add test for custom defined interval conversion * last few coverage lines * Last few lines, hopefully * broken test fixed * Remove dodgy convert routine * Add to README, add mixed type intersect (needs tests still) * • Add TypedEndpointsInterval, implement union, intersect, etc. specifically for this • AbstractInfiniteSet -> Domain • deprecate length in favour of duration * update Compat, remove median, update mean * export isclosed, simplify default convert to avoid ambiguities * address timholy's comments * update issubset, add conversion of numbers to intervals * issubset override dependent on VERSION
- Loading branch information
1 parent
3128af5
commit a0983f1
Showing
6 changed files
with
951 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
julia 0.6 | ||
Compat 0.49 | ||
Compat 1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.