v0.3.5
Hi k-wave-python community!
We're excited to announce v0.3.5. This point release includes some improvements to k-wave-python that improve performance and reliability. We have also included new examples in the repository.
Special thanks to first-time contributors @faberno and @precicely for their contributions to this release!
What's Changed
- #454: measure no longer has enforced decimal places. Closes #454. by @precicely in #455
- 454 element measure precision by @precicely in #457
- update logger messages with f-strings by @waltsims in #458
- Update executor.py to handle spaces in binary path by @djps in #489
- add ability to run all examples by @waltsims in #480
- Update environment variable generation for safer execution by @waltsims in #493
New examples
- #441 Add us beams example by @gordon-n-stevenson in #445
- Add Focussed Detector In 2D Example by @faridyagubbayli in #492
- Add Focussed Detector In 3D Example by @faridyagubbayli in #495
- Add Modelling Sensor Directivity In 2D Example by @faridyagubbayli in #500
Bug fixes
- clear ruff errors in examples by @waltsims in #453
- Small bug fixes by @faberno in #463
- Typo in at_annular_array_3D script by @waltsims in #474
- Do not bind process in MacOS by @faridyagubbayli in #476
- Suppress the FileNotFound error when attempting to set the file mode by @faridyagubbayli in #498
Dependencies
- Bump coverage from 7.5.4 to 7.6.1 by @dependabot in #443
- Bump furo from 2024.5.6 to 2024.8.6 by @dependabot in #456
- Bump matplotlib from 3.9.0 to 3.9.2 by @dependabot in #451
- Bump sphinx-toolbox from 3.6.0 to 3.8.0 by @dependabot in #452
- Bump deepdiff from 7.0.1 to 8.0.1 by @dependabot in #466
- Bump pre-commit from 3.7.1 to 3.8.0 by @dependabot in #465
- Bump jaxtyping from 0.2.31 to 0.2.34 by @dependabot in #464
- Bump sphinx-mdinclude from 0.6.1 to 0.6.2 by @dependabot in #467
- Bump h5py from 3.11.0 to 3.12.1 by @dependabot in #479
- Bump coverage from 7.6.1 to 7.6.3 by @dependabot in #483
- Bump pre-commit from 3.8.0 to 4.0.1 by @dependabot in #482
- Bump beartype from 0.18.5 to 0.19.0 by @dependabot in #478
- Bump coverage from 7.6.3 to 7.6.4 by @dependabot in #487
- Bump sphinx-tabs from 3.4.5 to 3.4.7 by @dependabot in #486
New Contributors
- @precicely made their first contribution in #455
- @faberno made their first contribution in #463
Full Changelog: v0.3.4...v0.3.5