Releases: jump-dev/Pavito.jl
Releases · jump-dev/Pavito.jl
v0.3.9
v0.3.8
v0.3.7
Pavito v0.3.7
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
Pavito v0.3.6
Merged pull requests:
v0.3.5
v0.3.4
Pavito v0.3.4
Merged pull requests:
v0.3.3
Pavito v0.3.3
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
Pavito v0.3.2
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:
- Implement MOI wrapper (#21) (@blegat)
- FIX: Bugs in algorithm, missing solver metadata (#26) (@tasseff)
- Add missing definition of func, set (#28) (@blegat)
- FIX: Bugs in algorithm (#29) (@tasseff)
- Enable mip_solver_drives=true tests (#30) (@blegat)
- Run against unit tests (#31) (@blegat)
- Update Travis build to test Julia v1.5 (#32) (@ccoffrin)
- Fix link to Parajito (#35) (@freemin7)
- Only check NLPBlock support if needed (#36) (@blegat)
- github action as CI (#37) (@matbesancon)
- Update to MOI v0.10 (#40) (@blegat)