Skip to content

Releases: CEA-COSMIC/ModOpt

v1.7.2

Choose a tag to compare

@chaithyagr chaithyagr released this 12 Apr 10:22
2040f73

New pyproject.toml workflow

Version 1.7.1

Choose a tag to compare

@chaithyagr chaithyagr released this 19 Jan 12:08
2b1764c

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

Choose a tag to compare

@sfarrens sfarrens released this 08 Apr 16:10
dbf0959

Patch release with minor features.

See #222 for details.

Version 1.6.0

Choose a tag to compare

@sfarrens sfarrens released this 17 Dec 17:49
c3db304

Minor release version with new gradient descent algorithms.

See #200 for details.

Version 1.5.1

Choose a tag to compare

@sfarrens sfarrens released this 22 Apr 07:46
af01498

Update patch with bug fixes and TensorFlow support.

See #114 for details.

Version 1.5.0

Choose a tag to compare

@sfarrens sfarrens released this 31 Mar 17:05
616c9e7
  • 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

Choose a tag to compare

@sfarrens sfarrens released this 30 Apr 14:32
f9aa7b6

This release includes the following changes:

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

Version 1.4.2

Choose a tag to compare

@sfarrens sfarrens released this 11 Feb 15:30
d5881ed

Version 1.4

Choose a tag to compare

@sfarrens sfarrens released this 05 Aug 12:18
a9b286d

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

Choose a tag to compare

@sfarrens sfarrens released this 28 Mar 08:44
6000877
  • Updated FISTA implementation
  • Added POGM algorithm
  • Added PEP8 tests