Releases: gschramm/parallelproj
Releases · gschramm/parallelproj
v1.2.16
Changelog vs 1.2.15
- remove AS approximation of erff in openmp TOF function
- add TOF python tests
v1.2.15
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
1.2.14 (February 15, 2023)
- make target link libraries (m and OpenMP) private
v1.2.13
1.2.13 (January 13, 2023)
- fix variable expansion in Config.cmake.in
- update README
- add link to arXiv preprint
v1.2.12
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
1.2.11 (January 05, 2023)
- set default CMAKE_CUDA_HOST_COMPILER to CMAKE_CXX_COMPILER
v1.2.10
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
- 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
- support build from downloaded github versions
v1.2
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