|
1 | 1 | * 26.0.0 |
2 | 2 | - New features: |
3 | | - - LSQR algorithm added to the CIL algorithm class (#1975) |
| 3 | + - `LSQR` algorithm added to the CIL algorithm class (#1975) |
4 | 4 | - 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) |
6 | 6 | - `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) |
7 | 11 | - Bug fixes: |
8 | 12 | - `CentreOfRotationCorrector.image_sharpness` data is now correctly smoothed to reduce aliasing artefacts and improve robustness. (#2202) |
9 | 13 | - `PaganinProcessor` now correctly applies scaling with magnification for cone-beam geometry (#2225) |
|
16 | 20 | - fix missing `packaging` required dependency (#2321) |
17 | 21 | - dxchange minimum version set to 0.2.1 to fix #2256 (#2268) |
18 | 22 | - 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) |
20 | 24 | - 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) |
22 | 26 | - Update to ASTRA-TOOLBOX version v2.4 from the `astra-toolbox` channel (#2330) |
23 | 27 | - Update to TIGRE v3.1.3 (#2317) |
24 | 28 | - Added support for numpy 2 (#2218) |
|
30 | 34 | - Documentation: |
31 | 35 | - Render the user showcase notebooks in the documentation (#2189) |
32 | 36 | - 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) |
37 | 37 | - Breaking Changes: |
38 | 38 | - CIL is no longer compatible with Tomophantom versions earlier than v3.1.4 (#2218) |
39 | 39 | - Removes the following code which had been deprecated since v24.3.0 or earlier: |
|
0 commit comments