Alexander Skorikov
Alexander Skorikov
Following the discussion in #2362 and #2364, it appears that currently there are inconsistencies in handling real/live time for EDS spectrum images. Specifically, there are several questions to address: 1....
This PR adds support for forward-mode and higher-order differentiation in PyTorch autograd engine. Additionally, it enables integration with `torch.func`, which implements JAX-style composable functional transforms in PyTorch, allowing for a...
This PR adds support for geometries describing cylindrical detectors that are soon coming up in Astra Toolbox (see https://github.com/astra-toolbox/astra-toolbox/pull/444). To do: - [ ] Implement methods marked with `NotImplementedError` -...
This PR fixes issues due to `np.array` copy semantics and scalar array print formatting changes in NumPy 2. The minimum requirement for NumPy is increased to 1.21.