Skip to content

Releases: jump-dev/Pavito.jl

v0.3.8

11 Jan 01:49
1ca6346
Compare
Choose a tag to compare

Pavito v0.3.8

Diff since v0.3.7

Merged pull requests:

  • Fix fixing int variable constrained to Interval set (#74) (@odow)
  • Prep for v0.3.8 (#75) (@odow)

Closed issues:

  • Add support for MOI.SolverVersion (#71)

v0.3.7

11 Jun 09:32
ac6a3dc
Compare
Choose a tag to compare

Pavito v0.3.7

Diff since v0.3.6

Closed issues:

  • Constraints of type MathOptInterface.VectorAffineFunction{Float64}-in-MathOptInterface.PowerCone{Float64} are not supported by the solver. (#66)

Merged pull requests:

v0.3.6

01 Sep 04:55
956bf0e
Compare
Choose a tag to compare

Pavito v0.3.6

Diff since v0.3.5

Merged pull requests:

  • Reduce number of excluded tests in MOI_wrapper (#65) (@odow)

v0.3.5

27 Mar 02:43
9d706af
Compare
Choose a tag to compare

Pavito v0.3.5

Diff since v0.3.4

Merged pull requests:

  • Add support for JuMP 1.0 (#63) (@odow)

v0.3.4

13 Mar 23:28
fd366da
Compare
Choose a tag to compare

Pavito v0.3.4

Diff since v0.3.3

Merged pull requests:

  • Use a CachingOptimizer for the MIP solver and test Cbc (#62) (@odow)

v0.3.3

07 Mar 02:37
594c334
Compare
Choose a tag to compare

Pavito v0.3.3

Diff since v0.3.2

Closed issues:

  • Error when using timeout parameter (#10)
  • Fix EXP tests (#24)
  • Run MINLP tests (#25)
  • Update to MOI.Test (#41)
  • return MOI.LOCALLY_SOLVED instead of MOI.OPTIMAL (#44)
  • update and test examples (#45)
  • Refactor large functions (#48)
  • Change Printf from using to import (#49)

Merged pull requests:

  • clean up somewhat and use new MOI.Test tests (#43) (@chriscoey)
  • Add JuliaFormatter (#46) (@odow)
  • Bump minimum supported to Julia 1.6 (#47) (@odow)
  • Don't run CI on push to branch (#50) (@odow)
  • Change using Printf to import (#51) (@odow)
  • Large refactoring of the tests (#52) (@odow)
  • Minor tweaks to README.md (#53) (@odow)
  • Refactor optimize! into smaller pieces (#55) (@odow)
  • Update MINLPTests (#56) (@odow)
  • Remove examples and simplify README (#58) (@odow)
  • Prepare for v0.3.3 (#59) (@odow)
  • fix infeasible status for iterative algorithm (#60) (@chriscoey)
  • Update compat for MOI v1 (#61) (@odow)

v0.3.2

10 Nov 23:08
Compare
Choose a tag to compare

Pavito v0.3.2

Diff since v0.2.0

Closed issues:

  • Support for MathOptInterface (#7)
  • Run MOI tests (#22)
  • Missing variable definitions in algorithm (#27)
  • jump-dev and v0.3.0 (#33)
  • Can Pavito support RSOCP constraints? (#38)

Merged pull requests:

v0.2.0

15 Feb 22:11
v0.2.0
Compare
Choose a tag to compare

v0.2.0 (2020-02-15)

Diff since v0.1.2

Merged pull requests:

v0.1.2

01 Dec 20:49
ec32cbb
Compare
Choose a tag to compare

Minor fix for user-defined functions without (exact) Hessians.

v0.1.1

30 Oct 00:52
76e31c9
Compare
Choose a tag to compare

Add compatibility for Julia v0.6/v0.7/v1.0.