Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 2.0.0 | Willem Jan Palenstijn | 2021-10-27 | 1 | -1/+1 |
| | |||||
* | Update copyright years | Willem Jan Palenstijn | 2021-10-27 | 1 | -2/+2 |
| | |||||
* | Increment version to 1.9.9dev | Willem Jan Palenstijn | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | Replace absolute path by relative path in builder.py | Willem Jan Palenstijn | 2019-07-08 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | Split up PythonPluginAlgorithm files | Willem Jan Palenstijn | 2018-08-28 | 1 | -0/+3 |
| | |||||
* | Allow access to python plugin object via algorithm interface | Willem Jan Palenstijn | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | iMinds -> imec | Willem Jan Palenstijn | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update copyright date | Willem Jan Palenstijn | 2018-01-24 | 1 | -2/+2 |
| | |||||
* | Update contact email | Willem Jan Palenstijn | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Update version to 1.9.0dev | Willem Jan Palenstijn | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Update version to 1.8.3 | Willem Jan Palenstijn | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Update version to 1.8 | Willem Jan Palenstijn | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | Update python headers | Willem Jan Palenstijn | 2016-11-28 | 1 | -1/+1 |
| | |||||
* | Separate C++ and python builds & make conda work nicely | Holger Kohr | 2016-11-25 | 1 | -57/+48 |
| | | | | | | | | | | | | - 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 | ||||
* | Overhaul package installation | Willem Jan Palenstijn | 2016-11-21 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Update python package name from PyASTRAToolbox to astra-toolbox | Willem Jan Palenstijn | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | Add SIRT plugin | Willem Jan Palenstijn | 2016-11-18 | 1 | -1/+1 |
| | |||||
* | Make copyright/license headers consistent with rest of astra | Willem Jan Palenstijn | 2016-02-02 | 1 | -18/+18 |
| | |||||
* | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | 2016-01-21 | 1 | -0/+4 |
| | |||||
* | Update version to 1.7.1 | Willem Jan Palenstijn | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | Update version to 1.7 | Willem Jan Palenstijn | 2015-12-04 | 1 | -1/+1 |
| | |||||
* | Detect ASTRA_CUDA in Windows CL flags for Python as well | Willem Jan Palenstijn | 2015-12-03 | 1 | -0/+6 |
| | |||||
* | Avoid Python recompilation during installation | Daniel M. Pelt | 2015-03-05 | 1 | -3/+16 |
| | |||||
* | Force Cython to use language level 2 to avoid error with Cython 0.22 and python3 | Daan Pelt | 2015-02-27 | 1 | -2/+1 |
| | |||||
* | Added Python interface | Daniel M. Pelt | 2015-02-24 | 1 | -0/+70 |