Skip to content

Commit

Permalink
Update version number (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfardell authored Mar 17, 2023
1 parent e1a7879 commit e37dd95
Show file tree
Hide file tree
Showing 2 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 @@
* x.x.x
* 23.0.0
- Partitioner is now able to create batches even if angle is not the outer dimension
- Renamed `max_iteration_stop_cryterion` method in the Algorithm class to `max_iteration_stop_criterion`
- Removed (previously deprecated) `very_verbose` parameter in `Algorithm`'s run method.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ 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.2.0
conda create --name cil -c conda-forge -c intel -c ccpi cil=23.0.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.2.0 astra-toolbox tigre ccpi-regulariser tomophantom "ipywidgets<8"
conda create --name cil -c conda-forge -c intel -c astra-toolbox -c ccpi cil=23.0.0 astra-toolbox tigre ccpi-regulariser tomophantom "ipywidgets<8"
```

where,
Expand All @@ -38,7 +38,7 @@ where,

```tomophantom``` [Tomophantom](https://github.com/dkazanc/TomoPhantom) will allow you to generate phantoms to use as test data.

```cudatoolkit``` If you have GPU drivers compatible with more recent CUDA versions you can modify this package selector (installing tigre via conda requires 9.2).
```cudatoolkit``` If you have GPU drivers compatible with more recent CUDA versions you can modify this package selector (installing tigre via conda requires 10.2).


## Dependency
Expand Down

0 comments on commit e37dd95

Please sign in to comment.