Skip to content

Commit

Permalink
Prerelease update for v22.2 (#1429)
Browse files Browse the repository at this point in the history
Signed-off-by: Gemma Fardell <[email protected]>
  • Loading branch information
gfardell authored Feb 22, 2023
1 parent d667e82 commit 096401c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
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.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,
Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cil_dev_test
name: cil_dev
channels:
- conda-forge
- intel
Expand Down

0 comments on commit 096401c

Please sign in to comment.