summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-26Reorganize docker environmentsWillem Jan Palenstijn
Now using debian8, debian9, debian11 for cuda 8 - 11.4
2021-10-26Update miniconda version used in docker build environmentsWillem Jan Palenstijn
2021-10-11Update READMEWillem Jan Palenstijn
2021-10-11Add brief conda build instructions for win64Willem Jan Palenstijn
2021-10-11Windows Python release updateWillem Jan Palenstijn
2021-10-11Fix Windows exportsWillem Jan Palenstijn
2021-07-01Update conda packages to python 3.9, cuda 11.1Willem Jan Palenstijn
Since cudatoolkit=11.1 isn't in the main anaconda channel (yet?), the nvidia conda channel is used.
2021-07-01Restrict conda host env libstdc++-ng to prevent build errors on docker envWillem Jan Palenstijn
2021-03-24Implemented _adjoint of OpTomo by equating it to _transposeJens Renders
2021-02-25Minor de-duplicationWillem Jan Palenstijn
2021-02-25Add note about Octave dev pkg requirementWillem Jan Palenstijn
2021-02-25Fix Windows conda package buildWillem Jan Palenstijn
2021-02-19Slightly improve configure logWillem Jan Palenstijn
2021-02-19Suppress nvcc deprecated-gpu-targets warningWillem Jan Palenstijn
2021-01-27Fix memory leak in CUDA 2D fan_bpFerdia Sherry
2021-01-22Add pkgconfig file to gitignoreWillem Jan Palenstijn
2021-01-22Fix supersampling version of cone_bp and add testWillem Jan Palenstijn
2020-11-13Split conda/cuda build environment in twoWillem Jan Palenstijn
2020-10-15Add conda packages for cudatoolkit-11.0Willem Jan Palenstijn
2020-09-17Merge pull request #256 from fsherry/fix_cuda2d_par_fp_memleakWillem Jan Palenstijn
Fix memory leak in CUDA 2D par_fp
2020-09-11Fix memory leak in CUDA 2D par_fpFerdia
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-04Bump conda package versionWillem Jan Palenstijn
2020-07-04Fix missing importWillem Jan Palenstijn
Thanks to @jleuschn for catching this.
2020-07-02Merge branch 'direct_fpbp'Willem Jan Palenstijn
2020-07-02Add error checkWillem Jan Palenstijn
2020-07-02Add mode parameter to direct_FPBP3DAllard Hendriksen
This change allows additive forward and backprojections.
2020-07-02Check numpy array typeWillem Jan Palenstijn
2020-07-02Add python astra.experimental.direct_FP3D/BP3DWillem Jan Palenstijn
2020-07-02Refactor cython data3d object creation to prepareWillem Jan Palenstijn
2020-02-07Use numpy backward binary compatibility for conda packagesWillem 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-05Fix potential geometry constant corruption in par3d_bpWillem Jan Palenstijn
2020-02-05Fix memory leaks in 3D BPWillem Jan Palenstijn
2020-01-14Update python/numpy/cuda versions for condaWillem Jan Palenstijn
2019-09-27Increment version to 1.9.9devWillem Jan Palenstijn
2019-09-27Merge branch 'consistent_scaling'Willem Jan Palenstijn
2019-09-25Skip boost/cuda check if cuda is not foundWillem Jan Palenstijn
2019-09-25Add noteWillem Jan Palenstijn
2019-09-25Fix crash in FBP_CUDA when called without projectorWillem Jan Palenstijn
2019-09-25Remove unmaintained, out of date 'STANDALONE' cuda codeWillem Jan Palenstijn
2019-09-25Add unit tests for 3D adjointsWillem Jan Palenstijn
2019-09-25Adjust par3d adjoint scaling, and clean upWillem Jan Palenstijn
2019-09-25Enable all 2D projector testsWillem Jan Palenstijn
2019-09-25Add 3D reconstruction scaling testWillem Jan Palenstijn
2019-09-25Fix part of non-cube cone scalingWillem Jan Palenstijn
2019-09-25Small clean up of factorsWillem Jan Palenstijn
2019-09-25Remove C++ projector testsWillem Jan Palenstijn
These have been superseded by python versions.
2019-09-25Add missing headerWillem Jan Palenstijn
2019-09-25Add feature flags for changed scaling behaviourWillem Jan Palenstijn
2019-09-25Remove obsolete DensityWeighting optionWillem Jan Palenstijn
2019-09-25Improve adjoint matching for fan/cone BP functions, and clean upWillem Jan Palenstijn