Skip to content

Commit 69196aa

Browse files
Update change log
1 parent ef39f43 commit 69196aa

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
* 26.0.0
22
- New features:
3-
- LSQR algorithm added to the CIL algorithm class (#1975)
3+
- `LSQR` algorithm added to the CIL algorithm class (#1975)
44
- Add `VolumeShrinker` tool to reduce the size of the reconstruction volume from an `AcquisitionData` (#2221)
5-
- LaminographyGeometryCorrector tool added to processors (#2259)
5+
- `LaminographyGeometryCorrector` tool added to processors (#2259)
66
- `FluxNormaliser` can be used on `Cone3D_Flex` data (#2347)
7+
- Enhancements:
8+
- Add prefix argument to `TIFFStackReader` to load a subset of TIFF files in
9+
a folder (#2239)
10+
- Update ASTRA interface to `direct_FP3D/BP3D` removing copies for GPU `ProjectionOperator` calls (#2134)
711
- Bug fixes:
812
- `CentreOfRotationCorrector.image_sharpness` data is now correctly smoothed to reduce aliasing artefacts and improve robustness. (#2202)
913
- `PaganinProcessor` now correctly applies scaling with magnification for cone-beam geometry (#2225)
@@ -16,9 +20,9 @@
1620
- fix missing `packaging` required dependency (#2321)
1721
- dxchange minimum version set to 0.2.1 to fix #2256 (#2268)
1822
- improve `tqdm` notebook support (#2241)
19-
- cvxpy version set to !=1.8.2 to fix #2303 (#2306)
23+
- `cvxpy` version set to !=1.8.2 to fix #2303 (#2306)
2024
- Handle regularisation toolkit CPU only package error message (#2302)
21-
- Update FindIPP.cmake to find IPP libraries in conda environments (#2286)
25+
- Update `FindIPP.cmake` to find IPP libraries in conda environments (#2286)
2226
- Update to ASTRA-TOOLBOX version v2.4 from the `astra-toolbox` channel (#2330)
2327
- Update to TIGRE v3.1.3 (#2317)
2428
- Added support for numpy 2 (#2218)
@@ -30,10 +34,6 @@
3034
- Documentation:
3135
- Render the user showcase notebooks in the documentation (#2189)
3236
- Update on build instructions in README and developer guide for all OS (#2286)
33-
- Enhancements:
34-
- Add prefix argument to TIFFStackReader to load a subset of TIFF files in
35-
a folder (#2239)
36-
- Update ASTRA interface to `direct_FP3D/BP3D` removing copies for GPU `ProjectionOperator` calls (#2134)
3737
- Breaking Changes:
3838
- CIL is no longer compatible with Tomophantom versions earlier than v3.1.4 (#2218)
3939
- Removes the following code which had been deprecated since v24.3.0 or earlier:

0 commit comments

Comments
 (0)