Skip to content

Releases: jump-dev/ParametricOptInterface.jl

v0.14.1

03 Nov 05:30
8d064e0

Choose a tag to compare

ParametricOptInterface v0.14.1

Diff since v0.14.0

Merged pull requests:

v0.14.0

05 Oct 15:56
9123c90

Choose a tag to compare

ParametricOptInterface v0.14.0

Diff since v0.13.0

Breaking changes

  • Invalid indices now return a proper error: MOI.InvalidIndex

  • Inner optimizer cannot return variable indeces above typemax(Int64)/2

Merged pull requests:

v0.13.0

22 Sep 17:53
84af4e9

Choose a tag to compare

ParametricOptInterface v0.13.0

Diff since v0.12.1

Breaking changes

  • updates of vector quadratic constraints are done with modify ``MultirowChange instead of set ``ConstraintFunction

Merged pull requests:

  • Implement constrained variables (#167) (@blegat)
  • Update JuliaFormatter to v2 (#190) (@blegat)
  • Use MultirowChange to update vector quadratic functions in-place (#191) (@joaquimg)

v0.12.1

20 Aug 00:06
2774d92

Choose a tag to compare

ParametricOptInterface v0.12.1

Diff since v0.12.0

Merged pull requests:

v0.12.0

19 Aug 20:27
d620432

Choose a tag to compare

ParametricOptInterface v0.12.0

Diff since v0.11.1

Breaking changes

  • Support for vector quadratic function
  • More MOI attributes support

Merged pull requests:

Closed issues:

  • write_to_file error (#177)
  • Fix constraint names on copy to diff (#185)

v0.11.1

10 Apr 02:14
87406b4

Choose a tag to compare

ParametricOptInterface v0.11.1

Diff since v0.11.0

Merged pull requests:

v0.11.0

04 Apr 06:46
fd9587e

Choose a tag to compare

ParametricOptInterface v0.11.0

Diff since v0.10.1

Breaking changes

  • Parameters only appear in conflict if they are in a constraint in the conflict

Merged pull requests:

Closed issues:

  • Validate that a parameter is not NaN. (#172)

v0.10.1

03 Apr 20:30
049737b

Choose a tag to compare

ParametricOptInterface v0.10.1

Diff since v0.10.0

Merged pull requests:

v0.10.0

31 Mar 22:41
7002857

Choose a tag to compare

ParametricOptInterface v0.10.0

Diff since v0.9.0

Breaking changes

  • Add feature to compute duals in products of parameters and parameters (not parameters and variables)

Merged pull requests:

  • Convert quadratic to affine even when there is no parameters (#166) (@blegat)
  • Add test Project.toml (#168) (@blegat)
  • Fix ConstraintsInterpretation docstring (#169) (@klamike)
  • Add hability to query duals of multiplicative parameters in parameter… (#171) (@guilhermebodin)

Closed issues:

  • Priority in variable bridge (#165)

v0.9.0

12 Jan 00:53
42d5d6b

Choose a tag to compare

ParametricOptInterface v0.9.0

Diff since v0.8.2

Breaking changes

  • New ext field added in POI.Optimizer

Merged pull requests: