We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f651e2 commit 8ab3e0fCopy full SHA for 8ab3e0f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.10.2 (Aug 20, 2025)
2
+
3
+- add compatibility for latest cupy version (>= 13.5) which require `from_dlpack` to convert
4
+from torch tensors
5
+- fix minor issues to be compatible with `array-api-strict~=2.0`
6
7
## 1.10.1 (Jan 15, 2025)
8
9
- add a check whether sum of tof bins along LOR is non-zero before running
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "parallelproj"
-version = "1.10.1"
+version = "1.10.2"
description = "Python wrappers for parallelproj projectors."
authors = [
10
{name = "Georg Schramm", email = "georg.schramm@kuleuven.be"},
0 commit comments