Skip to content

Releases: TomographicImaging/CCPi-Regularisation-Toolkit

Version 24.0.1

23 Sep 07:52
3510f64
Compare
Choose a tag to compare

This is a bugfix release on version 24.0.0.

The order of image size parameters was passed wrongly from python to all regularisers, leading wrong results from non cubic/square images.

v24.0.0

16 Apr 08:54
b0e1888
Compare
Choose a tag to compare
  • replace cython with ctypes (#183 <- #178, #177, #164)
  • fix conda build (#189 <- #187, #192)
    • fix python path
    • native cmake --build & pip install
    • build into build_proj subdir
    • fix package name (meta.yaml vs pyproject.toml consistency)
    • hardcode version in pyproject.toml (#185) as 24.0.0
    • fix windows builds
  • migrate from @vais-ral to @TomographicImaging (#181)
    • update documentation links (#202)
  • use GitHub Actions CI (#193)
    • self-hosted CUDA runners (#196 <- #195)
      • force cleanup on setup fail (#201)
    • test windows & more versions (#203 <- #195)
  • bump python, numpy (#200 <- #194)
  • add cupy optional dependency (#199)

CCPi-Regularisation Toolkit v.22.0

21 Jun 09:44
188992b
Compare
Choose a tag to compare

MultiGPU capability to control devices has been added and the following demo shows how to run it with mpi4py package.
Now regularisation_device can be passed as 'cpu' or 'gpu' OR provide a GPU index (integer) of a specific device

19.10 Release

27 Sep 09:13
51e49a4
Compare
Choose a tag to compare
  • nested loops re-organised which gives a substantial acceleration running CPU modules
  • NLTV gpu bugs fixed

CCPi-RGL toolkit

27 May 21:16
5fb5be3
Compare
Choose a tag to compare
Merge pull request #122 from vais-ral/matlab_fix

fix to cmakelists file

19.02 Release

08 Feb 16:02
7f1612a
Compare
Choose a tag to compare
v19.02

add numpy 1.14 for Savu