Skip to content

Releases: gschramm/parallelproj

v1.2.16

16 Apr 21:25
Compare
Choose a tag to compare

Changelog vs 1.2.15

  • remove AS approximation of erff in openmp TOF function
  • add TOF python tests

v1.2.15

16 Apr 02:42
Compare
Choose a tag to compare

Changelog v1.2.15

  • BUGFIX: correct start / stop of loop over planes in cuda TOF sino fwd projector when principle direction = 2
  • start to include python (numpy and cupy) interface (incomplete)

v1.2.14

15 Feb 22:06
Compare
Choose a tag to compare

1.2.14 (February 15, 2023)

  • make target link libraries (m and OpenMP) private

v1.2.13

15 Feb 22:00
Compare
Choose a tag to compare

1.2.13 (January 13, 2023)

  • fix variable expansion in Config.cmake.in
  • update README
  • add link to arXiv preprint

v1.2.12

15 Feb 22:00
Compare
Choose a tag to compare

1.2.12 (January 08, 2023)

  • set CUDA_HOST_COMPILER only when using clang
  • skip build of cuda lib if cuda is not present

v1.2.11

15 Feb 21:59
Compare
Choose a tag to compare

1.2.11 (January 05, 2023)

  • set default CMAKE_CUDA_HOST_COMPILER to CMAKE_CXX_COMPILER

v1.2.10

15 Feb 21:58
Compare
Choose a tag to compare

1.2.10 (December 30, 2022)

  • link parallelproj_c against libm (using PUBLIC link interface)
  • use better way to test whether we have to link against libm
  • Update README.md
  • updata non-tof cuda test
  • add adjoint back projection test
  • cosmetics
  • add better output
  • add more generic nontof test that tests rays in all 3 directions
  • update README

v1.2.9

15 Dec 18:07
Compare
Choose a tag to compare
  • build process is simplified (git is not needed anymore) and improved due to the feedback from conda-forge
  • BUGFIX: correct behavior when principle direction is 0 (x_pr2 was calculated incorrectly)

v1.2.1

28 Sep 14:05
Compare
Choose a tag to compare
  • support build from downloaded github versions

v1.2

27 Sep 18:46
9a393f5
Compare
Choose a tag to compare

parallelproj v1.2

changelog vs v1.1

  • improve build process: git now required to auto-deduce version number
  • add actions to build conda package
  • add 2 simple ctests