Skip to content

Releases: JuliaIntervals/IntervalConstraintProgramming.jl

v0.13.0

17 Mar 22:40
5abddef
Compare
Choose a tag to compare

IntervalConstraintProgramming v0.13.0

Diff since v0.12.4

Merged pull requests:

v0.12.4

17 Oct 11:12
e2171cd
Compare
Choose a tag to compare

IntervalConstraintProgramming v0.12.4

Diff since v0.12.3

Merged pull requests:

  • CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep existing compat) (#202) (@github-actions[bot])

v0.12.3

28 Apr 10:14
1a208ef
Compare
Choose a tag to compare

IntervalConstraintProgramming v0.12.3

Diff since v0.12.1

Closed issues:

  • Add documentation for using ModelingToolkit (#151)
  • Problem with external constant for the macro @constraint (#154)
  • Document function macro (#168)
  • Remove use of DynamicPolynomials (#176)
  • TagBot trigger issue (#178)

Merged pull requests:

v0.12.1

19 May 15:05
1579d8e
Compare
Choose a tag to compare

IntervalConstraintProgramming v0.12.1

Diff since v0.12.0

Closed issues:

  • Problem with external constant for the macro @constraint (#154)
  • Package is broken due to changes in ModelingToolkit (#162)

Merged pull requests:

v0.12.0

22 Jul 20:39
v0.12.0
Compare
Choose a tag to compare

v0.12.0 (2019-07-20)

Diff since v0.11.0

Closed issues:

  • Unexpected paving (#149)

Merged pull requests:

v0.11.0

18 Jun 07:50
v0.11.0
Compare
Choose a tag to compare

v0.11.0 (2019-06-18)

Diff since v0.10.0

Closed issues:

  • Do not sort variable names (#145)
  • Breaks with new version of ModelingToolkit (#138)
  • AbstractContractor and BasicContractor (#136)
  • Allow C(X) for arbitrary vector X, not just IntervalBox, when C is a Contractor (#134)
  • parse_comparison does not work for expression with == (#132)
  • Contractor and Separator from variables and Operation (#131)
  • Allow creating a Contractor from a function (#128)

Merged pull requests:

Support only Julia >= 1.0

28 Mar 02:16
Compare
Choose a tag to compare

Add ModelingToolkit for creating Contractors and Separators without macros.

Bug fixes

23 Jan 20:51
Compare
Choose a tag to compare
Update index.md (#116)

Fix broken link and add link to `IntervalConstraintProgrammingNotebooks`.

Drop support for Julia 0.6

09 Oct 07:02
90813ef
Compare
Choose a tag to compare

Make package fully compatible with Julia 1.0.

Drop support for Julia 0.5

22 Aug 19:03
174ab05
Compare
Choose a tag to compare
v0.8.0

Update REQUIRE