Releases: MIT-Lu-Lab/cuPDLPx
Releases · MIT-Lu-Lab/cuPDLPx
v0.2.2
What's Changed
- Fix: primal obj value bug at postsolve by @ZedongPeng in #57
- Release v0.2.2 by @ZedongPeng in #58
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Remove repeated log header by @ZedongPeng in #55
- Update PSLP to v0.0.3 by @ZedongPeng in #56
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.5
What's Changed
- Docs: Refactor README and move C API details to docs/C_API.md by @ZedongPeng in #45
- Refactor CUDA architectures configuration and update requirements by @ZedongPeng in #47
- Expose more solver parameters in CLI and add SV related parameters by @ZedongPeng in #46
- Fix stepsize=0 bug when constraint matrix is empty by @ZedongPeng in #50
- Fix termination_reason_to_string bug by @ZedongPeng in #51
- Fix warmstart bug by @ZedongPeng in #52
- release: v0.1.5 by @ZedongPeng in #53
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- New Feature: Feasibility Polishing by @Lhongpei in #29
- Add README for Feasibility Polishing by @Lhongpei in #34
- Fix: set feasibility_polishing to False by default by @ZedongPeng in #35
- fix: name anonymous unions to improve Julia bindings by @ZedongPeng in #36
- Refactored version control logic in CMake. by @ZedongPeng in #38
- Support Feasibility Polishing in Python Interface. by @Lhongpei in #37
- release: v0.1.4 — name MatrixData structs & update version by @ZedongPeng in #39
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Add warm start clear, documentation and unit tests for warm-start support in Python interface by @LucasBoTang in #17
- Fix undefined symbol gzopen by @ZedongPeng in #20
- Refactor: reorganize modules by @LucasBoTang in #22
- Core Refactoring: Headers Decoupling and CMake Migration by @ZedongPeng in #26
- Update CMakeLists to disable python binding build by default by @ZedongPeng in #30
- Refactor CMake build system with modular options by @ZedongPeng in #32
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Release on PyPi, Update README, and add unit tests by @LucasBoTang in #12
- New feature: warm start by @Yakun1125 in #10
- Feat: Support all GPU architectures by @ZedongPeng in #16
New Contributors
- @Yakun1125 made their first contribution in #10
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Potential memory leak in
ensure_column_capacitydue to unsafe realloc usage by @LucasBoTang in #1 - Fix two bugs: final solution rescaling and num of variable by @ZedongPeng in #2
- Add C API interface by @LucasBoTang in #3
- Python interface
pycupdlpx: high-level Model API by @LucasBoTang in #5 - Update Makefile to support cuPDLPx_jll by @ZedongPeng in #4
- Fix/obj gap by @ZedongPeng in #7
Full Changelog: v0.1.0...v0.1.1
v0.1.0
cuPDLPx v0.1.0
Full Changelog: https://github.com/MIT-Lu-Lab/cuPDLPx/commits/v0.1.0