| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-14 | Fix FDK shortscan weighting | Willem Jan Palenstijn | |
| It was computing weights for angles in [0,2pi) but using them on angles in (-2pi,0]. | |||
| 2017-02-09 | Merge pull request #93 from wjp/GPULink | Willem Jan Palenstijn | |
| GPULink support | |||
| 2017-02-08 | Remove tabs from python code | Willem Jan Palenstijn | |
| 2017-02-08 | Improve data2d/data3d error messages | Willem Jan Palenstijn | |
| 2017-02-08 | Make typechecks in data3d.create more robust | Willem Jan Palenstijn | |
| 2017-02-08 | Update comments | Willem Jan Palenstijn | |
| 2017-02-08 | Add pygpu sample script | Willem Jan Palenstijn | |
| 2017-02-08 | Fix warnings | Willem Jan Palenstijn | |
| 2017-02-08 | Start work on CFloat32Data3DGPU to allow persistent/external GPU memory | Willem Jan Palenstijn | |
| 2017-02-08 | Make python -sinocone a synonym of -sino. | Willem Jan Palenstijn | |
| The matlab interface already behaves like this. | |||
| 2017-02-08 | Remove unused 3d global min/max | Willem Jan Palenstijn | |
| 2017-02-08 | Remove unused data3d functions | Willem Jan Palenstijn | |
| 2017-02-08 | Remove unused function | Willem Jan Palenstijn | |
| 2017-02-08 | Clean up symlink after failed python build | Willem Jan Palenstijn | |
| 2017-01-24 | Fix warning | Willem Jan Palenstijn | |
| 2017-01-19 | Add small portability comment about CUDA 5.5 | Willem Jan Palenstijn | |
| 2017-01-19 | Avoid 'echo -e' for improved sh portability | Willem Jan Palenstijn | |
| This fixes the CUDA .d file fixup for macOS. | |||
| 2017-01-17 | Fix warnings | Willem Jan Palenstijn | |
| 2017-01-17 | Fix copy/paste mistake. | Willem Jan Palenstijn | |
| Thanks @adler-j. | |||
| 2017-01-17 | Add conda install instructions to README | Willem Jan Palenstijn | |
| 2017-01-12 | Fix VolumeGeometry class name in error messages | Willem Jan Palenstijn | |
| 2017-01-02 | Build conda packages for linux-64/np111/py36 | Willem Jan Palenstijn | |
| 2016-12-09 | Mention VS redistributable | Willem Jan Palenstijn | |
| 2016-12-09 | Fix shadowing warnings in rapidxml | Willem Jan Palenstijn | |
| 2016-12-09 | Use external boost for conda/win-64 | Willem Jan Palenstijn | |
| This enables py27 conda packages for win-64. | |||
| 2016-12-09 | Fix build_release.bat | Willem Jan Palenstijn | |
| 2016-12-09 | Merge pull request #85 from dmpelt/conda_numpy_version | Willem Jan Palenstijn | |
| Use specific numpy version in conda package | |||
| 2016-12-09 | Build conda packages for multiple conda versions | Willem Jan Palenstijn | |
| 2016-12-08 | Use specific numpy version in conda package | Daniel M. Pelt | |
| 2016-12-05 | Update version to 1.8 | Willem Jan Palenstijn | |
| 2016-12-05 | Update NEWS for 1.8 | Willem Jan Palenstijn | |
| 2016-12-02 | Update versions for 1.8rc1 conda package | Willem Jan Palenstijn | |
| 2016-12-01 | Merge pull request #82 from wjp/python_version | Willem Jan Palenstijn | |
| Add astra.__version__ (PEP396) | |||
| 2016-12-01 | Add astra.__version__ (PEP396) | Willem Jan Palenstijn | |
| 2016-12-01 | Merge pull request #81 from wjp/conda_release | Willem Jan Palenstijn | |
| Add scripts for building conda packages using Docker | |||
| 2016-12-01 | Add conda build scripts for win-64/py35 | Willem Jan Palenstijn | |
| 2016-12-01 | Add scripts for building conda packages using Docker | Willem Jan Palenstijn | |
| 2016-12-01 | Merge pull request #84 from wjp/expose_ConeBP_density_weighting | Willem Jan Palenstijn | |
| Expose the density weighting option of cone_bp | |||
| 2016-12-01 | Expose the density weighting option of cone_bp | Willem Jan Palenstijn | |
| It is now exposed via the new DensityWeighting option of CudaProjector3D. | |||
| 2016-11-30 | Tune cone_fp block size | Willem Jan Palenstijn | |
| 2016-11-28 | Enable 'make test' on travis-ci | Willem Jan Palenstijn | |
| 2016-11-28 | Fix Fourier test | Willem Jan Palenstijn | |
| 2016-11-28 | Fix AstraObjectManager test | Willem Jan Palenstijn | |
| 2016-11-28 | Fix warnings | Willem Jan Palenstijn | |
| 2016-11-28 | Update .gitignore | Willem Jan Palenstijn | |
| 2016-11-28 | Update headers (website+2016) | Willem Jan Palenstijn | |
| 2016-11-28 | Update python headers | Willem Jan Palenstijn | |
| 2016-11-28 | Merge branch 'fdk_custom_filter' | Willem Jan Palenstijn | |
| 2016-11-25 | Separate C++ and python builds & make conda work nicely | Holger Kohr | |
| - make builder (= advanced user or us ourselves) choose compilers and CUDA - add a check for the C++11 flag for nvcc to work around the infamous boost bug if necessary - use conda boost to build the C++ library - simplify python bindings conda recipe to only build the bindings; the C++ library is now a build and runtime dependency - add runtime dependencies to python bindings recipe - some small adjustments to builder.py | |||
| 2016-11-25 | Merge pull request #77 from wjp/singleton | Willem Jan Palenstijn | |
| Change order of template instantiations | |||
