Skip to content

Releases: CEA-COSMIC/ModOpt

v1.7.2

12 Apr 10:22
2040f73
Compare
Choose a tag to compare

New pyproject.toml workflow

Version 1.7.1

19 Jan 12:08
2b1764c
Compare
Choose a tag to compare

Major updates:

  1. Wavelet Support #315
  2. Fix for new SSIM #292, added data_range
  3. Support for ADMM #263
  4. Update the tests

Version 1.6.1

08 Apr 16:10
dbf0959
Compare
Choose a tag to compare

Patch release with minor features.

See #222 for details.

Version 1.6.0

17 Dec 17:49
c3db304
Compare
Choose a tag to compare

Minor release version with new gradient descent algorithms.

See #200 for details.

Version 1.5.1

22 Apr 07:46
af01498
Compare
Choose a tag to compare

Update patch with bug fixes and TensorFlow support.

See #114 for details.

Version 1.5.0

31 Mar 17:05
616c9e7
Compare
Choose a tag to compare
  • Major refactoring for style and testing #104
  • Initial implementation of GPU support #104 (refactored from #97)
  • Bug fix to resolved verbose issues #101

Version 1.4.3

30 Apr 14:32
f9aa7b6
Compare
Choose a tag to compare

This release includes the following changes:

bug fixes: #93, #94
clean up: #92

Version 1.4.2

11 Feb 15:30
d5881ed
Compare
Choose a tag to compare

Version 1.4

05 Aug 12:18
a9b286d
Compare
Choose a tag to compare

This release includes several minor bug fixes and additional features. From this release onwards ModOpt will no longer support Python versions lower than 3.5.

Version 1.3

28 Mar 08:44
6000877
Compare
Choose a tag to compare
  • Updated FISTA implementation
  • Added POGM algorithm
  • Added PEP8 tests