summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2016-01-20Add check for scipyWillem Jan Palenstijn
The module matrix_c.pyx uses it.
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
2015-07-23Log error when running Python plugin algorithmDaniel M. Pelt
2015-07-23Fix passing a python list as optionDaniel M. Pelt
2015-07-23Better way of passing options to Python plugin using inspectDaniel M. Pelt
2015-07-23Add support for Python algorithm pluginsDaniel M. Pelt
2015-07-17Fix formatting when passing strings to log from high-level codeDaniel M. Pelt
2015-06-25Fix memory leak in configuration codeDaniel M. Pelt
2015-06-24Fix config to struct/dict translation for array optionsDaniel M. Pelt
2015-06-23Merge pull request #74 from dmpelt/small-fixesWillem Jan Palenstijn
Small fixes
2015-06-22Additional module name fix in documentationDaniel M. Pelt
2015-06-22Don't take address of temporary.Valerii Sokolov
2015-06-20Fix wrong module name in documentationDaniel M. Pelt
2015-05-26Fix optomo reconstruction for 1D inputDaniel M. Pelt
2015-05-26Merge pull request #65 from dmpelt/cython-char-fixWillem Jan Palenstijn
Hold reference to results of six.b calls
2015-05-18Fix range import for old six versionsDaniel M. Pelt
2015-05-18Hold reference to results of six.b callsDaan Pelt
2015-05-08Merge pull request #61 from wjp/xmlnode_cleanupWillem Jan Palenstijn
Clean up XMLNode
2015-05-08Merge pull request #46 from dmpelt/spot-like-pythonWillem Jan Palenstijn
Add SPOT-like object for Python (overrides `__mul__` and works with scipy.sparse.linalg)
2015-05-08Rename optomo.py for Python 2 supportDaniel M. Pelt
2015-05-07Use superclass __mul__ in Python OpTomo __mul__Daniel M. Pelt
2015-05-07Do not allow 1D input in Python link methodDaniel M. Pelt
2015-05-06Make XML array handling consistentWillem Jan Palenstijn
setContent and getContent were using different XML formats previously.
2015-05-06Change XMLNode* to XMLNodeWillem Jan Palenstijn
An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
2015-05-04Add SPOT-like object for Python (overrides `__mul__` and works with ↵Daan Pelt
scipy.sparse.linalg)
2015-04-30Check data size when using 'link' function in PythonDaan Pelt