Skip to content

Releases: forieux/qmm

v0.14.0

06 Jun 14:22
Compare
Choose a tag to compare

[0.14.1] - 2023-06-06

Fixed

  • Remove a print("here").
  • Small docstring typo fix.

Changed

  • Rename calc_fun to calc_objv.
  • Add calc_objv argument to lcg.
  • Fix lcg second member update.

v0.13.1

12 Sep 13:09
Compare
Choose a tag to compare

[0.13.1] - 2022-09-12

Fixed

  • Fix pcg exposition.

Changed

  • Add docstring for pcg.

v0.13.0

12 Sep 13:02
Compare
Choose a tag to compare

[0.13.0] - 2022-09-12

Changed

  • Remove calc_fun for lcg since the overhead is very small

Added

  • Add pcg, similar to lcg with a differente API.

v0.12.1

20 Jun 14:56
Compare
Choose a tag to compare

[0.12.1] - 2022-06-20

Changed

  • Docstring and documentation fixes.
  • Update to maximum 3.11 python verion.

v0.12.0

21 Mar 12:43
Compare
Choose a tag to compare

[0.12.0] - 2022-03-21

Added

  • The list of data feature has been factorized in a 'Stacked' class.
  • QuadObjective computes lazily the second term and the constant.

Changed

  • Docstring and documentation fixes.

v0.11.0

10 Dec 09:10
Compare
Choose a tag to compare

Added

  • Add the Geman and Yang coefficients

Changed

  • Small fix and refactoring

v0.10.0

08 Dec 16:46
Compare
Choose a tag to compare

Changed

  • Docstring corrections.
  • Inverse covariance fix.
  • Constant computation fix in QuadObjective.

v0.9.0

30 Nov 19:55
Compare
Choose a tag to compare

Changed

  • Fix fun calc in linear CG (lcg)
  • Fix fun attr in OptimizeResult
  • Clean OptimizeResult to remove unused fields
  • Fix step for real to complex operators
  • Use abs() before square to avoid complex casting
  • Fix sectioning in documentation