summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Prepare for python 3.10Willem Jan Palenstijn2021-10-274-1/+15
| | | | | | | | We can't (easily) build for python 3.10 yet until cython is available in conda.
* | Reorganize docker environmentsWillem Jan Palenstijn2021-10-2610-26/+111
| | | | | | | | Now using debian8, debian9, debian11 for cuda 8 - 11.4
* | Update miniconda version used in docker build environmentsWillem Jan Palenstijn2021-10-263-6/+6
| |
* | Update READMEWillem Jan Palenstijn2021-10-112-18/+18
| |
* | Add brief conda build instructions for win64Willem Jan Palenstijn2021-10-113-0/+27
| |
* | Windows Python release updateWillem Jan Palenstijn2021-10-113-85/+10
| |
* | Fix Windows exportsWillem Jan Palenstijn2021-10-112-4/+4
| |
* | Update conda packages to python 3.9, cuda 11.1Willem Jan Palenstijn2021-07-017-20/+41
| | | | | | | | Since cudatoolkit=11.1 isn't in the main anaconda channel (yet?), the nvidia conda channel is used.
* | Restrict conda host env libstdc++-ng to prevent build errors on docker envWillem Jan Palenstijn2021-07-011-0/+2
|/
* Minor de-duplicationWillem Jan Palenstijn2021-02-251-2/+4
|
* Add note about Octave dev pkg requirementWillem Jan Palenstijn2021-02-252-2/+6
|
* Fix Windows conda package buildWillem Jan Palenstijn2021-02-251-1/+1
|
* Slightly improve configure logWillem Jan Palenstijn2021-02-191-2/+2
|
* Suppress nvcc deprecated-gpu-targets warningWillem Jan Palenstijn2021-02-191-1/+5
|
* Fix memory leak in CUDA 2D fan_bpFerdia Sherry2021-01-271-0/+2
|
* Add pkgconfig file to gitignoreWillem Jan Palenstijn2021-01-221-0/+1
|
* Fix supersampling version of cone_bp and add testWillem Jan Palenstijn2021-01-222-7/+28
|
* Split conda/cuda build environment in twoWillem Jan Palenstijn2020-11-136-57/+93
|
* Add conda packages for cudatoolkit-11.0Willem Jan Palenstijn2020-10-153-4/+13
|
* Merge pull request #256 from fsherry/fix_cuda2d_par_fp_memleakWillem Jan Palenstijn2020-09-171-0/+4
|\ | | | | Fix memory leak in CUDA 2D par_fp
| * Fix memory leak in CUDA 2D par_fpFerdia2020-09-111-0/+4
|/ | | 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.
* Bump conda package versionWillem Jan Palenstijn2020-07-041-1/+1
|
* Fix missing importWillem Jan Palenstijn2020-07-041-0/+2
| | | | Thanks to @jleuschn for catching this.
* Merge branch 'direct_fpbp'Willem Jan Palenstijn2020-07-028-48/+159
|\
| * Add error checkWillem Jan Palenstijn2020-07-021-0/+4
| |
| * Add mode parameter to direct_FPBP3DAllard Hendriksen2020-07-021-6/+5
| | | | | | | | This change allows additive forward and backprojections.
| * Check numpy array typeWillem Jan Palenstijn2020-07-025-16/+25
| |
| * Add python astra.experimental.direct_FP3D/BP3DWillem Jan Palenstijn2020-07-021-0/+54
| |
| * Refactor cython data3d object creation to prepareWillem Jan Palenstijn2020-07-024-37/+82
|/
* Use numpy backward binary compatibility for conda packagesWillem Jan Palenstijn2020-02-078-46/+8
| | | | | | | | 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.
* Fix potential geometry constant corruption in par3d_bpWillem Jan Palenstijn2020-02-051-1/+1
|
* Fix memory leaks in 3D BPWillem Jan Palenstijn2020-02-052-0/+6
|
* Update python/numpy/cuda versions for condaWillem Jan Palenstijn2020-01-148-10/+19
|
* Increment version to 1.9.9devWillem Jan Palenstijn2019-09-276-8/+8
|
* Merge branch 'consistent_scaling'Willem Jan Palenstijn2019-09-2748-2532/+841
|\
| * Skip boost/cuda check if cuda is not foundWillem Jan Palenstijn2019-09-251-0/+2
| |
| * Add noteWillem Jan Palenstijn2019-09-251-0/+3
| |
| * Fix crash in FBP_CUDA when called without projectorWillem Jan Palenstijn2019-09-251-1/+1
| |
| * Remove unmaintained, out of date 'STANDALONE' cuda codeWillem Jan Palenstijn2019-09-2515-1822/+0
| |
| * Add unit tests for 3D adjointsWillem Jan Palenstijn2019-09-251-5/+76
| |
| * Adjust par3d adjoint scaling, and clean upWillem Jan Palenstijn2019-09-253-88/+96
| |
| * Enable all 2D projector testsWillem Jan Palenstijn2019-09-252-5/+8
| |
| * Add 3D reconstruction scaling testWillem Jan Palenstijn2019-09-251-18/+78
| |
| * Fix part of non-cube cone scalingWillem Jan Palenstijn2019-09-252-2/+5
| |
| * Small clean up of factorsWillem Jan Palenstijn2019-09-254-14/+12
| |
| * Remove C++ projector testsWillem Jan Palenstijn2019-09-253-254/+0
| | | | | | | | These have been superseded by python versions.
| * Add missing headerWillem Jan Palenstijn2019-09-251-1/+1
| |
| * Add feature flags for changed scaling behaviourWillem Jan Palenstijn2019-09-252-2/+20
| |
| * Remove obsolete DensityWeighting optionWillem Jan Palenstijn2019-09-254-15/+3
| |
| * Improve adjoint matching for fan/cone BP functions, and clean upWillem Jan Palenstijn2019-09-253-223/+251
| |