Releases: drrelyea/spgl1
Releases · drrelyea/spgl1
Fourth baseline release
Fixed readthedocs, made some precommits, fixed a small numpy issue
What's Changed
- Fixed #31 by @mrava87 in #32
- Added github actions by @mrava87 in #33
- Added newline to travis file to trigger build by @drrelyea in #34
- Switch np.lib.isreal to np.isreal by @mrava87 in #35
- Clean up of codes with pre-commit by @mrava87 in #37
- Fix Readthedocs by @mrava87 in #39
New Contributors
Full Changelog: 0.0.2...0.0.3
Third baseline release
In this release:
- Maintains the dtype of the input matrix and data throughout the computation. Forces the output to have the same dtype.
- Adds an MMV non-negative example.
- Minor code cleanup.
Second baseline release
Merge pull request #24 from mrava87/master Fix count of number of Products with A
First baseline release
Merge pull request #17 from mrava87/master Finished polishing and first draft for documentation