| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-01 | Separate cuda from astra headers further | Willem Jan Palenstijn | |
| 2017-11-01 | Remove unused code | Willem Jan Palenstijn | |
| 2017-11-01 | Remove some unnecessary includes | Willem Jan Palenstijn | |
| 2017-10-26 | Fix usage of cython except | Willem Jan Palenstijn | |
| 2017-10-23 | Fix usage of cython except | Willem Jan Palenstijn | |
| 2017-10-23 | Support 2d/3d in astra.algorithm.get_res_norm | Willem Jan Palenstijn | |
| 2017-10-19 | Fix output initialization for MODE_ADD CGM jobs | Willem Jan Palenstijn | |
| 2017-10-17 | Improve stringToFloatVector to match stringToDoubleVector | Willem Jan Palenstijn | |
| 2017-10-17 | Slightly increase numerical tolerance of test | Willem Jan Palenstijn | |
| 2017-10-17 | Add trailing ,/; to string repr of float vector/matrix | Willem Jan Palenstijn | |
| This makes it possible to differentiate between a scalar and a one-element vector, and fixes #111. | |||
| 2017-10-17 | Reduce stringstream creation/imbue overhead | Willem Jan Palenstijn | |
| 2017-10-17 | Add astra_get_gpu_info utility function | Willem Jan Palenstijn | |
| 2017-10-17 | Add astra.astra.get_gpu_info utility function | Willem Jan Palenstijn | |
| 2017-10-17 | Improve matlab create_vol_geom | Willem Jan Palenstijn | |
| 2017-10-17 | Improve python create_vol_geom | Allard Hendriksen | |
| Remove redundant window computations. Also fixes the problem where >> astra.create_vol_geom(10,10,10) would not set the window options while all other parameter configurations of create_vol_geom did set the window options. Respects custom arguments for the window. | |||
| 2017-10-16 | README: boost lib path correction | Bernhard Froehler | |
| 2017-10-16 | Fix outdated function call in matlab DART algorithm. (Thanks @NathanaelSix) | Willem Jan Palenstijn | |
| 2017-10-16 | Update miniconda release for linux conda builds | Willem Jan Palenstijn | |
| 2017-10-16 | Update miniconda release for linux conda builds | Willem Jan Palenstijn | |
| 2017-10-16 | Fix Windows/Python build | Willem Jan Palenstijn | |
| 2017-10-11 | Improve object creation error messages | Willem Jan Palenstijn | |
| 2017-10-11 | Try to fix Travis CUDA build | Willem Jan Palenstijn | |
| 2017-10-05 | added vol_geom and proj_geom to the properties (#120) | vincentvn | |
| Add vol_geom and proj_geom to the properties The opTomo operator has the volume and projection geometries as properties ( SetAccess = private, GetAccess = public ). This way you can all easily access all information about the geometry if you passed the opTomo object to a function. | |||
| 2017-09-22 | Remove duplicate creation of projector in opTomo | Willem Jan Palenstijn | |
| Thanks to @NathanielSix for the report. | |||
| 2017-09-08 | Add macOS note | Willem Jan Palenstijn | |
| 2017-05-23 | Merge pull request #108 from wjp/travis | Willem Jan Palenstijn | |
| Travis: only install cuda packages for cuda builds | |||
| 2017-05-23 | Travis: only install cuda packages for cuda builds | Willem Jan Palenstijn | |
| This way non-cuda build failures caused by missing cuda header files will be detected. | |||
| 2017-05-23 | Travis: Update python version to 3.6 | Willem Jan Palenstijn | |
| Effectively it was already running 3.6 anyway, since we are using Miniconda-latest. | |||
| 2017-05-22 | Fix misleading indentation | Willem Jan Palenstijn | |
| 2017-05-22 | Fix build without CUDA | Willem Jan Palenstijn | |
| 2017-03-29 | Fix conda build | Willem Jan Palenstijn | |
| 2017-03-29 | Update create_projector docstring | Willem Jan Palenstijn | |
| 2017-03-29 | Python: added options for projector creation, like for the matlab interface | Nicola VIGANO | |
| Signed-off-by: Nicola VIGANO <N.R.Vigano@cwi.nl> | |||
| 2017-03-27 | Fix compile error | Willem Jan Palenstijn | |
| 2017-03-20 | Merge branch 'macOS' | Willem Jan Palenstijn | |
| 2017-03-20 | Add basic macOS/homebrew build instructions | Willem Jan Palenstijn | |
| 2017-03-20 | Set stdlib to libstdc++ on macOS consistently | Willem Jan Palenstijn | |
| 2017-03-20 | Use @loader_path to make mex files find libastra.0.dylib in cwd | Willem Jan Palenstijn | |
| 2017-03-20 | Disable openmp on macOS | Willem Jan Palenstijn | |
| 2017-03-20 | Use standard _OPENMP directive for checking openmp | Willem Jan Palenstijn | |
| 2017-03-20 | Move conda astra-toolbox package files to own subdirectory | Willem Jan Palenstijn | |
| Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory). | |||
| 2017-03-20 | Add autotools and boost to macOS conda libastra dependencies | Willem Jan Palenstijn | |
| 2017-03-20 | Silence errors from nvcc test run | Willem Jan Palenstijn | |
| 2017-03-20 | Change lib/lib64 logic | Willem Jan Palenstijn | |
| macOS CUDA uses lib even on 64 bit | |||
| 2017-03-20 | Fix conda boost include flags | Willem Jan Palenstijn | |
| 2017-03-20 | Use true instead of /bin/true | Willem Jan Palenstijn | |
| It's in /usr/bin/ on macOS. | |||
| 2017-03-20 | Let autogen.sh use either glibtoolize or libtoolize on macOS | Willem Jan Palenstijn | |
| This is necessary since conda's libtool installs libtoolize on macOS. | |||
| 2017-03-01 | Fix python build | Willem Jan Palenstijn | |
| 2017-02-24 | Add np112 to conda build script | Willem Jan Palenstijn | |
| 2017-02-17 | Fix cuda3d geometry memory leaks | Willem Jan Palenstijn | |
