Skip to content

Commit 8ab3e0f

Browse files
authored
bump version and update changelog (#119)
1 parent 3f651e2 commit 8ab3e0f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 1.10.1 (Jan 15, 2025)
28

39
- add a check whether sum of tof bins along LOR is non-zero before running

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "parallelproj"
7-
version = "1.10.1"
7+
version = "1.10.2"
88
description = "Python wrappers for parallelproj projectors."
99
authors = [
1010
{name = "Georg Schramm", email = "georg.schramm@kuleuven.be"},

0 commit comments

Comments
 (0)