Releases: PyLops/curvelops
Releases · PyLops/curvelops
0.23
What's Changed
- Desmystifying Curvelets notebook by @cako in #17
- Patch matplotlib deps for curvelops.plot by @cako in #19
Full Changelog: 0.22.2...0.23
0.22
Inching towards v0.3
This release contains loads of new functionality to help using curvelets and a brand new documentation page!
What's Changed
Full Changelog: 0.21...0.22
0.21
- Drops support for Python 3.6
- Supports Python 3.7, 3.8, 3.9, 3.10, 3.11 (tested on virtualenv and conda)
- Introduces a
dev
extra for pip installation
- Update versions to avoid segmentation faults
v0.2
This release makes Curvelops compatible with PyLops 2.0. It also adds typing annotations, a new example, and other small improvements.
v0.11
Fixes:
- Memory leak in forward and inverse 2D and 3D transforms.