| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-16 | Remove unnecessary costly syncs in FFT | Willem Jan Palenstijn | |
| 2021-11-16 | Add missing synchronize before free in FFT | Willem Jan Palenstijn | |
| 2021-11-16 | Add checkCufft function | Willem Jan Palenstijn | |
| 2021-11-16 | Merge branch 'checkCuda' | Willem Jan Palenstijn | |
| This cleans up error logging and handling for cuda calls. | |||
| 2021-11-16 | Remove cudaTextForceKernelsCompletion | Willem Jan Palenstijn | |
| 2021-11-16 | Remove ASTRA_CUDA_ASSERT | Willem Jan Palenstijn | |
| 2021-11-16 | Remove reportCudaError function | Willem Jan Palenstijn | |
| 2021-11-16 | Add new checkCuda function to simplify error handling | Willem Jan Palenstijn | |
| 2021-11-16 | Add specialization to BP3D kernels for single slice volumes | Willem Jan Palenstijn | |
| 2021-11-03 | Remove unused backprojectPointX/Y/Z functions | Willem Jan Palenstijn | |
| 2021-10-28 | Display version in astra.test() | Willem Jan Palenstijn | |
| 2021-10-27 | Merge pull request #306 from tomopy/python-version | Willem Jan Palenstijn | |
| DOC: Update __version__ param in python module | |||
| 2021-10-27 | DOC: Update __Version__ param in python module | Daniel Ching | |
| 2021-10-27 | Fix conda package meta.yaml for Windows | Willem Jan Palenstijn | |
| 2021-10-27 | Version 2.0.0 | Willem Jan Palenstijn | |
| 2021-10-27 | Update NEWS | Willem Jan Palenstijn | |
| 2021-10-27 | Update copyright years | Willem Jan Palenstijn | |
| 2021-10-27 | Prepare for python 3.10 | Willem Jan Palenstijn | |
| We can't (easily) build for python 3.10 yet until cython is available in conda. | |||
| 2021-10-26 | Reorganize docker environments | Willem Jan Palenstijn | |
| Now using debian8, debian9, debian11 for cuda 8 - 11.4 | |||
| 2021-10-26 | Update miniconda version used in docker build environments | Willem Jan Palenstijn | |
| 2021-10-11 | Update README | Willem Jan Palenstijn | |
| 2021-10-11 | Add brief conda build instructions for win64 | Willem Jan Palenstijn | |
| 2021-10-11 | Windows Python release update | Willem Jan Palenstijn | |
| 2021-10-11 | Fix Windows exports | Willem Jan Palenstijn | |
| 2021-07-01 | Update conda packages to python 3.9, cuda 11.1 | Willem Jan Palenstijn | |
| Since cudatoolkit=11.1 isn't in the main anaconda channel (yet?), the nvidia conda channel is used. | |||
| 2021-07-01 | Restrict conda host env libstdc++-ng to prevent build errors on docker env | Willem Jan Palenstijn | |
| 2021-02-25 | Minor de-duplication | Willem Jan Palenstijn | |
| 2021-02-25 | Add note about Octave dev pkg requirement | Willem Jan Palenstijn | |
| 2021-02-25 | Fix Windows conda package build | Willem Jan Palenstijn | |
| 2021-02-19 | Slightly improve configure log | Willem Jan Palenstijn | |
| 2021-02-19 | Suppress nvcc deprecated-gpu-targets warning | Willem Jan Palenstijn | |
| 2021-01-27 | Fix memory leak in CUDA 2D fan_bp | Ferdia Sherry | |
| 2021-01-22 | Add pkgconfig file to gitignore | Willem Jan Palenstijn | |
| 2021-01-22 | Fix supersampling version of cone_bp and add test | Willem Jan Palenstijn | |
| 2020-11-13 | Split conda/cuda build environment in two | Willem Jan Palenstijn | |
| 2020-10-15 | Add conda packages for cudatoolkit-11.0 | Willem Jan Palenstijn | |
| 2020-09-17 | Merge pull request #256 from fsherry/fix_cuda2d_par_fp_memleak | Willem Jan Palenstijn | |
| Fix memory leak in CUDA 2D par_fp | |||
| 2020-09-11 | Fix memory leak in CUDA 2D par_fp | Ferdia | |
| Arrays were dynamically allocated in the function convertAndUploadAngles, but were not deallocated, resulting in a memory leak. At the end of this function I now delete [] these arrays, fixing the memory leak. | |||
| 2020-07-04 | Bump conda package version | Willem Jan Palenstijn | |
| 2020-07-04 | Fix missing import | Willem Jan Palenstijn | |
| Thanks to @jleuschn for catching this. | |||
| 2020-07-02 | Merge branch 'direct_fpbp' | Willem Jan Palenstijn | |
| 2020-07-02 | Add error check | Willem Jan Palenstijn | |
| 2020-07-02 | Add mode parameter to direct_FPBP3D | Allard Hendriksen | |
| This change allows additive forward and backprojections. | |||
| 2020-07-02 | Check numpy array type | Willem Jan Palenstijn | |
| 2020-07-02 | Add python astra.experimental.direct_FP3D/BP3D | Willem Jan Palenstijn | |
| 2020-07-02 | Refactor cython data3d object creation to prepare | Willem Jan Palenstijn | |
| 2020-02-07 | Use numpy backward binary compatibility for conda packages | Willem Jan Palenstijn | |
| We now only build a single package built with numpy 1.11.x for numpy>=1.11,<2 . There is no guarantee that every future numpy version covered by this will be compatible with numpy 1.11, but numpy checks this internally at run-time, and should report this (noisily) when this occurs. | |||
| 2020-02-05 | Fix potential geometry constant corruption in par3d_bp | Willem Jan Palenstijn | |
| 2020-02-05 | Fix memory leaks in 3D BP | Willem Jan Palenstijn | |
| 2020-01-14 | Update python/numpy/cuda versions for conda | Willem Jan Palenstijn | |
