Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 828 Bytes

CHANGELOG.md

File metadata and controls

23 lines (19 loc) · 828 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Support for pytorch 1.7, 1.8 and higher.
  • Batched filtering in FDK and FBP reconstruction to conserve memory.
  • Support for overwriting sinogram in FDK and FBP to conserve memory.

Fixed

  • FDK/FBP: Force filter to be same size as padded sinogram.

Removed

  • Support for pytorch versions below 1.7.
  • reject_acyclic_filter flag: not necessary anymore now that complex multiplication is available.

0.1.0 - 2021-06-03

Added

  • Initial release.