summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2018-01-24Update copyright dateWillem Jan Palenstijn
2018-01-12Update contact emailWillem Jan Palenstijn
2018-01-09Improve postalignment functionWillem Jan Palenstijn
2018-01-09Fix comments for postalignment functionWillem Jan Palenstijn
2018-01-09Add geom_size, geom_2vec to main astra moduleWillem Jan Palenstijn
2018-01-09Add astra.test/astra_test functionWillem Jan Palenstijn
2018-01-09Check for CUDA support at run-time in use_cuda()Willem Jan Palenstijn
2017-11-22Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-11-22Fix missing version update in conda meta.yamlWillem Jan Palenstijn
2017-11-22Add experimental accumulate_FP/BP/FDK python functionsWillem Jan Palenstijn
2017-11-22Update version to 1.9.0devWillem Jan Palenstijn
2017-11-22Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-11-14Remove unused codeWillem Jan Palenstijn
2017-11-06Update version to 1.8.3Willem Jan Palenstijn
2017-11-06Add workaround for apparently broken mkl/win-64 conda packageWillem Jan Palenstijn
2017-11-06Add libastra/linux-64 conda package variants for cudatoolkitWillem Jan Palenstijn
Also upgrade the Docker-based linux release scripts to match.
2017-11-01Add basic post-install python testsWillem Jan Palenstijn
2017-11-01Move set_gpu_index, get_gpu_info from astra.astra to astraWillem Jan Palenstijn
2017-11-01Separate cuda from astra headers furtherWillem Jan Palenstijn
2017-10-26Fix usage of cython exceptWillem Jan Palenstijn
2017-10-23Fix usage of cython exceptWillem Jan Palenstijn
2017-10-23Support 2d/3d in astra.algorithm.get_res_normWillem Jan Palenstijn
2017-10-17Add trailing ,/; to string repr of float vector/matrixWillem Jan Palenstijn
This makes it possible to differentiate between a scalar and a one-element vector, and fixes #111.
2017-10-17Add astra.astra.get_gpu_info utility functionWillem Jan Palenstijn
2017-10-17Improve python create_vol_geomAllard Hendriksen
Remove redundant window computations. Also fixes the problem where >> astra.create_vol_geom(10,10,10) would not set the window options while all other parameter configurations of create_vol_geom did set the window options. Respects custom arguments for the window.
2017-10-16Update miniconda release for linux conda buildsWillem Jan Palenstijn
2017-10-16Update miniconda release for linux conda buildsWillem Jan Palenstijn
2017-10-11Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-10-11Improve object creation error messagesWillem Jan Palenstijn
2017-10-11Support parallel_vec in python geom_sizeWillem Jan Palenstijn
2017-09-19Fix spaces/tabsWillem Jan Palenstijn
2017-09-15Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-03-29Fix conda buildWillem Jan Palenstijn
2017-03-29Update create_projector docstringWillem Jan Palenstijn
2017-03-29Python: added options for projector creation, like for the matlab interfaceNicola VIGANO
Signed-off-by: Nicola VIGANO <N.R.Vigano@cwi.nl>
2017-03-20Move conda astra-toolbox package files to own subdirectoryWillem Jan Palenstijn
Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory).
2017-03-20Add autotools and boost to macOS conda libastra dependenciesWillem Jan Palenstijn
2017-03-20Silence errors from nvcc test runWillem Jan Palenstijn
2017-03-20Change lib/lib64 logicWillem Jan Palenstijn
macOS CUDA uses lib even on 64 bit
2017-03-20Fix conda boost include flagsWillem Jan Palenstijn
2017-03-20Use true instead of /bin/trueWillem Jan Palenstijn
It's in /usr/bin/ on macOS.
2017-03-01Fix python buildWillem Jan Palenstijn
2017-02-24Add np112 to conda build scriptWillem Jan Palenstijn
2017-02-08Remove tabs from python codeWillem Jan Palenstijn
2017-02-08Improve data2d/data3d error messagesWillem Jan Palenstijn
2017-02-08Make typechecks in data3d.create more robustWillem Jan Palenstijn
2017-02-08Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn
2017-02-08Make python -sinocone a synonym of -sino.Willem Jan Palenstijn
The matlab interface already behaves like this.
2017-02-08Remove unused 3d global min/maxWillem Jan Palenstijn
2017-01-02Build conda packages for linux-64/np111/py36Willem Jan Palenstijn