| 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 | 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-02 | Update versions for 1.8rc1 conda package | Willem Jan Palenstijn | |
| 2016-12-01 | Add astra.__version__ (PEP396) | Willem Jan Palenstijn | |
| 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-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-23 | Fix conda build.sh | 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 | |
| 2016-11-18 | Add CGLS plugin | Willem Jan Palenstijn | |
| 2016-11-18 | Add SIRT plugin | Willem Jan Palenstijn | |
| 2016-10-19 | Fix Python create_projector docstring | Willem Jan Palenstijn | |
| 2016-10-07 | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | |
| 2016-07-28 | Merge branch 'master' into parvec | Willem Jan Palenstijn | |
| 2016-07-28 | Replace use of boost::split by own function | Willem Jan Palenstijn | |
| 2016-04-26 | Merge pull request #47 from wjp/OpTomo_out | Willem Jan Palenstijn | |
| Give OpTomo FP/BP functions with optional out argument | |||
| 2016-04-25 | Merge pull request #46 from dmpelt/python_cxx | Willem Jan Palenstijn | |
| Use CXX for Python compilation as well | |||
| 2016-04-25 | Merge pull request #50 from wjp/data3d_dimensions | Willem Jan Palenstijn | |
| Reverse output of astra.data3d.dimensions | |||
| 2016-04-25 | Give OpTomo FP/BP functions with optional out argument | Willem Jan Palenstijn | |
| This allows more efficient use of allocated arrays. | |||
| 2016-04-25 | Reverse output of astra.data3d.dimensions | Willem Jan Palenstijn | |
| This makes the output directly usable in numpy commands like zeros, reshape. We were not using data3d.dimensions ourselves, as far as I can tell. | |||
| 2016-04-25 | Change flatten to ravel in Python code | Daniel M. Pelt | |
| 2016-04-19 | Use CXX for Python compilation as well | Daniel M. Pelt | |
| 2016-04-15 | Merge pull request #29 from wjp/indexmanager | Willem Jan Palenstijn | |
| Add an AstraIndexManager | |||
| 2016-03-04 | Encode Python bool as int in XML instead of str | Daniel M. Pelt | |
| 2016-03-03 | Remove with-python from libastra conda build | Daniel M. Pelt | |
| 2016-03-03 | Split conda package into c++ lib and python parts | Daniel M. Pelt | |
| 2016-03-02 | Fix small Python errors | Daniel M. Pelt | |
| 2016-03-01 | Merge branch 'master' into indexmanager | Willem Jan Palenstijn | |
| 2016-02-29 | Disable astra.set_gpu_index when building without CUDA | Willem Jan Palenstijn | |
| 2016-02-22 | Merge pull request #111 from wjp/pluginbuild | Willem Jan Palenstijn | |
| Remove dependency of libastra on libpython | |||
| 2016-02-17 | Add python astra.astra delete/info based on index manager | Willem Jan Palenstijn | |
| 2016-02-02 | Make copyright/license headers consistent with rest of astra | Willem Jan Palenstijn | |
| 2016-02-02 | Merge pull request #107 from wjp/multi | Willem Jan Palenstijn | |
| Add multi-GPU support to CompositeGeometryManager | |||
| 2016-01-27 | Move fixLapackLoading to astra_mex_plugin | Willem Jan Palenstijn | |
| 2016-01-27 | Decrement refcount of CallMethod return value | Willem Jan Palenstijn | |
| 2016-01-21 | Fix whitespace | Willem Jan Palenstijn | |
| 2016-01-21 | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | |
| 2016-01-20 | Add check for scipy | Willem Jan Palenstijn | |
| The module matrix_c.pyx uses it. | |||
| 2016-01-19 | Allow multiple GPUs in ASTRA_GPU_INDEX envvar | Willem Jan Palenstijn | |
| 2016-01-19 | Change python set_gpu_index to match | Willem Jan Palenstijn | |
| 2016-01-19 | Merge pull request #108 from dmpelt/readthedocs | Willem Jan Palenstijn | |
| Move documentation to readthedocs | |||
| 2016-01-19 | Remove existing outdated Python API reference documentation | Daniel M. Pelt | |
| 2016-01-19 | Fix experimental.pyx for non-CUDA compilation | Daniel M. Pelt | |
| 2016-01-05 | Update credits | Willem Jan Palenstijn | |
| 2015-12-23 | Update version to 1.7.1 | Willem Jan Palenstijn | |
| 2015-12-16 | Fix origin_det name in create_proj_geom docs | Willem Jan Palenstijn | |
