diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ed4e4e7..3d1ee2340 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 b230295ef..315cdff91 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: