summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2016-04-26Merge pull request #47 from wjp/OpTomo_outWillem Jan Palenstijn
Give OpTomo FP/BP functions with optional out argument
2016-04-25Merge pull request #46 from dmpelt/python_cxxWillem Jan Palenstijn
Use CXX for Python compilation as well
2016-04-25Merge pull request #50 from wjp/data3d_dimensionsWillem Jan Palenstijn
Reverse output of astra.data3d.dimensions
2016-04-25Give OpTomo FP/BP functions with optional out argumentWillem Jan Palenstijn
This allows more efficient use of allocated arrays.
2016-04-25Reverse output of astra.data3d.dimensionsWillem Jan Palenstijn
This makes the output directly usable in numpy commands like zeros, reshape. We were not using data3d.dimensions ourselves, as far as I can tell.
2016-04-25Change flatten to ravel in Python codeDaniel M. Pelt
2016-04-19Use CXX for Python compilation as wellDaniel M. Pelt
2016-04-15Merge pull request #29 from wjp/indexmanagerWillem Jan Palenstijn
Add an AstraIndexManager
2016-03-04Encode Python bool as int in XML instead of strDaniel M. Pelt
2016-03-03Remove with-python from libastra conda buildDaniel M. Pelt
2016-03-03Split conda package into c++ lib and python partsDaniel M. Pelt
2016-03-02Fix small Python errorsDaniel M. Pelt
2016-03-01Merge branch 'master' into indexmanagerWillem Jan Palenstijn
2016-02-29Disable astra.set_gpu_index when building without CUDAWillem Jan Palenstijn
2016-02-22Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn
Remove dependency of libastra on libpython
2016-02-17Add python astra.astra delete/info based on index managerWillem Jan Palenstijn
2016-02-02Make copyright/license headers consistent with rest of astraWillem Jan Palenstijn
2016-02-02Merge pull request #107 from wjp/multiWillem Jan Palenstijn
Add multi-GPU support to CompositeGeometryManager
2016-01-27Move fixLapackLoading to astra_mex_pluginWillem Jan Palenstijn
2016-01-27Decrement refcount of CallMethod return valueWillem Jan Palenstijn
2016-01-21Fix whitespaceWillem Jan Palenstijn
2016-01-21Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn
2016-01-20Add check for scipyWillem Jan Palenstijn
The module matrix_c.pyx uses it.
2016-01-19Allow multiple GPUs in ASTRA_GPU_INDEX envvarWillem Jan Palenstijn
2016-01-19Change python set_gpu_index to matchWillem Jan Palenstijn
2016-01-19Merge pull request #108 from dmpelt/readthedocsWillem Jan Palenstijn
Move documentation to readthedocs
2016-01-19Remove existing outdated Python API reference documentationDaniel M. Pelt
2016-01-19Fix experimental.pyx for non-CUDA compilationDaniel M. Pelt
2016-01-05Update creditsWillem Jan Palenstijn
2015-12-23Update version to 1.7.1Willem Jan Palenstijn
2015-12-16Fix origin_det name in create_proj_geom docsWillem Jan Palenstijn
2015-12-10Use less ambiguous letters for create_vol_geom docsWillem Jan Palenstijn
2015-12-04Update version to 1.7Willem Jan Palenstijn
2015-12-04Add conda build scriptsDaniel M. Pelt
2015-12-04Merge pull request #101 from wjp/compositeWillem Jan Palenstijn
Add CompositeGeometryManager
2015-12-04Add sample for experimental composite geometry codeWillem Jan Palenstijn
2015-12-04Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn
Add support for Python algorithm plugins
2015-12-04Reduce dependency of python code on libastraWillem Jan Palenstijn
2015-12-03Detect ASTRA_CUDA in Windows CL flags for Python as wellWillem Jan Palenstijn
2015-12-01Merge branch 'master' into python-pluginsWillem Jan Palenstijn
Conflicts: python/astra/utils.pyx
2015-09-25Let astra_create_vol_geom also generate flexible volume geometriesWillem Jan Palenstijn
2015-08-10Release the gil in algorithm.runDaniel M. Pelt
2015-07-30Define a transpose for the OpTomo transpose as wellDaniel M. Pelt
Allows for chaining .T calls.
2015-07-30Fix Python OpTomo for scipy 0.16Daniel M. Pelt
scipy 0.16 also uses .T to define a transpose, which conflicts with the old OpTomo implementation. OpTomo now also defines the _transpose() method, which .T will call in scipy 0.16.
2015-07-23Also use ProjectorId in ReconstructionAlgorithm3D plugin baseDaniel M. Pelt
2015-07-23Add ReconstructionAlgorithm2D/3D classes for plugins (matching C++ classes)Daniel M. Pelt
2015-07-23Allow registering plugins without explicit name, and fix exception handling ↵Daniel M. Pelt
when running in Matlab
2015-07-23Also allow tuples to be passed in a config dictDaniel M. Pelt
2015-07-23Show more useful information when a plugin raises an exceptionDaniel M. Pelt
2015-07-23Allow plugins without keywordsDaniel M. Pelt