From 5254485cf023860331c8d18326c073a7004722b0 Mon Sep 17 00:00:00 2001 From: Georg Schramm Date: Wed, 20 Aug 2025 20:21:39 +0200 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0c633d..e0d5fd0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.10.2 (Aug 20, 2025) + +- add compatibility for latest cupy version (>= 13.5) which require `from_dlpack` to convert +from torch tensors +- fix minor issues to be compatible with `array-api-strict~=2.0` + ## 1.10.1 (Jan 15, 2025) - add a check whether sum of tof bins along LOR is non-zero before running diff --git a/pyproject.toml b/pyproject.toml index a5469d84..3a68fbf0 100644 --- a/pyproject.toml +++ b/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 = [ {name = "Georg Schramm", email = "georg.schramm@kuleuven.be"},