v0.6.0
What's Changed
- Add cupy solver by @waltsims in #665
- Bump matplotlib from 3.10.3 to 3.10.7 by @dependabot[bot] in #651
- Add pml_inside parameter to kspaceFirstOrder() by @waltsims in #669
- Bump opencv-python from 4.11.0.86 to 4.13.0.92 by @dependabot[bot] in #673
- Bump pre-commit from 4.2.0 to 4.5.1 by @dependabot[bot] in #672
- Bump beartype from 0.22.4 to 0.22.9 by @dependabot[bot] in #671
- Add unified API docs and bump version to 0.6.0 by @waltsims in #678
- Fix docs furo toc by @waltsims in #679
Add cupy solver
k-wave-python can now be run completely in Python and no longer depends on the k-wave binary executables.
Full Changelog: v0.5.0rc1...v0.6.0