| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
Hold reference to results of six.b calls
|
|
|
|
|
|
Clean up XMLNode
|
|
Add SPOT-like object for Python (overrides `__mul__` and works with scipy.sparse.linalg)
|
|
|
|
|
|
|
|
setContent and getContent were using different XML formats previously.
|
|
An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
|
|
scipy.sparse.linalg)
|
|
|