summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-14Fix FDK shortscan weightingWillem Jan Palenstijn
It was computing weights for angles in [0,2pi) but using them on angles in (-2pi,0].
2017-02-09Merge pull request #93 from wjp/GPULinkWillem Jan Palenstijn
GPULink support
2017-02-08Remove tabs from python codeWillem Jan Palenstijn
2017-02-08Improve data2d/data3d error messagesWillem Jan Palenstijn
2017-02-08Make typechecks in data3d.create more robustWillem Jan Palenstijn
2017-02-08Update commentsWillem Jan Palenstijn
2017-02-08Add pygpu sample scriptWillem Jan Palenstijn
2017-02-08Fix warningsWillem Jan Palenstijn
2017-02-08Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn
2017-02-08Make python -sinocone a synonym of -sino.Willem Jan Palenstijn
The matlab interface already behaves like this.
2017-02-08Remove unused 3d global min/maxWillem Jan Palenstijn
2017-02-08Remove unused data3d functionsWillem Jan Palenstijn
2017-02-08Remove unused functionWillem Jan Palenstijn
2017-02-08Clean up symlink after failed python buildWillem Jan Palenstijn
2017-01-24Fix warningWillem Jan Palenstijn
2017-01-19Add small portability comment about CUDA 5.5Willem Jan Palenstijn
2017-01-19Avoid 'echo -e' for improved sh portabilityWillem Jan Palenstijn
This fixes the CUDA .d file fixup for macOS.
2017-01-17Fix warningsWillem Jan Palenstijn
2017-01-17Fix copy/paste mistake.Willem Jan Palenstijn
Thanks @adler-j.
2017-01-17Add conda install instructions to READMEWillem Jan Palenstijn
2017-01-12Fix VolumeGeometry class name in error messagesWillem Jan Palenstijn
2017-01-02Build conda packages for linux-64/np111/py36Willem Jan Palenstijn
2016-12-09Mention VS redistributableWillem Jan Palenstijn
2016-12-09Fix shadowing warnings in rapidxmlWillem Jan Palenstijn
2016-12-09Use external boost for conda/win-64Willem Jan Palenstijn
This enables py27 conda packages for win-64.
2016-12-09Fix build_release.batWillem Jan Palenstijn
2016-12-09Merge pull request #85 from dmpelt/conda_numpy_versionWillem Jan Palenstijn
Use specific numpy version in conda package
2016-12-09Build conda packages for multiple conda versionsWillem Jan Palenstijn
2016-12-08Use specific numpy version in conda packageDaniel M. Pelt
2016-12-05Update version to 1.8Willem Jan Palenstijn
2016-12-05Update NEWS for 1.8Willem Jan Palenstijn
2016-12-02Update versions for 1.8rc1 conda packageWillem Jan Palenstijn
2016-12-01Merge pull request #82 from wjp/python_versionWillem Jan Palenstijn
Add astra.__version__ (PEP396)
2016-12-01Add astra.__version__ (PEP396)Willem Jan Palenstijn
2016-12-01Merge pull request #81 from wjp/conda_releaseWillem Jan Palenstijn
Add scripts for building conda packages using Docker
2016-12-01Add conda build scripts for win-64/py35Willem Jan Palenstijn
2016-12-01Add scripts for building conda packages using DockerWillem Jan Palenstijn
2016-12-01Merge pull request #84 from wjp/expose_ConeBP_density_weightingWillem Jan Palenstijn
Expose the density weighting option of cone_bp
2016-12-01Expose the density weighting option of cone_bpWillem Jan Palenstijn
It is now exposed via the new DensityWeighting option of CudaProjector3D.
2016-11-30Tune cone_fp block sizeWillem Jan Palenstijn
2016-11-28Enable 'make test' on travis-ciWillem Jan Palenstijn
2016-11-28Fix Fourier testWillem Jan Palenstijn
2016-11-28Fix AstraObjectManager testWillem Jan Palenstijn
2016-11-28Fix warningsWillem Jan Palenstijn
2016-11-28Update .gitignoreWillem Jan Palenstijn
2016-11-28Update headers (website+2016)Willem Jan Palenstijn
2016-11-28Update python headersWillem Jan Palenstijn
2016-11-28Merge branch 'fdk_custom_filter'Willem Jan Palenstijn
2016-11-25Separate C++ and python builds & make conda work nicelyHolger 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-25Merge pull request #77 from wjp/singletonWillem Jan Palenstijn
Change order of template instantiations