Releases: jump-dev/Hypatia.jl
Releases · jump-dev/Hypatia.jl
v0.8.1
v0.8.0
v0.7.4
v0.7.3
v0.7.2
Hypatia v0.7.2
Closed issues:
Merged pull requests:
- Update README.md (#819) (@lkapelevich)
- [WIP] add support for MOI Hermitian PSD cone (#822) (@chriscoey)
v0.7.1
Hypatia v0.7.1
Merged pull requests:
- try JuliaFormatter again (#814) (@chriscoey)
- add copyright headers to all files (#815) (@chriscoey)
- Bump DocStringExtensions to v0.9 (#817) (@ven-k)
v0.7.0
Hypatia v0.7.0
Closed issues:
- Numerical issues with Positivstellensatz and interpolant-based polynomial optimization (#798)
Merged pull requests:
- update parameters to benchmark, save nu in analysis (#800) (@lkapelevich)
- add option for tau tolerance in infeasibility check (#803) (@chriscoey)
- remove some unused imports (#810) (@chriscoey)
- update MOI to 1, fix error in classicalquantum example (#811) (@chriscoey)
v0.6.2
Hypatia v0.6.2
Merged pull requests:
- add tolerance option for primal or dual inconsistent equalities status (#794) (@chriscoey)
- handle ill-posed statuses better in MOI wrapper (#795) (@chriscoey)
- rename n, m to d1, d2 in some matrix cone wrappers (#796) (@chriscoey)
- check a necessary condition for dual feasibility of (dual) WSOS cones (#797) (@chriscoey)
v0.6.1
Hypatia v0.6.1
Closed issues:
- allow repeated solves with same optimizer, and support changing b, c, h vectors (#95)
- permute_affine not working with immutable array (#793)
Merged pull requests:
- check if nearly have a certificate when convergence fails (#790) (@chriscoey)
- unprocess near-infeasible certificates (#791) (@chriscoey)
- clean up preprocessing and add functions for modifying c, b, h (#792) (@chriscoey)
v0.6.0
Hypatia v0.6.0
Closed issues:
- support string parameters for JuMP 0.21 (#486)
Merged pull requests:
- MOI to 0.10 (#754) (@matbesancon)
- reimplement spectral norm cone using SVD-based oracles (#772) (@chriscoey)
- reimplement infinity norm cone and improve spectral norm cone oracles (#774) (@chriscoey)
- add some more oracle tests at the initial point (#775) (@chriscoey)
- speed up feas checks for spectral norm cone using fast norm bounds (#776) (@chriscoey)
- add symmetric/hermitian spectral norm cone (#777) (@chriscoey)
- speed up feasibility checks for spectral norm cones (#778) (@chriscoey)
- CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#779) (@github-actions[bot])
- do examples tests in separate CI run with separate Project file (#780) (@chriscoey)
- remove some test deps (#782) (@chriscoey)
- improve/simplify MOI wrapper (#783) (@chriscoey)
- Fix failing tests in MOI wrapper (#784) (@odow)
- update examples (#785) (@chriscoey)
- clean up wrapper and examples code (#787) (@chriscoey)
- test BigFloat thru MOI.Test (#788) (@chriscoey)
- fix jump example utils for benchmarks (#789) (@chriscoey)