From 096401c6fdc17792b9107712bb4b1f567f1983d8 Mon Sep 17 00:00:00 2001 From: Gemma Fardell <47746591+gfardell@users.noreply.github.com> Date: Wed, 22 Feb 2023 08:23:48 +0000 Subject: [PATCH] Prerelease update for v22.2 (#1429) Signed-off-by: Gemma Fardell <47746591+gfardell@users.noreply.github.com> --- CHANGELOG.md | 2 +- README.md | 4 ++-- scripts/requirements-test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f9c370ba..81c18c301a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -* Next +* 22.2.0 - BlockGeometry is iterable - Added `partition` to `AcquisitionData` to partition the data with 3 methods: `sequential`, `staggered` and `random_permutation` - TIGRE and ASTRA `ProjectionOperator` now support `BlockGeometry` as `acquisition_geometry` parameter, returning a `BlockOperator` diff --git a/README.md b/README.md index 1d592c6303..f59578d28b 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ The documentation for CIL can be accessed [here](https://tomographicimaging.gith Binary installation of CIL can be done with `conda`. Install a new environment using: ```bash -conda create --name cil -c conda-forge -c intel -c ccpi cil=22.1.0 +conda create --name cil -c conda-forge -c intel -c ccpi cil=22.2.0 ``` To install CIL and the additional packages and plugins needed to run the [CIL demos](https://github.com/TomographicImaging/CIL-Demos) install the environment with: ```bash -conda create --name cil -c conda-forge -c intel -c astra-toolbox -c ccpi cil=22.1.0 astra-toolbox tigre ccpi-regulariser tomophantom +conda create --name cil -c conda-forge -c intel -c astra-toolbox -c ccpi cil=22.2.0 astra-toolbox tigre ccpi-regulariser tomophantom ``` where, diff --git a/scripts/requirements-test.yml b/scripts/requirements-test.yml index 221b827417..0e200e30a7 100644 --- a/scripts/requirements-test.yml +++ b/scripts/requirements-test.yml @@ -1,4 +1,4 @@ -name: cil_dev_test +name: cil_dev channels: - conda-forge - intel