summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2016-12-09Use external boost for conda/win-64Willem Jan Palenstijn
This enables py27 conda packages for win-64.
2016-12-09Build conda packages for multiple conda versionsWillem Jan Palenstijn
2016-12-08Use specific numpy version in conda packageDaniel M. Pelt
2016-12-05Update version to 1.8Willem Jan Palenstijn
2016-12-02Update versions for 1.8rc1 conda packageWillem Jan Palenstijn
2016-12-01Add astra.__version__ (PEP396)Willem Jan Palenstijn
2016-12-01Add conda build scripts for win-64/py35Willem Jan Palenstijn
2016-12-01Add scripts for building conda packages using DockerWillem Jan Palenstijn
2016-11-28Update python headersWillem Jan Palenstijn
2016-11-25Separate C++ and python builds & make conda work nicelyHolger 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-23Fix conda build.shWillem Jan Palenstijn
2016-11-21Overhaul package installationWillem 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-21Update python package name from PyASTRAToolbox to astra-toolboxWillem Jan Palenstijn
2016-11-18Add CGLS pluginWillem Jan Palenstijn
2016-11-18Add SIRT pluginWillem Jan Palenstijn
2016-10-19Fix Python create_projector docstringWillem Jan Palenstijn
2016-10-07Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2016-07-28Merge branch 'master' into parvecWillem Jan Palenstijn
2016-07-28Replace use of boost::split by own functionWillem Jan Palenstijn
2016-04-26Merge pull request #47 from wjp/OpTomo_outWillem Jan Palenstijn
Give OpTomo FP/BP functions with optional out argument
2016-04-25Merge pull request #46 from dmpelt/python_cxxWillem Jan Palenstijn
Use CXX for Python compilation as well
2016-04-25Merge pull request #50 from wjp/data3d_dimensionsWillem Jan Palenstijn
Reverse output of astra.data3d.dimensions
2016-04-25Give OpTomo FP/BP functions with optional out argumentWillem Jan Palenstijn
This allows more efficient use of allocated arrays.
2016-04-25Reverse output of astra.data3d.dimensionsWillem 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-25Change flatten to ravel in Python codeDaniel M. Pelt
2016-04-19Use CXX for Python compilation as wellDaniel M. Pelt
2016-04-15Merge pull request #29 from wjp/indexmanagerWillem Jan Palenstijn
Add an AstraIndexManager
2016-03-04Encode Python bool as int in XML instead of strDaniel M. Pelt
2016-03-03Remove with-python from libastra conda buildDaniel M. Pelt
2016-03-03Split conda package into c++ lib and python partsDaniel M. Pelt
2016-03-02Fix small Python errorsDaniel M. Pelt
2016-03-01Merge branch 'master' into indexmanagerWillem Jan Palenstijn
2016-02-29Disable astra.set_gpu_index when building without CUDAWillem Jan Palenstijn
2016-02-22Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn
Remove dependency of libastra on libpython
2016-02-17Add python astra.astra delete/info based on index managerWillem Jan Palenstijn
2016-02-02Make copyright/license headers consistent with rest of astraWillem Jan Palenstijn
2016-02-02Merge pull request #107 from wjp/multiWillem Jan Palenstijn
Add multi-GPU support to CompositeGeometryManager
2016-01-27Move fixLapackLoading to astra_mex_pluginWillem Jan Palenstijn
2016-01-27Decrement refcount of CallMethod return valueWillem Jan Palenstijn
2016-01-21Fix whitespaceWillem Jan Palenstijn
2016-01-21Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn
2016-01-20Add check for scipyWillem Jan Palenstijn
The module matrix_c.pyx uses it.
2016-01-19Allow multiple GPUs in ASTRA_GPU_INDEX envvarWillem Jan Palenstijn
2016-01-19Change python set_gpu_index to matchWillem Jan Palenstijn
2016-01-19Merge pull request #108 from dmpelt/readthedocsWillem Jan Palenstijn
Move documentation to readthedocs
2016-01-19Remove existing outdated Python API reference documentationDaniel M. Pelt
2016-01-19Fix experimental.pyx for non-CUDA compilationDaniel M. Pelt
2016-01-05Update creditsWillem Jan Palenstijn
2015-12-23Update version to 1.7.1Willem Jan Palenstijn
2015-12-16Fix origin_det name in create_proj_geom docsWillem Jan Palenstijn