From 3f0306a8005fa8524ba4e3486d166801e1905b69 Mon Sep 17 00:00:00 2001 From: gfardell Date: Thu, 15 Sep 2022 10:19:52 +0100 Subject: [PATCH] Pre-release update for v22.1.0 --- CHANGELOG.md | 5 +++-- README.md | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 073ae972bb..d9f059f4e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -* 22.x.x +* 22.1.0 - added multiple colormaps to show2D - Fix segfault in GradientOperator due to parameter overflows on windows systems - + - Fix angle display precision and matplotlib warning for sinograms with show2D + * 22.0.0 - Strongly convex functionality in TotalVariation and FGP_TV Functions - Refactored KullbackLeibler function class. Fix bug on gradient method for SIRF objects diff --git a/README.md b/README.md index ae94548512..e96464077a 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.0.0 +conda create --name cil -c conda-forge -c intel -c ccpi cil=22.1.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.0.0 astra-toolbox tigre ccpi-regulariser tomophantom +conda create --name cil -c conda-forge -c intel -c astra-toolbox -c ccpi cil=22.1.0 astra-toolbox tigre ccpi-regulariser tomophantom ``` where,