Skip to content

v0.5.0

Compare
Choose a tag to compare
@D1rk123 D1rk123 released this 09 Feb 13:14
· 12 commits to master since this release

This release is mostly about maintaining existing functionality. The tomosipo paper and Astra toolbox 2 were released, there is a new maintainer, and some bugs were fixed. The conda package is now the default installation option.

Added

  • Added information and Bibtex entry of the tomosipo paper to the readme

Changed

  • Changed repository maintainer from Allard Hendriksen to Dirk Schut
  • The conda package is now the default installation option, instead of cloning from Github with pip. This is changed in the readme
  • Astra toolbox 2 was released so it is now the required version. There were no API changes compared to the recent development version that was required before.
  • Removed cupy and odl packages from the environment presented in the documentation.
    Cupy was removed because of cudatoolkit error messages
    ODL was removed because it changes the global numpy formatting options

Fixed

  • Replaced usage of np.int which was deprecated in numpy 1.20 with int
  • Replaced the usage of collect_ignore in setup.cfg because it was removed from pytest
  • Licence information was updated to show GPLv3