| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Remove dependency of libastra on libpython
|
|
|
|
Add multi-GPU support to CompositeGeometryManager
|
|
|
|
|
|
|
|
|
|
The module matrix_c.pyx uses it.
|
|
|
|
|
|
Move documentation to readthedocs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add CompositeGeometryManager
|
|
|
|
Add support for Python algorithm plugins
|
|
|
|
|
|
Conflicts:
python/astra/utils.pyx
|
|
|
|
|
|
Allows for chaining .T calls.
|
|
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.
|
|
|
|
|
|
when running in Matlab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Small fixes
|
|
|
|
|
|
|