| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-27 | Increment version to 1.9.9dev | 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. | |||
| 2018-08-28 | Split up PythonPluginAlgorithm files | Willem Jan Palenstijn | |
| 2018-07-03 | Allow access to python plugin object via algorithm interface | 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 | |
| 2017-11-22 | Update version to 1.9.0dev | Willem Jan Palenstijn | |
| 2017-11-06 | Update version to 1.8.3 | Willem Jan Palenstijn | |
| 2016-12-05 | Update version to 1.8 | Willem Jan Palenstijn | |
| 2016-11-28 | Update python headers | 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-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 | |
| 2016-11-18 | Add SIRT plugin | Willem Jan Palenstijn | |
| 2016-02-02 | Make copyright/license headers consistent with rest of astra | Willem Jan Palenstijn | |
| 2016-01-21 | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | |
| 2015-12-23 | Update version to 1.7.1 | Willem Jan Palenstijn | |
| 2015-12-04 | Update version to 1.7 | Willem Jan Palenstijn | |
| 2015-12-03 | Detect ASTRA_CUDA in Windows CL flags for Python as well | Willem Jan Palenstijn | |
| 2015-03-05 | Avoid Python recompilation during installation | Daniel M. Pelt | |
| 2015-02-27 | Force Cython to use language level 2 to avoid error with Cython 0.22 and python3 | Daan Pelt | |
| 2015-02-24 | Added Python interface | Daniel M. Pelt | |
