Releases: ahendriksen/tomosipo
Releases · ahendriksen/tomosipo
v0.6.0
Added
- References and links to ts_algorithms were added to the readme
Changed
- Changed the Tomosipo autograd operators made by the tomosipo.torch_support.to_autograd function. By default they now expect the same input shape (3 dimensions) as a normal Tomosipo operator. New arguments have been added to also support the input shapes expected in Pytorch neural networks.
v0.5.1
v0.5.0
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