| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-02 | Add error check | Willem Jan Palenstijn | |
| 2020-07-02 | Add mode parameter to direct_FPBP3D | Allard Hendriksen | |
| This change allows additive forward and backprojections. | |||
| 2020-07-02 | Check numpy array type | Willem Jan Palenstijn | |
| 2020-07-02 | Add python astra.experimental.direct_FP3D/BP3D | Willem Jan Palenstijn | |
| 2020-07-02 | Refactor cython data3d object creation to prepare | Willem Jan Palenstijn | |
| 2020-02-07 | Use numpy backward binary compatibility for conda packages | Willem Jan Palenstijn | |
| We now only build a single package built with numpy 1.11.x for numpy>=1.11,<2 . There is no guarantee that every future numpy version covered by this will be compatible with numpy 1.11, but numpy checks this internally at run-time, and should report this (noisily) when this occurs. | |||
| 2020-01-14 | Update python/numpy/cuda versions for conda | Willem Jan Palenstijn | |
| 2019-09-27 | Increment version to 1.9.9dev | Willem Jan Palenstijn | |
| 2019-09-20 | Use conda compiler toolchain for conda builds | Allard Hendriksen | |
| For both libastra and astra-toolbox: 1) We do not use script_env to set CC/CXX anymore, since the compilers are installed by conda. 2) The build string is made useful by including either the python+numpy version or the cudatoolkit version that the package was built with. 3) Some clean-up of build.sh in buildenv/ For libastra: 1) The libastra.so is built with the conda C/C++ compiler toolchain. This has two benefits: 1) The rpath of libastra.so is set to $ORIGIN, which makes linking easier for dependent packages. 2) libastra.so is linkable against ancient versions of glibc. With old versions of memcpy. 2) The C/C++ compiler version is fixed to 5.4.0 3) In libastra/build.sh, we rename $CONDA_PREFIX to $PREFIX. Apparently, this is how it is supposed to be done. For me, $CONDA_PREFIX was suddenly undefined. Why this was not a problem before, is unclear to me. 4) The cudatoolkit runtime dependency is pinned with pin_compatible 5) The libastra conda package now provides headers and .pc file. This is useful for building C++ packages that depend on astra. 6) Remove some old code related to cudatoolkit<8.0. For astra-toolbox: 1) astra-toolbox uses the conda-provided compilers 2) The compilers are fixed to version 7.3 3) Add boost to host requirements of astra-toolbox Notes on testing: - The libastra build has been tested with all versions of cudatoolkit - The astra-toolbox build has been tested with all provided versions of python after building a single cudatoolkit version of libastra. How to test this branch: - It should work by just editing `python/conda/linux_release/buildenv/build.sh`. Set BRANCH=CI-use-conda-c-compiler-toolchain URL=https://github.com/ahendriksen/astra-toolbox and run release.sh from the `python/conda/linux_release` directory. | |||
| 2019-09-17 | Use recent version of conda during linux conda-build | Allard Hendriksen | |
| This fixes the issue where cudatoolkit=8.0 would not install any more with recent versions of conda. Also, no corruption appears to take place while downloading packages. | |||
| 2019-07-08 | Build updates for Debian 8 + CUDA10.1 | Willem Jan Palenstijn | |
| Debian 7 is EOL, and CUDA 10.1 doesn't support its version of glibc. Hardcoded conda=4.6.14 for now, since 4.7.5 seems to be downloading corrupted packages when running in docker/linux-64. | |||
| 2019-07-08 | Build updates for Win10 + VS2017 + CUDA9 + Matlab R2018b | Willem Jan Palenstijn | |
| 2019-07-08 | Replace absolute path by relative path in builder.py | Willem Jan Palenstijn | |
| A recent setuptools is using the full path as part of the name of the temporary build directory, which made the full temp path too long when called from conda-build in Windows. | |||
| 2019-06-18 | Fix composite EMode enum order in experimental.pyx | Willem Jan Palenstijn | |
| 2019-04-12 | Update conda builds for cuda 10 and numpy 1.16 | Willem Jan Palenstijn | |
| 2018-12-23 | Fix exception propagation in python dictToConfig | Willem Jan Palenstijn | |
| 2018-12-12 | Remove unused array allocation in data3d.get_shared | Willem Jan Palenstijn | |
| Thanks to @ahendriksen. | |||
| 2018-11-07 | Fix python set_gpu_index default memory argument | Willem Jan Palenstijn | |
| 2018-11-01 | Loosen numpy dependency for conda package | Willem Jan Palenstijn | |
| 2018-09-25 | Add support for checking features at run-time | Willem Jan Palenstijn | |
| 2018-09-25 | Raise exception when setting GPU memory unrealistically small | Willem Jan Palenstijn | |
| 2018-08-31 | Avoid broken scipy package for tests | Willem Jan Palenstijn | |
| 2018-08-31 | Drop numpy 1.12/1.13 packages | Willem Jan Palenstijn | |
| Anaconda doesn't have these for python 3.7 apparently | |||
| 2018-08-31 | Build for new cuda/python/numpy versions | Willem Jan Palenstijn | |
| 2018-08-28 | Split up PythonPluginAlgorithm files | Willem Jan Palenstijn | |
| 2018-08-28 | Make filename more consistent | Willem Jan Palenstijn | |
| 2018-07-03 | Allow access to python plugin object via algorithm interface | Willem Jan Palenstijn | |
| 2018-06-22 | Update authors | Willem Jan Palenstijn | |
| 2018-06-22 | Move CUDA include files | Willem Jan Palenstijn | |
| 2018-06-01 | Build for numpy 1.14 | Willem Jan Palenstijn | |
| 2018-01-24 | iMinds -> imec | Willem Jan Palenstijn | |
| 2018-01-24 | Update copyright date | Willem Jan Palenstijn | |
| 2018-01-12 | Update contact email | Willem Jan Palenstijn | |
| 2018-01-09 | Improve postalignment function | Willem Jan Palenstijn | |
| 2018-01-09 | Fix comments for postalignment function | Willem Jan Palenstijn | |
| 2018-01-09 | Add geom_size, geom_2vec to main astra module | Willem Jan Palenstijn | |
| 2018-01-09 | Add astra.test/astra_test function | Willem Jan Palenstijn | |
| 2018-01-09 | Check for CUDA support at run-time in use_cuda() | Willem Jan Palenstijn | |
| 2017-11-22 | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | |
| 2017-11-22 | Fix missing version update in conda meta.yaml | Willem Jan Palenstijn | |
| 2017-11-22 | Add experimental accumulate_FP/BP/FDK python functions | Willem Jan Palenstijn | |
| 2017-11-22 | Update version to 1.9.0dev | Willem Jan Palenstijn | |
| 2017-11-22 | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | |
| 2017-11-14 | Remove unused code | Willem Jan Palenstijn | |
| 2017-11-06 | Update version to 1.8.3 | Willem Jan Palenstijn | |
| 2017-11-06 | Add workaround for apparently broken mkl/win-64 conda package | Willem Jan Palenstijn | |
| 2017-11-06 | Add libastra/linux-64 conda package variants for cudatoolkit | Willem Jan Palenstijn | |
| Also upgrade the Docker-based linux release scripts to match. | |||
| 2017-11-01 | Add basic post-install python tests | Willem Jan Palenstijn | |
| 2017-11-01 | Move set_gpu_index, get_gpu_info from astra.astra to astra | Willem Jan Palenstijn | |
| 2017-11-01 | Separate cuda from astra headers further | Willem Jan Palenstijn | |
