Skip to content

Commit fb95d17

Browse files
authored
Pre-release update for v21.1.0 (#1511)
* Update changelog * Update readme * build variants
1 parent 9d6b4d5 commit fb95d17

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
* x.x.x
2+
* 23.1.0
33
- Fix bug in IndicatorBox proximal_conjugate
44
- Allow CCPi Regulariser functions for non CIL object
55
- Add norm for CompositionOperator

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ The documentation for CIL can be accessed [here](https://tomographicimaging.gith
1919
Binary installation of CIL can be done with `conda`. Install a new environment using:
2020

2121
```bash
22-
conda create --name cil -c conda-forge -c intel -c ccpi cil=23.0.1
22+
conda create --name cil -c conda-forge -c intel -c ccpi cil=23.1.0
2323
```
2424

2525
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:
2626

2727
```bash
28-
conda create --name cil -c conda-forge -c intel -c ccpi cil=23.0.1 astra-toolbox tigre ccpi-regulariser tomophantom "ipywidgets<8"
28+
conda create --name cil -c conda-forge -c intel -c ccpi cil=23.1.0 astra-toolbox tigre ccpi-regulariser tomophantom "ipywidgets<8"
2929
```
3030
where,
3131

recipe/conda_build_config.yaml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,16 @@
2222
python:
2323
- 3.8
2424
- 3.9
25-
- 3.10
25+
- 3.10
2626
- 3.8
2727
- 3.9
28-
- 3.10
28+
- 3.10
2929
- 3.8
3030
- 3.9
31-
- 3.10
32-
# - 3.11
33-
# - 3.8
34-
# - 3.9
35-
# - 3.10
36-
# - 3.11
31+
- 3.10
32+
- 3.8
33+
- 3.9
34+
- 3.10
3735
numpy:
3836
- 1.21
3937
- 1.21
@@ -44,11 +42,9 @@ numpy:
4442
- 1.23
4543
- 1.23
4644
- 1.23
47-
# - 1.23
48-
# - 1.24
49-
# - 1.24
50-
# - 1.24
51-
# - 1.24
45+
- 1.24
46+
- 1.24
47+
- 1.24
5248
zip_keys:
5349
- python
5450
- numpy

0 commit comments

Comments
 (0)