summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix origin_det name in create_proj_geom docsWillem Jan Palenstijn2015-12-161-7/+7
| * Use less ambiguous letters for create_vol_geom docsWillem Jan Palenstijn2015-12-101-12/+12
| * Update version to 1.7Willem Jan Palenstijn2015-12-043-5/+5
| * Add conda build scriptsDaniel M. Pelt2015-12-042-0/+56
| * Merge pull request #101 from wjp/compositeWillem Jan Palenstijn2015-12-042-0/+86
| |\
| | * Add sample for experimental composite geometry codeWillem Jan Palenstijn2015-12-042-0/+86
| * | Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn2015-12-048-2/+235
| |\ \ | | |/ | |/|
| | * Reduce dependency of python code on libastraWillem Jan Palenstijn2015-12-041-5/+77
| | * Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-018-16/+47
| | |\
| | * | Also use ProjectorId in ReconstructionAlgorithm3D plugin baseDaniel M. Pelt2015-07-231-0/+1
| | * | Add ReconstructionAlgorithm2D/3D classes for plugins (matching C++ classes)Daniel M. Pelt2015-07-233-1/+55
| | * | Allow registering plugins without explicit name, and fix exception handling w...Daniel M. Pelt2015-07-232-45/+40
| | * | Also allow tuples to be passed in a config dictDaniel M. Pelt2015-07-231-2/+2
| | * | Show more useful information when a plugin raises an exceptionDaniel M. Pelt2015-07-231-4/+5
| | * | Allow plugins without keywordsDaniel M. Pelt2015-07-231-1/+4
| | * | Log error when running Python plugin algorithmDaniel M. Pelt2015-07-231-0/+7
| | * | Fix passing a python list as optionDaniel M. Pelt2015-07-231-0/+2
| | * | Better way of passing options to Python plugin using inspectDaniel M. Pelt2015-07-231-12/+12
| | * | Add support for Python algorithm pluginsDaniel M. Pelt2015-07-236-67/+169
| * | | Detect ASTRA_CUDA in Windows CL flags for Python as wellWillem Jan Palenstijn2015-12-031-0/+6
| * | | Let astra_create_vol_geom also generate flexible volume geometriesWillem Jan Palenstijn2015-09-251-0/+15
| | |/ | |/|
| * | Release the gil in algorithm.runDaniel M. Pelt2015-08-102-2/+4
| * | Define a transpose for the OpTomo transpose as wellDaniel M. Pelt2015-07-301-0/+8
| * | Fix Python OpTomo for scipy 0.16Daniel M. Pelt2015-07-301-1/+9
| * | Fix formatting when passing strings to log from high-level codeDaniel M. Pelt2015-07-171-4/+4
| * | Fix memory leak in configuration codeDaniel M. Pelt2015-06-252-4/+16
| * | Fix config to struct/dict translation for array optionsDaniel M. Pelt2015-06-241-1/+4
| * | Merge pull request #74 from dmpelt/small-fixesWillem Jan Palenstijn2015-06-231-2/+2
| |\ \
| | * | Additional module name fix in documentationDaniel M. Pelt2015-06-221-1/+1
| | * | Fix wrong module name in documentationDaniel M. Pelt2015-06-201-1/+1
| | |/
| * / Don't take address of temporary.Valerii Sokolov2015-06-221-2/+4
| |/
| * Fix optomo reconstruction for 1D inputDaniel M. Pelt2015-05-261-1/+1
* | Merge remote-tracking branch 'upstream/master' into parallel_vecWim van Aarle2015-05-2626-284/+1163
|\|
| * Merge pull request #65 from dmpelt/cython-char-fixWillem Jan Palenstijn2015-05-261-7/+14
| |\
| | * Hold reference to results of six.b callsDaan Pelt2015-05-181-7/+14
| * | Fix range import for old six versionsDaniel M. Pelt2015-05-183-3/+18
| * | Merge pull request #61 from wjp/xmlnode_cleanupWillem Jan Palenstijn2015-05-083-50/+26
| |\ \
| | * | Make XML array handling consistentWillem Jan Palenstijn2015-05-062-26/+11
| | * | Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-063-24/+15
| | |/
| * | Merge pull request #46 from dmpelt/spot-like-pythonWillem Jan Palenstijn2015-05-085-139/+201
| |\ \
| | * | Rename optomo.py for Python 2 supportDaniel M. Pelt2015-05-082-1/+1
| | * | Use superclass __mul__ in Python OpTomo __mul__Daniel M. Pelt2015-05-071-22/+11
| | * | Add SPOT-like object for Python (overrides `__mul__` and works with scipy.spa...Daan Pelt2015-05-045-139/+212
| | |/
| * | Do not allow 1D input in Python link methodDaniel M. Pelt2015-05-072-16/+4
| * | Check data size when using 'link' function in PythonDaan Pelt2015-04-304-23/+98
| |/
| * Merge pull request #52 from wjp/change_geometry3dWillem Jan Palenstijn2015-04-143-0/+81
| |\
| | * Add python data3d.change_geometryWillem Jan Palenstijn2015-04-103-0/+81
| * | Add 'link' feature to Python (for 2D and 3D data)Daniel M. Pelt2015-04-096-9/+107
| |/
| * Merge branch 'master' into loggingWillem Jan Palenstijn2015-03-2011-64/+391
| |\
| | * Adjust docstring and samples to new python create_sino functionWillem Jan Palenstijn2015-03-061-4/+0