summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2017-10-17Improve python create_vol_geomAllard Hendriksen
Remove redundant window computations. Also fixes the problem where >> astra.create_vol_geom(10,10,10) would not set the window options while all other parameter configurations of create_vol_geom did set the window options. Respects custom arguments for the window.
2017-10-16Update miniconda release for linux conda buildsWillem Jan Palenstijn
2017-10-16Update miniconda release for linux conda buildsWillem Jan Palenstijn
2017-10-11Improve object creation error messagesWillem Jan Palenstijn
2017-03-29Fix conda buildWillem Jan Palenstijn
2017-03-29Update create_projector docstringWillem Jan Palenstijn
2017-03-29Python: added options for projector creation, like for the matlab interfaceNicola VIGANO
Signed-off-by: Nicola VIGANO <N.R.Vigano@cwi.nl>
2017-03-20Move conda astra-toolbox package files to own subdirectoryWillem Jan Palenstijn
Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory).
2017-03-20Add autotools and boost to macOS conda libastra dependenciesWillem Jan Palenstijn
2017-03-20Silence errors from nvcc test runWillem Jan Palenstijn
2017-03-20Change lib/lib64 logicWillem Jan Palenstijn
macOS CUDA uses lib even on 64 bit
2017-03-20Fix conda boost include flagsWillem Jan Palenstijn
2017-03-20Use true instead of /bin/trueWillem Jan Palenstijn
It's in /usr/bin/ on macOS.
2017-03-01Fix python buildWillem Jan Palenstijn
2017-02-24Add np112 to conda build scriptWillem Jan Palenstijn
2017-02-08Remove tabs from python codeWillem Jan Palenstijn
2017-02-08Improve data2d/data3d error messagesWillem Jan Palenstijn
2017-02-08Make typechecks in data3d.create more robustWillem Jan Palenstijn
2017-02-08Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn
2017-02-08Make python -sinocone a synonym of -sino.Willem Jan Palenstijn
The matlab interface already behaves like this.
2017-02-08Remove unused 3d global min/maxWillem Jan Palenstijn
2017-01-02Build conda packages for linux-64/np111/py36Willem Jan Palenstijn
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-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