Recent Releases of https://github.com/forieux/qmm

https://github.com/forieux/qmm - https://github.com/forieux/qmm/releases/tag/v0.18.2

[0.18.2] - 2024-07-17

Changed

  • Fix hdot call

- Python
Published by forieux over 1 year ago

https://github.com/forieux/qmm - https://github.com/forieux/qmm/releases/tag/v0.18.1

[0.18.1] - 2024-07-16

Changed

  • Fix value_residual for pcg

- Python
Published by forieux over 1 year ago

https://github.com/forieux/qmm - https://github.com/forieux/qmm/releases/tag/v0.18.0

[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.

- Python
Published by forieux over 1 year ago

https://github.com/forieux/qmm - https://github.com/forieux/qmm/releases/tag/v0.17.0

[0.17.0] - 2024-07-13

Changed

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

- Python
Published by forieux over 1 year ago

https://github.com/forieux/qmm - https://github.com/forieux/qmm/releases/tag/v0.15.0

[0.15.0] - 2024-07-04

Changed

  • Update python version compatibility.

- Python
Published by forieux over 1 year ago

https://github.com/forieux/qmm - https://github.com/forieux/qmm/releases/tag/v0.14.0

[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.

- Python
Published by forieux over 2 years ago

https://github.com/forieux/qmm - https://github.com/forieux/qmm/releases/tag/v0.13.1

[0.13.1] - 2022-09-12

Fixed

  • Fix pcg exposition.

Changed

  • Add docstring for pcg.

- Python
Published by forieux over 3 years ago

https://github.com/forieux/qmm - https://github.com/forieux/qmm/releases/tag/v0.13.0

[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.

- Python
Published by forieux over 3 years ago

https://github.com/forieux/qmm - https://github.com/forieux/qmm/releases/tag/v0.12.1

[0.12.1] - 2022-06-20

Changed

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

- Python
Published by forieux over 3 years ago

https://github.com/forieux/qmm -

[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.

- Python
Published by forieux almost 4 years ago

https://github.com/forieux/qmm - v0.11.0

Added

  • Add the Geman and Yang coefficients

Changed

  • Small fix and refactoring

- Python
Published by forieux about 4 years ago

https://github.com/forieux/qmm - v0.10.0

Changed

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

- Python
Published by forieux about 4 years ago

https://github.com/forieux/qmm - v0.9.0

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

- Python
Published by forieux about 4 years ago