Skip to content

Commit 66a755c

Browse files
author
semantic-release
committed
1.2.0
Automatically generated by python-semantic-release
1 parent 01bd25b commit 66a755c

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "biem-helmholtz-sphere"
1616
copyright = "2025, ultrasphere-dev"
1717
author = "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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44

55
[project]
66
name = "biem-helmholtz-sphere"
7-
version = "1.1.3"
7+
version = "1.2.0"
88
description = "Acoustic scattering from multiple n-spheres in NumPy / PyTorch"
99
readme = "README.md"
1010
license = { text = "MIT" }

src/biem_helmholtz_sphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.3"
1+
__version__ = "1.2.0"
22
from ._biem import (
33
BIEMKwargs,
44
BIEMResultCalculator,

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)