Skip to content

Commit

Permalink
Pre-release update for v22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfardell committed Sep 15, 2022
1 parent 0db53ce commit 3f0306a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3f0306a

Please sign in to comment.