Skip to content

Commit 302878b

Browse files
committed
Remove upper bound on ValidatedNumerics
1 parent b86375e commit 302878b

13 files changed

+4
-191540
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The package is based on interval arithmetic using the author's
1212
in particular multi-dimensional `IntervalBox`es (i.e. Cartesian products of one-dimensional intervals).
1313

1414
## Documentation
15-
Documentation for the package is available [here](http://dpsanders.github.io/IntervalConstraintProgramming.jl/latest/)
15+
Documentation for the package is available [here](http://dpsanders.github.io/IntervalConstraintProgramming.jl/latest/).
1616

17-
See, in particular, the [example notebooks](https://github.com/dpsanders/IntervalConstraintProgramming.jl/tree/master/examples) for usage examples.
17+
The best way to learn how to use the package is to look at the example notebooks, available in a separate repository [here](https://github.com/dpsanders/IntervalConstraintProgrammingNotebooks).
1818

1919

2020
## Author

REQUIRE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
julia 0.4
2-
ValidatedNumerics 0.5.1 # plot recipes from 0.5.1
2+
ValidatedNumerics 0.6
33
MacroTools 0.3
44
Compat 0.7.14
5-
FixedSizeArrays
5+
FixedSizeArrays 0.1.2

examples/3D/Sliced solid torus.ipynb

Lines changed: 0 additions & 368 deletions
This file was deleted.

0 commit comments

Comments
 (0)