Skip to content

Releases: cvxgrp/signal-decomposition

v0.3.2

07 Jun 18:25
d060ab5
Compare
Choose a tag to compare

Fix bug in conda build upload

Full Changelog: v0.3.1...v0.3.2

v0.3.1

07 Jun 18:14
4387bdf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 Jun 17:58
Compare
Choose a tag to compare

What's Changed

  • New Fourier Basis class for smooth, (multi-)periodic signals! @bmeyers in #20
  • Fix builds and tests by @pluflou in #21

Full Changelog: v0.2.0...v0.3.0

CLARABEL support and smooth, periodic quantile modeling!

26 Sep 18:36
37e4f01
Compare
Choose a tag to compare

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

23 Aug 23:29
703a039
Compare
Choose a tag to compare

Migrated for latest mamba dependencies and trusted publishing. Fixed workflows.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

23 Aug 22:59
da7ec70
Compare
Choose a tag to compare

Added support for trusted publishing, fixed workflow to new standards.

Full Changelog: v0.1.1...v0.1.2

Fixing deployment bug to PyPI

20 Apr 21:40
7523ea9
Compare
Choose a tag to compare

Fixed warm-start functionality and added new component class

14 Apr 22:57
dbf2126
Compare
Choose a tag to compare

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

23 Mar 16:49
612cd35
Compare
Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

Added QSS to requirements

v0.0.1

21 Mar 00:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/cvxgrp/signal-decomposition/commits/v0.0.1