Skip to content

Commit 1637913

Browse files
yashvardhan747dpsanders
authored andcommitted
New.md updated (#147)
1 parent e79e930 commit 1637913

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.DS_Store

6 KB
Binary file not shown.

NEWS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# IntervalConstraintProgramming.jl
22

3-
# v1.0
3+
#v0.11
4+
## Minimum Julia version
5+
- The minimum Julia version supported is now Julia 1.1
6+
7+
##Functionality's are added
8+
- Contractor can be make by just function name only
9+
- New type of Contractor named as `BasicContractor` can be construct which only contain fields of useful data.
10+
11+
12+
# v0.10
413
## Minimum Julia version
514
- The minimum Julia version supported is now Julia 1.0.
615

src/contractor.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ end
5252
function contract(C::AbstractContractor, A::IntervalBox{Nout,T}, X::IntervalBox{N,T})where {N,Nout,T}
5353

5454
output, intermediate = C.forward(X)
55-
5655
# @show output
5756
# @show intermediate
5857

0 commit comments

Comments
 (0)