Skip to content

Release version 0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Obi-Wan Obi-Wan released this 11 Oct 14:49

New major release, adding the following features and fixing the following bugs:

Added

  • Wide API refactoring: renamed various modules, and moved processing routines to sub-package.
  • Initial draft of tutorial. More documentation on the way.
  • Line intersection computation.
  • Plotting of FRCs.
  • Tests: initial support for projectors.

Fixed

  • Typo in function name.
  • Simplified examples 01 and 02.
  • FRC/FSC axes selection.

In particular, the API change breaks compatibility with the past, and it thus required a major version bump.

The scikit-image and astra-toolbox backend still present an inconsistent rotation center position definition. There is now a PR to fix the rotation center position in scikit-image: scikit-image/scikit-image#6489