Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention Python in the readme file | Daniel M. Pelt | 2016-01-06 | 1 | -4/+4 |
| | |||||
* | Remove (long) obsolete file | Willem Jan Palenstijn | 2016-01-05 | 1 | -124/+0 |
| | |||||
* | Update version to 1.7.1 | Willem Jan Palenstijn | 2015-12-23 | 5 | -7/+7 |
| | |||||
* | Add release notes for v1.7.1beta | Willem Jan Palenstijn | 2015-12-23 | 1 | -0/+5 |
| | |||||
* | Reduce FP3D CUDA kernel runtime | Willem Jan Palenstijn | 2015-12-22 | 2 | -2/+2 |
| | | | | | This reduces the chance of the Windows display driver watchdog triggering, and doesn't seem to hurt performance. | ||||
* | Merge pull request #102 from wjp/misc_fixes | Willem Jan Palenstijn | 2015-12-16 | 3 | -21/+22 |
|\ | | | | | Misc fixes | ||||
| * | Fix origin_det name in create_proj_geom docs | Willem Jan Palenstijn | 2015-12-16 | 1 | -7/+7 |
| | | |||||
| * | Use less ambiguous letters for create_vol_geom docs | Willem Jan Palenstijn | 2015-12-10 | 1 | -12/+12 |
| | | |||||
| * | Fix row/col mismatch in 2d par line projector | Willem Jan Palenstijn | 2015-12-09 | 1 | -2/+2 |
| | | |||||
| * | Fix uninitialized variable | Willem Jan Palenstijn | 2015-12-09 | 1 | -0/+1 |
|/ | |||||
* | Update Windows build files | Willem Jan Palenstijn | 2015-12-04 | 4 | -0/+18 |
| | |||||
* | Update version to 1.7 | Willem Jan Palenstijn | 2015-12-04 | 5 | -8/+8 |
| | |||||
* | Add release notes for v1.7beta | Willem Jan Palenstijn | 2015-12-04 | 1 | -0/+14 |
| | |||||
* | Add conda build scripts | Daniel M. Pelt | 2015-12-04 | 3 | -0/+60 |
| | |||||
* | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | 2015-12-04 | 28 | -107/+2306 |
|\ | | | | | Add CompositeGeometryManager | ||||
| * | Add sample for experimental composite geometry code | Willem Jan Palenstijn | 2015-12-04 | 3 | -0/+170 |
| | | |||||
| * | Add utility functions for creating FP/BP JobLists | Willem Jan Palenstijn | 2015-12-04 | 2 | -2/+113 |
| | | |||||
| * | Add CompositeGeometryManager | Willem Jan Palenstijn | 2015-12-04 | 24 | -107/+2023 |
| | | | | | | | | | | This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary. | ||||
| * | Disable error-prone checks | Willem Jan Palenstijn | 2015-12-04 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #73 from dmpelt/python-plugins | Willem Jan Palenstijn | 2015-12-04 | 18 | -18/+1077 |
|\ \ | |/ |/| | Add support for Python algorithm plugins | ||||
| * | Reduce dependency of python code on libastra | Willem Jan Palenstijn | 2015-12-04 | 1 | -5/+77 |
| | | |||||
| * | Fix Windows build | Willem Jan Palenstijn | 2015-12-02 | 1 | -1/+1 |
| | | |||||
| * | Avoid unnecessary include in header | Willem Jan Palenstijn | 2015-12-02 | 2 | -4/+11 |
| | | |||||
| * | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | 2015-12-01 | 66 | -397/+1995 |
| |\ | | | | | | | | | | | | | Conflicts: python/astra/utils.pyx | ||||
| * | | Ensure we have acquired the GIL before calling Python plugin 'run' method | Daniel M. Pelt | 2015-08-10 | 1 | -3/+8 |
| | | | |||||
| * | | Fix get_help for classes without docstring | Daniel M. Pelt | 2015-08-05 | 1 | -5/+7 |
| | | | |||||
| * | | Add matlab plugin .m file | Daniel M. Pelt | 2015-07-23 | 1 | -0/+24 |
| | | | |||||
| * | | Fix 'get_registered' in Matlab with Python 3 | Daniel M. Pelt | 2015-07-23 | 1 | -5/+18 |
| | | | |||||
| * | | Also use ProjectorId in ReconstructionAlgorithm3D plugin base | Daniel M. Pelt | 2015-07-23 | 1 | -0/+1 |
| | | | |||||
| * | | Clear Python error when plugin is not find in getHelp | Daniel M. Pelt | 2015-07-23 | 1 | -0/+1 |
| | | | |||||
| * | | Normalize Python exceptions (needed for some) | Daniel M. Pelt | 2015-07-23 | 1 | -0/+1 |
| | | | |||||
| * | | Add ReconstructionAlgorithm2D/3D classes for plugins (matching C++ classes) | Daniel M. Pelt | 2015-07-23 | 3 | -1/+55 |
| | | | |||||
| * | | Allow registering plugins without explicit name, and fix exception handling ↵ | Daniel M. Pelt | 2015-07-23 | 6 | -91/+138 |
| | | | | | | | | | | | | when running in Matlab | ||||
| * | | Always log Python errors when importing/creating plugins | Daniel M. Pelt | 2015-07-23 | 1 | -4/+8 |
| | | | |||||
| * | | Also log Python errors when importing and creating Python plugins | Daniel M. Pelt | 2015-07-23 | 1 | -0/+48 |
| | | | |||||
| * | | Fix numpy lapack loading when running in Matlab | Daniel M. Pelt | 2015-07-23 | 4 | -0/+37 |
| | | | |||||
| * | | Remove config text file loading for plugins | Daniel M. Pelt | 2015-07-23 | 2 | -69/+6 |
| | | | |||||
| * | | Also allow tuples to be passed in a config dict | Daniel M. Pelt | 2015-07-23 | 1 | -2/+2 |
| | | | |||||
| * | | Show more useful information when a plugin raises an exception | Daniel M. Pelt | 2015-07-23 | 1 | -4/+5 |
| | | | |||||
| * | | Allow plugins without keywords | Daniel M. Pelt | 2015-07-23 | 1 | -1/+4 |
| | | | |||||
| * | | Log error when running Python plugin algorithm | Daniel M. Pelt | 2015-07-23 | 2 | -1/+8 |
| | | | |||||
| * | | Fix passing a python list as option | Daniel M. Pelt | 2015-07-23 | 1 | -0/+2 |
| | | | |||||
| * | | Fix config to dict translation for array options | Daniel M. Pelt | 2015-07-23 | 1 | -1/+6 |
| | | | |||||
| * | | Better way of passing options to Python plugin using inspect | Daniel M. Pelt | 2015-07-23 | 2 | -21/+16 |
| | | | |||||
| * | | Add support for Python algorithm plugins | Daniel M. Pelt | 2015-07-23 | 12 | -70/+851 |
| | | | |||||
| * | | Add hooks for plugin support to AstraObjectFactory | Willem Jan Palenstijn | 2015-07-23 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | To use these hooks, add a specialization of findPlugin for the desired type of object (e.g., Algorithms). | ||||
| * | | Fix comments | Willem Jan Palenstijn | 2015-07-23 | 1 | -5/+5 |
| | | | |||||
| * | | Reduce code duplication | Willem Jan Palenstijn | 2015-07-23 | 1 | -8/+5 |
| | | | |||||
* | | | Detect ASTRA_CUDA in Windows CL flags for Python as well | Willem Jan Palenstijn | 2015-12-03 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #91 from wjp/volgeom3d | Willem Jan Palenstijn | 2015-12-02 | 30 | -1149/+600 |
|\ \ \ | | | | | | | | | Remove restrictions on volgeom3d |