Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders authored Dec 9, 2024
1 parent 6b5a070 commit 967ccdc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# IntervalConstraintProgramming.jl

#v0.11
# v0.14
## New API using Symbolics
- The public API has been completely rewritten
- The previous macros such as `@constraint` have been removed
- The API now uses symbolic variables from `Symbolics.jl`
- See the README for usage examples

# v0.11
## Minimum Julia version
- The minimum Julia version supported is now Julia 1.1

##Functionality's are added
## Functionality's are added
- Contractor can be make by just function name only
- New type of Contractor named as `BasicContractor` can be construct which only contain fields of useful data.

Expand Down

0 comments on commit 967ccdc

Please sign in to comment.