Releases: cvxgrp/signal-decomposition
v0.3.2
v0.3.1
v0.3.0
CLARABEL support and smooth, periodic quantile modeling!
What's Changed
- Full support for CLARABEL solver, including translation of kwargs
- Support for custom penalties in basis constraint class, which allows for expression of smooth, periodic quantile estimation
Full Changelog: v0.1.3...v0.2.0
v0.1.3
Migrated for latest mamba dependencies and trusted publishing. Fixed workflows.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Added support for trusted publishing, fixed workflow to new standards.
Full Changelog: v0.1.1...v0.1.2
Fixing deployment bug to PyPI
Full Changelog: v0.1.0...v0.1.1
Fixed warm-start functionality and added new component class
In this release, we have one bug fix and one new feature.
Bug Fix. Previously the "warm start" option did not work at the OSD layer (despite being implemented in QSS) because the QSS solver object was being overwritten. This is not fixed, so warm-starting the QSS algorithm from OSD works as expected
New Feature. A new 'equality' component class has been added. This is the LastValEqual
class, which constrains the last value of a component to be equal to a given value. This is modeled after the FirstValEqual
class, which constrains the first value of the component to be equal to a value.
v0.0.2
Full Changelog: v0.0.1...v0.0.2
Added QSS to requirements
v0.0.1
What's Changed
- New work by @bmeyers in #1
- notebook update by @bmeyers in #2
- better validation scheme by @bmeyers in #3
- New work by @bmeyers in #4
- Alg refresh by @bmeyers in #5
- Validation by @bmeyers in #6
- Add setup.py file by @akshayka in #7
- Feasible by @bmeyers in #9
- Support for Periodic Basis class by @lukevolpatti in #8
- new features by @bmeyers in #10
- added base workflows and meta.yaml files by @Thistleman in #11
- cleaned up typos in workflows by @Thistleman in #12
New Contributors
- @bmeyers made their first contribution in #1
- @akshayka made their first contribution in #7
- @lukevolpatti made their first contribution in #8
- @Thistleman made their first contribution in #11
Full Changelog: https://github.com/cvxgrp/signal-decomposition/commits/v0.0.1