Releases: ds4dm/Tulip.jl
Releases · ds4dm/Tulip.jl
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)
v0.8.0
v0.7.5
v0.7.4
Tulip v0.7.4
Merged pull requests:
- Improve the linear solver LDLFactSQD (#91) (@amontoison)
- Improve the linear solver CholmodSQD (#92) (@amontoison)
- Fix BoundsError (#96) (@devmotion)