Releases: guillermo-navas-palencia/ropwr
Releases · guillermo-navas-palencia/ropwr
RoPWR 1.1.0
Packaging improvements #14
RoPWR 1.0.0
New features:
- Implement continuous derivative at split points #7.
- Implement extrapolation methods.
- Add parameter
max_iter
to control the maximum number of iterations for solvers. - Add y-space linear or logarithmic transformation via parameter
space
.
Improvements
- Improve formulation for lower and upper bound constraints when monotonicity constraints are active.
- Improve computation of problem matrices.
RoPWR 0.4.0
New features:
- Add support to various split methods.
Bugfixes:
- Handle solver 'auto' for discontinuous SOCP model
- Solve OSQP convergence issues using
psd_wrap
cvxpy/cvxpy#1424.
RoPWR 0.3.0
New features:
- Add support to solver SCS and HIGHS.
RoPWR 0.2.0
v0.2.0 Update to version 0.2.0
RoPWR 0.1.0
- First release of RoPWR.