CIL icon indicating copy to clipboard operation
CIL copied to clipboard

A versatile python framework for tomographic imaging

Results 313 CIL issues
Sort by recently updated
recently updated
newest added

## Describe your changes SAG and SAGA approximate gradient methods ## Describe any testing you have performed *Please add any demo scripts to [CIL-Demos/misc/](https://github.com/TomographicImaging/CIL-Demos/tree/main/misc)* ## Link relevant issues Closes #1342...

Waiting for review

## Changes - docs: use pre-release theme (https://github.com/pydata/pydata-sphinx-theme/pull/1795) - website: allow more than 3 "widgets" (multi-column cards) - website: move content above "widgets" ## Testing you performed before|after (example) --|--...

Waiting for review
documentation

- add more "widgets" (right now only

enhancement
Waiting for review
documentation

Provide multiple (not just latest) docs versions - [x] use/fix https://cil.readthedocs.io #1693 - [x] drop/update [GH conda docs builds](https://github.com/TomographicImaging/CIL/blob/5ea9282104423dd0134a8d67fbf599ec60960efe/.github/workflows/build.yml#L59) #1679 + ~redirect `https://tomographicimaging.github.io/CIL/{,nightly}` -> `https://cil.readthedocs.io`~ + closes #1430 + closes...

gh-actions
documentation
epic

## Description Add tests to check if processors work in place. Check if processors give the same result when: - Getting results directly with return ``` processor.set_input(data) out = processor.get_output()...

Waiting for review

## Description As we are adding a functionality to handle per-projection geometry, it'll be nice to have a function for Jupyter that combines a slider, a `cil.framework.BlockGeometry` and the function...

enhancement

Currently a draft for discussion purposes TODO: - [x] testing the preconditioners - [x] Unit tests for the preconditioners - [x] Documentation for the preconditioners - [x] Unit tests for...

enhancement
Waiting for review