Releases: jump-dev/Clp.jl
Releases · jump-dev/Clp.jl
v0.8.2
v0.8.1
v0.8.0
Clp v0.8.0
Closed issues:
- Documentation for SolveType = 2 (#23)
- Symbol errors when running JuMP's tests (#39)
- support getting objective bound (#59)
- maximum_seconds returns weird results (#65)
- Default LogLevel is 1 rather than 0 as documented in README (#79)
- Don't query entire solution vector every time (#84)
Merged pull requests:
v0.7.2
Clp v0.7.2
Closed issues:
- Building Clp on Julia 1.3.0-rc3.0 (#70)
- Library not loaded : @rpath/libgfortran.4.dylib (#73)
- Tag new version? (#76)
Merged pull requests:
- Deal with String RawParameters (#75) (@odow)
- Add Clp_jll (#77) (@odow)
- Use Clp_jll binaries on Julia pre v1.3 too (#78) (@blegat)
- Typos in load_quadratic_objective corrected (#82) (@MassimoDeMauri)
- Switch to loadProblem instead of incremental building and tidy MOI wrapper (#83) (@odow)
- Rename files (#85) (@blegat)
- Update Project.toml (#86) (@odow)
v0.7.1
Clp v0.7.1
Closed issues:
- Implement LQOI.add_mip_start (#47)
- Update MathProgBase instructions in the README (#58)
- MathOptInterface installation? Is it a problem with JuMP 0.19.2 and Julia version 1.2.0? (#61)
- Add a Project.toml (#62)
Merged pull requests:
- Install TagBot as a GitHub Action (#72) (@JuliaTagBot)
- Deal with String RawParameters (#75) (@odow)
v0.7.0
v0.6.2: remove 0.6-dependent code, invalid 1.0 (#60)
* remove 0.6-dependent code, invalid 1.0 * return empty * added 8c test * un-skip test 8 * added breaking test * complete test * Tidy unit test
v0.6.1: Minimal updates for LQOI 0.6.0 (#50)
* Minimal updates for LQOI 0.6.0 * Fix typo * Handle the "ignore" sense * Broaden catch for FEASIBILITY_SENSE instead of throwing error * Ensure sense is 0 if not in {-1, 1}
v0.6.0: Multi-GCC BinaryBuilder Binary Dependencies for Julia v1.0 (#48)
* Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl fix gcc4 bug in Windows * Update build.jl * Update build.jl * Update build.jl * update BinaryProvider requirement to 0.5.3 * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update build.jl * Update README.md * Update REQUIRE * Update .travis.yml * Update appveyor.yml * Update README.md * Update README.md * Update Clp.jl * Update build.jl * should actually work on julia v0.7 too * Minor edits * Document unused import. * style fixes and comments * Update build.jl