| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-22 | Merge pull request #111 from wjp/pluginbuild | Willem Jan Palenstijn | |
| Remove dependency of libastra on libpython | |||
| 2016-02-15 | Also split volumes in X/Y directions to respect CUDA limits | Willem Jan Palenstijn | |
| 2016-02-10 | Refactor FP and BP jobs creation in the composite geometry manager | Nicola Vigano | |
| 2016-01-21 | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | |
| 2016-01-19 | Add multi-GPU support to CompositeGeometryManager | Willem Jan Palenstijn | |
| 2016-01-05 | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | |
| This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale. | |||
| 2016-01-05 | Remove unused functions | Willem Jan Palenstijn | |
| 2015-12-23 | Update version to 1.7.1 | Willem Jan Palenstijn | |
| 2015-12-09 | Fix row/col mismatch in 2d par line projector | Willem Jan Palenstijn | |
| 2015-12-04 | Update version to 1.7 | Willem Jan Palenstijn | |
| 2015-12-04 | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | |
| Add CompositeGeometryManager | |||
| 2015-12-04 | Add utility functions for creating FP/BP JobLists | Willem Jan Palenstijn | |
| 2015-12-04 | Merge pull request #73 from dmpelt/python-plugins | Willem Jan Palenstijn | |
| Add support for Python algorithm plugins | |||
| 2015-12-04 | Add CompositeGeometryManager | Willem Jan Palenstijn | |
| This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary. | |||
| 2015-12-02 | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | |
| 2015-12-02 | Fix Windows build | Willem Jan Palenstijn | |
| 2015-12-02 | Avoid unnecessary include in header | Willem Jan Palenstijn | |
| 2015-12-01 | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | |
| Conflicts: python/astra/utils.pyx | |||
| 2015-10-09 | Fix whitespace | Willem Jan Palenstijn | |
| 2015-10-09 | Improve option passing through CudaProjector2D | Willem Jan Palenstijn | |
| Not all constructors were reading options from the projector. Also allow passing GPUIndex via CudaProjector2D. Also refactor CudaReconstructionAlgorithm::initialize/check to avoid code duplication with ReconstructionAlgorithm. | |||
| 2015-10-09 | Improve option passing through CudaProjector3D | Willem Jan Palenstijn | |
| Not all constructors were reading options from the projector. Also allow passing GPUIndex via CudaProjector3D. Thanks to Nicola Vigano for part of the patch. | |||
| 2015-09-16 | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | |
| Conflicts: src/CudaBackProjectionAlgorithm3D.cpp | |||
| 2015-07-23 | Allow registering plugins without explicit name, and fix exception handling ↵ | Daniel M. Pelt | |
| when running in Matlab | |||
| 2015-07-23 | Fix numpy lapack loading when running in Matlab | Daniel M. Pelt | |
| 2015-07-23 | Remove config text file loading for plugins | Daniel M. Pelt | |
| 2015-07-23 | Add support for Python algorithm plugins | Daniel M. Pelt | |
| 2015-07-23 | Add hooks for plugin support to AstraObjectFactory | Willem Jan Palenstijn | |
| To use these hooks, add a specialization of findPlugin for the desired type of object (e.g., Algorithms). | |||
| 2015-07-23 | Fix comments | Willem Jan Palenstijn | |
| 2015-07-23 | Reduce code duplication | Willem Jan Palenstijn | |
| 2015-06-26 | Merge pull request #75 from wjp/cuda_options | Willem Jan Palenstijn | |
| Move supersampling options from Algorithm to CudaProjector | |||
| 2015-05-29 | Increment version to 1.6 | Willem Jan Palenstijn | |
| 2015-05-22 | Add supersampling options to Cuda Projectors | Willem Jan Palenstijn | |
| 2015-05-06 | Make XML array handling consistent | Willem Jan Palenstijn | |
| setContent and getContent were using different XML formats previously. | |||
| 2015-05-06 | Change XMLNode* to XMLNode | Willem Jan Palenstijn | |
| An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes. | |||
| 2015-04-30 | Fix memory leak in the config | Jeroen Bédorf | |
| 2015-04-15 | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | |
| 2015-04-14 | Merge pull request #52 from wjp/change_geometry3d | Willem Jan Palenstijn | |
| Add data3d('change_geometry') | |||
| 2015-04-10 | Add changeGeometry function to Data3D classes | Willem Jan Palenstijn | |
| 2015-04-09 | Add 'link' feature to Python (for 2D and 3D data) | Daniel M. Pelt | |
| 2015-03-20 | Use FlushFileBuffers in Windows | Willem Jan Palenstijn | |
| 2015-03-19 | Fix windows build | Willem Jan Palenstijn | |
| 2015-03-13 | Use a less verbose default fmt for screen logging and cleaner messages | Daniel M. Pelt | |
| 2015-03-13 | Enable logging to Matlab window using callback function | Daniel M. Pelt | |
| Also introduces a mex initialize function that is called at the first invocation of any mex method. | |||
| 2015-03-13 | Adds ASTRA_*** defines for easier logging, and changes internal calls to ↵ | Daniel M. Pelt | |
| these defines | |||
| 2015-03-10 | Adds new logging capabilities (based on clog.h) | Daniel M. Pelt | |
| 2015-03-09 | Remove old Logging code (only used in fft.cu) | Daniel M. Pelt | |
| 2015-03-06 | Add 3d geometry normalization functions | Willem Jan Palenstijn | |
| 2015-03-02 | Untangle cuda and astra includes | Willem Jan Palenstijn | |
| 2015-02-27 | Merge pull request #20 from wvaarle/matlab-get-geometry | Willem Jan Palenstijn | |
| 'get_geometry' functions in the matlab layer | |||
| 2015-02-26 | code cleanup | Wim van Aarle | |
