File tree Expand file tree Collapse file tree 5 files changed +27
-4
lines changed
src/biem_helmholtz_sphere Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.2.0 (2026-02-07)
4+
5+ ### Bug fixes
6+
7+ - Fix jascome ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
8+ - Fix jascome ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
9+ - Fix jascome ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
10+ - Fix jascome ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
11+ - Fix jascome ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
12+
13+ ### Features
14+
15+ - Add accuracy ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
16+ - Add accuracy ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
17+ - Add accuracy ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
18+ - Add accuracy ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
19+ - Add accuracy ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
20+ - Add accuracy ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
21+ - Add accuracy ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
22+ - Add accuracy ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
23+ - Add accuracy ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
24+ - Add cli for accuracy ([ ` 01bd25b ` ] ( https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/01bd25b2593b0695a902fdd37fa61436f6ea417f ) )
25+
326## v1.1.3 (2025-11-02)
427
528### Bug fixes
Original file line number Diff line number Diff line change 1515project = "biem-helmholtz-sphere"
1616copyright = "2025, ultrasphere-dev"
1717author = "ultrasphere-dev"
18- release = "1.1.3 "
18+ release = "1.2.0 "
1919
2020# -- General configuration ---------------------------------------------------
2121# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44
55[project ]
66name = " biem-helmholtz-sphere"
7- version = " 1.1.3 "
7+ version = " 1.2.0 "
88description = " Acoustic scattering from multiple n-spheres in NumPy / PyTorch"
99readme = " README.md"
1010license = { text = " MIT" }
Original file line number Diff line number Diff line change 1- __version__ = "1.1.3 "
1+ __version__ = "1.2.0 "
22from ._biem import (
33 BIEMKwargs ,
44 BIEMResultCalculator ,
You can’t perform that action at this time.
0 commit comments