Changelog

List of changes in-between radontea releases.

version 0.4.8

  • ref: move sinogram generation in tests to separate file, thanks @SZanko
  • ref: deprecation warning int for numpy 1.20.0, thanks @SZanko
  • ref: mor type hints, thanks @SZanko

version 0.4.7

  • ref: added PEP 484 type hints, thanks @SZanko (#3)

version 0.4.6

  • maintenance release

version 0.4.5

  • setup: bump scipy to 1.4.0 (updated QHull in griddata)

version 0.4.4

  • fix: correctly increment count in _alg_fmp.py

version 0.4.3

  • fix: correctly compute max_count for 3D wrapper

version 0.4.2

  • fix: use Value.get_lock() when tracking progress
  • docs: minor improvements

version 0.4.1

  • docs: add index link and include changelog

version 0.4.0

  • BREAKING CHANGE: volumetric reconstruction is now done according to the ODTbrain indexing convention. To get the original behavior, transpose the output, i.e. volout.transpose(1, 0, 2).

version 0.3.2

  • ci: automated deployment with travis-ci

version 0.3.1

  • Convenience fix: Make algorithm source files private

version 0.3.0

  • BREAKING CHANGES:
    • Renamed several functions
    • Dropped support for Python 2
  • Refactoring:
    • Moved each reconstruction algorithm to a separate file
    • Modified code to comply with PEP8
    • Moved long doc strings from source to docs directory
    • Removed complicated and redundant 3D reconstruction methods
    • Improved 3D algorithm (threed.py) to support progress-monitoring

version 0.2.1

  • Do not include compiled docs in sdist

version 0.2.0

  • Updated docs and examples (#1)
  • Moved docs to readthedocs.io

version 0.1.9

  • No code changes

version 0.1.8

  • Added support for NumPy 1.10

version 0.1.7

  • Improved padding for backprojection

version 0.1.6

  • Removed a memory leak
  • Increase compatibility to jobmanager
  • Improved documentation

version 0.1.5

  • Fixed an example
  • Fixed bug in 3D reconstruction

version 0.1.4

  • Added 3D reconstruction methods

version 0.1.3

  • Switched to jobamanger package for tracking of progress
  • Adde fan-beam helper methods

version 0.1.2

  • Renamed callback functions

version 0.1.1

  • Mainly code cleanup

version 0.1.0

  • Initial GitHub commit