We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5a070 commit 967ccdcCopy full SHA for 967ccdc
NEWS.md
@@ -1,10 +1,17 @@
1
# IntervalConstraintProgramming.jl
2
3
-#v0.11
+# v0.14
4
+## New API using Symbolics
5
+- The public API has been completely rewritten
6
+ - The previous macros such as `@constraint` have been removed
7
+ - The API now uses symbolic variables from `Symbolics.jl`
8
+ - See the README for usage examples
9
+
10
+# v0.11
11
## Minimum Julia version
12
- The minimum Julia version supported is now Julia 1.1
13
-##Functionality's are added
14
+## Functionality's are added
15
- Contractor can be make by just function name only
16
- New type of Contractor named as `BasicContractor` can be construct which only contain fields of useful data.
17
0 commit comments