Releases: JuliaDecisionFocusedLearning/CoolPDLP.jl
Releases · JuliaDecisionFocusedLearning/CoolPDLP.jl
v0.1.1
What's Changed
- Fix typo in integrality warning by @klamike in #31
- Remove nested
whilein PDLP by @klamike in #32 - Update MOI interface by @klamike in #27
- Add codecov badge by @gdalle in #36
- Add my acknowledgement by @klamike in #37
- Bump julia-actions/cache from 2 to 3 by @dependabot[bot] in #38
- Implement
sametype_transposeand use it forA -> Atby @gdalle in #35 - Improve code coverage with DispatchDoctor settings by @gdalle in #40
- Set up GPU CI with Buildkite by @gdalle in #39
- Bump version [skip tests] by @gdalle in #42
New Contributors
- @dependabot[bot] made their first contribution in #38
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- PDLP on GPU by @gdalle in #2
- Fix 1.11 compat by @gdalle in #4
- Package restructure by @gdalle in #5
- Extract common algorithm components by @gdalle in #6
- PDLP running by @gdalle in #7
- Fix CUSPARSE conversion by @gdalle in #8
- Update MathOptBenchmarkInstances by @gdalle in #9
- [PDLP] Check termination before restart by @klamike in #15
- Initial non-incremental MOI interface by @klamike in #16
- Clean up docs and CI for package registration by @gdalle in #23
- Add MIT license by @gdalle in #24
New Contributors
Full Changelog: https://github.com/JuliaDecisionFocusedLearning/CoolPDLP.jl/commits/v0.1.0