Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix VolumeGeometry class name in error messages | Willem Jan Palenstijn | 2017-01-12 | 2 | -5/+5 |
| | |||||
* | Build conda packages for linux-64/np111/py36 | Willem Jan Palenstijn | 2017-01-02 | 1 | -0/+1 |
| | |||||
* | Mention VS redistributable | Willem Jan Palenstijn | 2016-12-09 | 2 | -4/+9 |
| | |||||
* | Fix shadowing warnings in rapidxml | Willem Jan Palenstijn | 2016-12-09 | 1 | -3/+3 |
| | |||||
* | Use external boost for conda/win-64 | Willem Jan Palenstijn | 2016-12-09 | 4 | -17/+13 |
| | | | | This enables py27 conda packages for win-64. | ||||
* | Fix build_release.bat | Willem Jan Palenstijn | 2016-12-09 | 2 | -12/+8 |
| | |||||
* | Merge pull request #85 from dmpelt/conda_numpy_version | Willem Jan Palenstijn | 2016-12-09 | 3 | -5/+11 |
|\ | | | | | Use specific numpy version in conda package | ||||
| * | Build conda packages for multiple conda versions | Willem Jan Palenstijn | 2016-12-09 | 2 | -4/+10 |
| | | |||||
| * | Use specific numpy version in conda package | Daniel M. Pelt | 2016-12-08 | 1 | -1/+1 |
|/ | |||||
* | Update version to 1.8 | Willem Jan Palenstijn | 2016-12-05 | 6 | -13/+11 |
| | |||||
* | Update NEWS for 1.8 | Willem Jan Palenstijn | 2016-12-05 | 1 | -0/+12 |
| | |||||
* | Update versions for 1.8rc1 conda package | Willem Jan Palenstijn | 2016-12-02 | 2 | -3/+3 |
| | |||||
* | Merge pull request #82 from wjp/python_version | Willem Jan Palenstijn | 2016-12-01 | 5 | -22/+4 |
|\ | | | | | Add astra.__version__ (PEP396) | ||||
| * | Add astra.__version__ (PEP396) | Willem Jan Palenstijn | 2016-12-01 | 5 | -22/+4 |
|/ | |||||
* | Merge pull request #81 from wjp/conda_release | Willem Jan Palenstijn | 2016-12-01 | 8 | -6/+123 |
|\ | | | | | Add scripts for building conda packages using Docker | ||||
| * | Add conda build scripts for win-64/py35 | Willem Jan Palenstijn | 2016-12-01 | 4 | -6/+79 |
| | | |||||
| * | Add scripts for building conda packages using Docker | Willem Jan Palenstijn | 2016-12-01 | 4 | -0/+44 |
|/ | |||||
* | Merge pull request #84 from wjp/expose_ConeBP_density_weighting | Willem Jan Palenstijn | 2016-12-01 | 5 | -3/+20 |
|\ | | | | | Expose the density weighting option of cone_bp | ||||
| * | Expose the density weighting option of cone_bp | Willem Jan Palenstijn | 2016-12-01 | 5 | -3/+20 |
| | | | | | | | | It is now exposed via the new DensityWeighting option of CudaProjector3D. | ||||
* | | Tune cone_fp block size | Willem Jan Palenstijn | 2016-11-30 | 1 | -1/+1 |
|/ | |||||
* | Enable 'make test' on travis-ci | Willem Jan Palenstijn | 2016-11-28 | 1 | -0/+1 |
| | |||||
* | Fix Fourier test | Willem Jan Palenstijn | 2016-11-28 | 1 | -135/+12 |
| | |||||
* | Fix AstraObjectManager test | Willem Jan Palenstijn | 2016-11-28 | 1 | -6/+22 |
| | |||||
* | Fix warnings | Willem Jan Palenstijn | 2016-11-28 | 3 | -6/+4 |
| | |||||
* | Update .gitignore | Willem Jan Palenstijn | 2016-11-28 | 1 | -0/+2 |
| | |||||
* | Update headers (website+2016) | Willem Jan Palenstijn | 2016-11-28 | 353 | -2066/+1083 |
| | |||||
* | Update python headers | Willem Jan Palenstijn | 2016-11-28 | 66 | -857/+828 |
| | |||||
* | Merge branch 'fdk_custom_filter' | Willem Jan Palenstijn | 2016-11-28 | 9 | -14/+57 |
|\ | |||||
| * | Merge branch 'master' into fdk_custom_filter | Willem Jan Palenstijn | 2016-10-13 | 30 | -714/+863 |
| |\ | |||||
| * | | Add option to specify custom filter for FDK | Daniel M. Pelt | 2016-05-20 | 6 | -7/+48 |
| | | | |||||
* | | | Separate C++ and python builds & make conda work nicely | Holger Kohr | 2016-11-25 | 6 | -82/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | | | Merge pull request #77 from wjp/singleton | Willem Jan Palenstijn | 2016-11-25 | 4 | -15/+21 |
|\ \ \ | | | | | | | | | Change order of template instantiations | ||||
| * | | | Add travis clang build | Willem Jan Palenstijn | 2016-11-25 | 1 | -0/+6 |
| | | | | |||||
| * | | | Change order of template instantiations for clang | Willem Jan Palenstijn | 2016-11-25 | 3 | -15/+15 |
|/ / / | | | | | | | | | | At least Apple's clang-703.0.31 needs this. | ||||
* | | | Merge pull request #74 from wjp/windows | Willem Jan Palenstijn | 2016-11-24 | 36 | -10106/+741 |
|\ \ \ | | | | | | | | | Move to VS2015+CUDA8 and automate Windows builds | ||||
| * | | | Add automated Windows build scripts | Willem Jan Palenstijn | 2016-11-24 | 9 | -22/+318 |
| | | | | |||||
| * | | | Add VS2015 build files | Willem Jan Palenstijn | 2016-11-24 | 12 | -0/+4626 |
| | | | | |||||
| * | | | Remove VS2008/VS2012 build files | Willem Jan Palenstijn | 2016-11-24 | 24 | -13968/+0 |
| | | | | |||||
| * | | | Update gen.py for VS2015 | Willem Jan Palenstijn | 2016-11-24 | 1 | -39/+78 |
| | | | | |||||
| * | | | Update CUDA archs | Willem Jan Palenstijn | 2016-11-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Switch to CUDA 8.0 | Willem Jan Palenstijn | 2016-11-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | Remove unused Cuda.rules file | Willem Jan Palenstijn | 2016-11-24 | 1 | -358/+0 |
|/ / / | |||||
* | | | Merge pull request #75 from wjp/install | Willem Jan Palenstijn | 2016-11-24 | 7 | -113/+263 |
|\ \ \ | | | | | | | | | Overhaul package installation | ||||
| * | | | Fix conda build.sh | Willem Jan Palenstijn | 2016-11-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Make shared objects 755 | Willem Jan Palenstijn | 2016-11-23 | 1 | -5/+5 |
| | | | | |||||
| * | | | Remove resolved TODO | Willem Jan Palenstijn | 2016-11-22 | 1 | -1/+0 |
| | | | | |||||
| * | | | Rename python-root-install to install-python-site-packages | Willem Jan Palenstijn | 2016-11-22 | 1 | -5/+5 |
| | | | | |||||
| * | | | Avoid six for PYINCDIR in Makefile.in | Willem Jan Palenstijn | 2016-11-22 | 1 | -2/+1 |
| | | | | |||||
| * | | | Simplify default build instructions | Willem Jan Palenstijn | 2016-11-22 | 2 | -17/+63 |
| | | | | |||||
| * | | | Simplify travis build using new install type | Willem Jan Palenstijn | 2016-11-22 | 1 | -2/+2 |
| | | | |