From 263571a42db093a6dfda9be3d466eb5a21f30fb3 Mon Sep 17 00:00:00 2001 From: Georg Schramm Date: Mon, 16 Oct 2023 17:04:34 +0200 Subject: [PATCH] chore: updated package.json, updated CHANGELOG.md, bumped 1.5.0 -> 1.6.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a3ae06..c360a6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 1.6.0 (October 16, 2023) +- chore: updated package.json, updated CHANGELOG.md, bumped 1.5.0 -> 1.6.0 +- add missing type hints +- add missing type hints and correct behavior of subset operator +- add missing doc string +- remove obsolete functions +- rename build script for libs with IDL wrappers +- update build script for libs including IDL wrappers +- add simple 2D demo projector +- adapt projector test +- adapt sino/LM TOF tests +- adapt nontof joseph test +- update operator tests +- add finite difference operator and remove cparr tests +- update projector tests and classes +- rewrite of LinearOperator ABC to remove xp argument +- clean up changelog + ## 1.5.0 (July 29, 2023) - add compatibility of python wrapper to python array api (via array-api-compat) such that numpy, cupy, pytorch arrays can be directly projected diff --git a/package.json b/package.json index 08df5a2f..d5d8ca84 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "1.5.0" + "version": "1.6.0" }