Skip to content

Releases: jump-dev/Dualization.jl

v0.3.5

20 Oct 02:04
6e4a65c
Compare
Choose a tag to compare

Dualization v0.3.5

Diff since v0.3.4

Closed issues:

  • add constrained variables (#27)
  • Use function barrier (#109)

Merged pull requests:

v0.3.4

26 Apr 04:33
dec396a
Compare
Choose a tag to compare

Dualization v0.3.4

Diff since v0.3.3

Closed issues:

  • Fix documentation (#88)
  • Possibility to change the objective function in dualized model (#90)
  • Dualize a large model with many constraints each have sigma computation (#101)
  • print the variables name and constraints each variable is involved in (#102)
  • CI fails on Julia 1.6 (#105)

Merged pull requests:

v0.3.3

24 Nov 21:08
4fb8764
Compare
Choose a tag to compare

Dualization v0.3.3

Diff since v0.3.2

Closed issues:

  • Errors with dualizing an MOI model with Ipopt solver (#93)
  • Sign to revise in dualization? (#95)

Merged pull requests:

v0.3.2

26 May 22:10
80bee7a
Compare
Choose a tag to compare

Dualization v0.3.2

Diff since v0.3.1

Closed issues:

  • Documentation is in raw latex (#91)

Merged pull requests:

v0.3.1

07 Apr 22:04
Compare
Choose a tag to compare

Dualization v0.3.1

Diff since v0.3.0

Closed issues:

  • supports_constraint (#77)
  • Feature request: general numeric types (#82)

Merged pull requests:

  • Implement setting optimizer attributes (#85) (@blegat)
  • Fix MOI.supports and MOI.supports_constraint for DualOptimizer (#86) (@blegat)

v0.3.0

05 Apr 18:05
6d77d1a
Compare
Choose a tag to compare

Dualization v0.3.0

Diff since v0.2.2

Closed issues:

  • Naming of slack variables? (#32)
  • Allow model creation without names (#68)
  • MOIU._hasvar removed from MOI (#74)
  • Support for JuMP 0.21.1 (#83)

Merged pull requests:

v0.2.2

17 Jan 17:45
v0.2.2
Compare
Choose a tag to compare

v0.2.2 (2020-01-17)

Diff since v0.2.1

Closed issues:

  • Missing the implementation of the function, MathOptInterface.VectorAffineFunction. (#75)
  • MOIU._hasvar not defined error (#71)
  • Add option to dualize some variables (#62)

Merged pull requests:

v0.2.1

19 Nov 19:19
v0.2.1
b0539eb
Compare
Choose a tag to compare

v0.2.1 (2019-11-19)

Diff since v0.2.0

Closed issues:

  • Tests failing on Julia 1.2 (#59)
  • Migrate to MOI 0.9.0 (#49)

Merged pull requests:

v0.2.0

19 Sep 10:19
v0.2.0
57f0d7e
Compare
Choose a tag to compare

v0.2.0 (2019-09-16)

Diff since v0.1.0

Closed issues:

  • Don't allow DataType as type of argument (#54)
  • Unexpected behaviour for DualOptimizer with different solvers (#52)
  • Add a social badge on README.md that points to gitter (#51)
  • Documentation Examples (#47)

Merged pull requests:

v0.1.0

19 Aug 14:22
v0.1.0
Compare
Choose a tag to compare

v0.1.0 (2019-08-16)

Diff since b5c17ea914225ac7dfcd718ceb8de9f11a8dbbaf

Closed issues:

  • LICENSE.md ? (#45)
  • Add docs on how to extend the code (#40)
  • Drop GreaterThan and LessThan support (#29)
  • Set dot (#26)
  • Move dual_set to MOI (#25)
  • dualize() with no objective function crashes (#22)
  • Simplify DualOptimizer (#20)
  • Instantiate PrimalDualMap from the beginning (#18)
  • Roadmap to dual optimizer (#16)
  • Add conic linear tests (#12)
  • Add RotatedSOC (#11)
  • Implement the dual as an Optimizer so we can bridge not supported constraints (#8)
  • Link the names of primal variables with dual constraints (#7)
  • Dualize SOCs (#6)
  • Dualize PSDs (#5)
  • Typo (#3)

Merged pull requests: