Releases: guillermo-navas-palencia/clogistic
Releases · guillermo-navas-palencia/clogistic
clogistic 0.3.0
Improvements:
- Replace solver option "lbfgs" with "L-BFGS-B" to be consistent with scipy.optimize method.
Bugfixes:
- Fix linear constraints upper bound formulation.
clogistic 0.2.0
Improvements:
- Add support to SCS solver.