Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge pull request #106 from wjp/credits | Willem Jan Palenstijn | 2016-01-18 | 2 | -24/+25 | |
| |\ \ | ||||||
| | * | | Update credits | Willem Jan Palenstijn | 2016-01-05 | 2 | -24/+25 | |
| | |/ | ||||||
| * | | Merge pull request #105 from wjp/strings | Willem Jan Palenstijn | 2016-01-18 | 52 | -373/+272 | |
| |\ \ | ||||||
| | * | | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | 2016-01-05 | 52 | -224/+297 | |
| | * | | Remove unused functions | Willem Jan Palenstijn | 2016-01-05 | 2 | -174/+0 | |
| * | | | Allow user to pass NVCCFLAGS to configure | Willem Jan Palenstijn | 2016-01-18 | 3 | -8/+10 | |
* | | | | Merge branch 'master' | Willem Jan Palenstijn | 2016-01-14 | 2 | -124/+12 | |
|\| | | | ||||||
| * | | | Merge pull request #109 from wjp/fix_zdir_proj | Willem Jan Palenstijn | 2016-01-14 | 1 | -0/+12 | |
| |\ \ \ | | |_|/ | |/| | | ||||||
| | * | | Fix projections parallel to XZ or YZ planes | Willem Jan Palenstijn | 2016-01-14 | 1 | -0/+12 | |
| |/ / | ||||||
| * / | Remove (long) obsolete file | Willem Jan Palenstijn | 2016-01-05 | 1 | -124/+0 | |
| |/ | ||||||
* | | Merge branch 'master' | Willem Jan Palenstijn | 2015-12-23 | 6 | -7/+12 | |
|\| | ||||||
| * | 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 | |
* | | Merge branch 'master' | Willem Jan Palenstijn | 2015-12-22 | 2 | -2/+2 | |
|\| | ||||||
| * | Reduce FP3D CUDA kernel runtime | Willem Jan Palenstijn | 2015-12-22 | 2 | -2/+2 | |
* | | Merge branch 'master' | Willem Jan Palenstijn | 2015-12-16 | 3 | -21/+22 | |
|\| | ||||||
| * | Merge pull request #102 from wjp/misc_fixes | Willem Jan Palenstijn | 2015-12-16 | 3 | -21/+22 | |
| |\ | ||||||
| | * | 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 | |
| |/ | ||||||
* | | Merge branch 'master' | Willem Jan Palenstijn | 2015-12-04 | 113 | -1651/+5874 | |
|\| | ||||||
| * | 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 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 | |
| | * | 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 | |
| |\ \ | | |/ | |/| | ||||||
| | * | 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 | |
| | |\ | ||||||
| | * | | 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 w... | Daniel M. Pelt | 2015-07-23 | 6 | -91/+138 | |
| | * | | 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 |