Skip to content

Releases: jump-dev/ParametricOptInterface.jl

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:

v0.8.2

27 Sep 09:40
18401ef

Choose a tag to compare

ParametricOptInterface v0.8.2

Diff since v0.8.1

Merged pull requests:

v0.8.1

23 Jul 01:54
243beb3

Choose a tag to compare

ParametricOptInterface v0.8.1

Diff since v0.8.0

Merged pull requests:

v0.8.0

03 Jul 01:34
275ef07

Choose a tag to compare

ParametricOptInterface v0.8.0

Diff since v0.7.0

Merged pull requests:

  • [breaking] drop invalid nonlinear support (#147) (@odow)
  • Fix MOI.get for quadratic constraints (#151) (@odow)
  • Add support for MOI.compute_conflict! (#152) (@odow)
  • Update GitHub action scripts (#153) (@odow)
  • Remove dual solution warning from optimize! (#154) (@gvidigal-psr)

Closed issues:

  • Query "Duals" from parameters outside the RHS (#6)
  • Invalid variable ordering with old nonlinear interface (#146)
  • POI does not support to compute the conflict (#148)
  • default_copy_to accesses private methods (#149)
  • MOI.get broken for parameter * variable constraints (#150)

v0.7.0

03 Dec 17:36
4ec565a

Choose a tag to compare

ParametricOptInterface v0.7.0

Diff since v0.6.0

Merged pull requests:

v0.6.0

01 Dec 00:47
1bc8b9f

Choose a tag to compare

ParametricOptInterface v0.6.0

Diff since v0.5.0

Merged pull requests:

Closed issues:

  • Poor Initial Model Solve Time (#129)
  • Use MOI's Parameter set (#132)
  • Getting proper ParameterDuals (#133)
  • Support for get_attribute(...) (#134)
  • MOI.get(model, MOI.ListOfConstraintTypesPresent()) throws BoundsError (#136)