Releases: ds4dm/Tulip.jl
Releases · ds4dm/Tulip.jl
v0.9.8
Tulip v0.9.8
Merged pull requests:
- Support Krylov.jl v0.10 (#156) (@amontoison)
- Release 0.9.8 (#158) (@amontoison)
v0.9.7
Tulip v0.9.7
Merged pull requests:
- Allow querying
SolutionTimeattribute (mentioned in the docs, but so far unimplemented) (#146) (@pratyai) - Count another location of
KKT.solve!()call in the final stats (previously unreported). (#147) (@pratyai) - Fix treatment of objective value for infeasibility certificates (rays) (#150) (@mtanneau)
- Update CI workflow (#151) (@mtanneau)
- Bump version --> v0.10.0 (#152) (@mtanneau)
- Fix missing MOI methods and update tests (#153) (@odow)
- Prep for v0.9.7 (#154) (@odow)
Closed issues:
- New failing tests in MOI (#130)
- MathOptInterface.BarrierIterations (#135)
- Writing user extension for
Tulip.KKT.AbstractKKTBackend,Tulip.KKT.AbstractKKTSolveretc. (#145) - Is there a fresher reference for how HSD implementation currently works? (#148)
- Non-MOI-compliant handling of infeasible/unbounded results (#149)
v0.9.6
What's Changed
- Update README.md for JuMP documentation by @odow in #138
- Exclude failing tests in MOI wrapper by @odow in #137
- [README] Fix solver parameter section by @odow in #139
- Fix support for MOI.TimeLimitSec by @odow in #140
- CompatHelper: bump compat for CodecBzip2 to 0.8, (keep existing compat) by @github-actions in #141
- CompatHelper: add new compat entry for TOML at version 1, (keep existing compat) by @github-actions in #144
- Bump version --> v0.9.6 by @mtanneau in #143
Full Changelog: v0.9.5...v0.9.6
v0.9.5
Tulip v0.9.5
Closed issues:
- Expose presolve code (#68)
Merged pull requests:
- performance: fuse more vectorized operations (#127) (@nsajko)
- CompatHelper: bump compat for LDLFactorizations to 0.10, (keep existing compat) (#128) (@github-actions[bot])
- CompatHelper: bump compat for Krylov to 0.9, (keep existing compat) (#129) (@github-actions[bot])
- Read version number from Project.toml during precompilation, fixes #131. (#132) (@fredrikekre)
- Bump version --> v0.9.5 (#133) (@mtanneau)
v0.9.4
Tulip v0.9.4
Closed issues:
Merged pull requests:
v0.9.3
v0.9.2
v0.9.1
v0.9.0
Tulip v0.9.0
Closed issues:
- Automatic differentiation compatibility with Zygote (#78)
Merged pull requests:
- Compile instructions for command-line executable (#102) (@mtanneau)
- Hotfix for the next release of Krylov.jl (#104) (@amontoison)
- MOI 0.10 upgrade (#105) (@matbesancon)
- Fix MOI tests and tag new version (#109) (@mtanneau)