| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2016-11-25 | Add travis clang build | Willem Jan Palenstijn | |
| 2016-11-25 | Change order of template instantiations for clang | Willem Jan Palenstijn | |
| At least Apple's clang-703.0.31 needs this. | |||
| 2016-11-24 | Merge pull request #74 from wjp/windows | Willem Jan Palenstijn | |
| Move to VS2015+CUDA8 and automate Windows builds | |||
| 2016-11-24 | Add automated Windows build scripts | Willem Jan Palenstijn | |
| 2016-11-24 | Add VS2015 build files | Willem Jan Palenstijn | |
| 2016-11-24 | Remove VS2008/VS2012 build files | Willem Jan Palenstijn | |
| 2016-11-24 | Update gen.py for VS2015 | Willem Jan Palenstijn | |
| 2016-11-24 | Update CUDA archs | Willem Jan Palenstijn | |
| 2016-11-24 | Switch to CUDA 8.0 | Willem Jan Palenstijn | |
| 2016-11-24 | Remove unused Cuda.rules file | Willem Jan Palenstijn | |
| 2016-11-24 | Merge pull request #75 from wjp/install | Willem Jan Palenstijn | |
| Overhaul package installation | |||
| 2016-11-23 | Fix conda build.sh | Willem Jan Palenstijn | |
| 2016-11-23 | Make shared objects 755 | Willem Jan Palenstijn | |
| 2016-11-22 | Remove resolved TODO | Willem Jan Palenstijn | |
| 2016-11-22 | Rename python-root-install to install-python-site-packages | Willem Jan Palenstijn | |
| 2016-11-22 | Avoid six for PYINCDIR in Makefile.in | Willem Jan Palenstijn | |
| 2016-11-22 | Simplify default build instructions | Willem Jan Palenstijn | |
| 2016-11-22 | Simplify travis build using new install type | Willem Jan Palenstijn | |
| 2016-11-22 | Show installation paths at end of configure | Willem Jan Palenstijn | |
| 2016-11-22 | Clean up linking against libpython for oct/mex | Willem Jan Palenstijn | |
| 2016-11-22 | Disable octave interface by default | Willem Jan Palenstijn | |
| 2016-11-22 | Build astra_mex_plugin for octave | Willem Jan Palenstijn | |
| 2016-11-21 | Overhaul package installation | Willem Jan Palenstijn | |
| There are now three ways of installing from configure/make: ./configure --with-install-type=prefix (default) libraries go into @libdir@ matlab tools/mex go into @datadir@/astra/matlab octave tools/mex go into @datadir@/astra/octave python module goes into site-packages ./configure --with-install-type=dir libraries go into @prefix@/lib matlab tools/mex go into @prefix@/matlab octave tools/mex go into @prefix@/octave python module goes into @prefix@/python ./configure --with-install-type=module matlab tools/mex go into @prefix@/matlab octave tools/mex go into @prefix@/octave python module goes into site-packages library is installed along with the matlab/octave/python module(s), with rpath | |||
| 2016-11-21 | Update python package name from PyASTRAToolbox to astra-toolbox | Willem Jan Palenstijn | |
