Skip to content

Releases: forieux/qmm

v0.18.2

16 Jul 08:51
c804ef4
Compare
Choose a tag to compare

[0.18.2] - 2024-07-17

Changed

  • Fix hdot call

v0.18.1

16 Jul 08:26
72cde97
Compare
Choose a tag to compare

[0.18.1] - 2024-07-16

Changed

  • Fix value_residual for pcg

v0.18.0

15 Jul 17:58
f2e1e5d
Compare
Choose a tag to compare

[0.18.0] - 2024-07-15

Changed

  • Fix objective value computation if variable are complex.
  • If variable are from Fourier transform with real input and hermitian property
    (see np.fft.rfftn), can use custom hdot function.

v0.17.0

13 Jul 17:44
8d0c923
Compare
Choose a tag to compare

[0.17.0] - 2024-07-13

Changed

  • Add GY and GR sup when available.
  • Add sup for Huber.

v0.15.0

04 Jul 09:19
524a508
Compare
Choose a tag to compare

[0.15.0] - 2024-07-04

Changed

  • Update python version compatibility.

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.