Recent Releases of spgl1
spgl1 - Fourth baseline release
Fixed readthedocs, made some precommits, fixed a small numpy issue
What's Changed
- Fixed #31 by @mrava87 in https://github.com/drrelyea/spgl1/pull/32
- Added github actions by @mrava87 in https://github.com/drrelyea/spgl1/pull/33
- Added newline to travis file to trigger build by @drrelyea in https://github.com/drrelyea/spgl1/pull/34
- Switch np.lib.isreal to np.isreal by @mrava87 in https://github.com/drrelyea/spgl1/pull/35
- Clean up of codes with pre-commit by @mrava87 in https://github.com/drrelyea/spgl1/pull/37
- Fix Readthedocs by @mrava87 in https://github.com/drrelyea/spgl1/pull/39
New Contributors
- @drrelyea made their first contribution in https://github.com/drrelyea/spgl1/pull/34
Full Changelog: https://github.com/drrelyea/spgl1/compare/0.0.2...0.0.3
- Python
Published by drrelyea almost 2 years ago
spgl1 - 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.
- Python
Published by drrelyea about 6 years ago