summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
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-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
2015-04-14Merge pull request #52 from wjp/change_geometry3dWillem Jan Palenstijn
Add data3d('change_geometry')
2015-04-10Add python data3d.change_geometryWillem Jan Palenstijn
2015-04-09Add 'link' feature to Python (for 2D and 3D data)Daniel M. Pelt
2015-03-20Merge branch 'master' into loggingWillem Jan Palenstijn
2015-03-10Add logging support to PythonDaniel M. Pelt
2015-03-06Adjust docstring and samples to new python create_sino functionWillem Jan Palenstijn
2015-03-05Avoid Python recompilation during installationDaniel M. Pelt
2015-03-05Added Python support for CUDA projectorsDaniel M. Pelt
2015-03-03Make Python get_geometry code match Matlab (after ↵Daniel M. Pelt
03a9dd972ada50eedb83386910cecf02fe8d0e35)
2015-02-27Force Cython to use language level 2 to avoid error with Cython 0.22 and python3Daan Pelt
2015-02-24Added Python interfaceDaniel M. Pelt