From 7358cf098856d31e849ebc863b9be35f75fe999a Mon Sep 17 00:00:00 2001 From: Gemma Fardell <47746591+gfardell@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:49:52 +0100 Subject: [PATCH] Pre-release update for v24.1.0 (#1869) --- CHANGELOG.md | 3 +-- README.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ed4e4e73..3d1ee2340b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ -* XX.X.X - +* 24.1.0 - New Features: - Added method to plot filter in `GenericFilteredBackProjection` (#1667) - Added wavelet operator, wrapping PyWavelets operator as a CIL operator (#1618) diff --git a/README.md b/README.md index b230295efc..315cdff911 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ We recommend using either [`miniconda`](https://docs.conda.io/projects/miniconda Install a new environment using: ```sh -conda create --name cil -c conda-forge -c https://software.repos.intel.com/python/conda -c ccpi cil=24.0.0 +conda create --name cil -c conda-forge -c https://software.repos.intel.com/python/conda -c ccpi cil=24.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: ```sh -conda create --name cil -c conda-forge -c https://software.repos.intel.com/python/conda -c ccpi cil=24.0.0 astra-toolbox=*=cuda* tigre ccpi-regulariser tomophantom ipywidgets +conda create --name cil -c conda-forge -c https://software.repos.intel.com/python/conda -c ccpi cil=24.1.0 astra-toolbox=*=cuda* tigre ccpi-regulariser tomophantom ipywidgets ``` where: