| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2015-12-10 | Use less ambiguous letters for create_vol_geom docs | Willem Jan Palenstijn | |
| 2015-12-04 | Update version to 1.7 | Willem Jan Palenstijn | |
| 2015-12-04 | Add conda build scripts | Daniel M. Pelt | |
| 2015-12-04 | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | |
| Add CompositeGeometryManager | |||
| 2015-12-04 | Add sample for experimental composite geometry code | Willem Jan Palenstijn | |
| 2015-12-04 | Merge pull request #73 from dmpelt/python-plugins | Willem Jan Palenstijn | |
| Add support for Python algorithm plugins | |||
| 2015-12-04 | Reduce dependency of python code on libastra | Willem Jan Palenstijn | |
| 2015-12-03 | Detect ASTRA_CUDA in Windows CL flags for Python as well | Willem Jan Palenstijn | |
| 2015-12-01 | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | |
| Conflicts: python/astra/utils.pyx | |||
| 2015-09-25 | Let astra_create_vol_geom also generate flexible volume geometries | Willem Jan Palenstijn | |
| 2015-08-10 | Release the gil in algorithm.run | Daniel M. Pelt | |
| 2015-07-30 | Define a transpose for the OpTomo transpose as well | Daniel M. Pelt | |
| Allows for chaining .T calls. | |||
| 2015-07-30 | Fix Python OpTomo for scipy 0.16 | Daniel M. Pelt | |
| scipy 0.16 also uses .T to define a transpose, which conflicts with the old OpTomo implementation. OpTomo now also defines the _transpose() method, which .T will call in scipy 0.16. | |||
| 2015-07-23 | Also use ProjectorId in ReconstructionAlgorithm3D plugin base | Daniel M. Pelt | |
| 2015-07-23 | Add ReconstructionAlgorithm2D/3D classes for plugins (matching C++ classes) | Daniel M. Pelt | |
| 2015-07-23 | Allow registering plugins without explicit name, and fix exception handling ↵ | Daniel M. Pelt | |
| when running in Matlab | |||
| 2015-07-23 | Also allow tuples to be passed in a config dict | Daniel M. Pelt | |
| 2015-07-23 | Show more useful information when a plugin raises an exception | Daniel M. Pelt | |
| 2015-07-23 | Allow plugins without keywords | Daniel M. Pelt | |
