Skip to content

Bug fix release reducing memory consumption and improving code quality fixes

Compare
Choose a tag to compare
@jonasteuwen jonasteuwen released this 22 Feb 22:59
· 48 commits to main since this release

In v1.0.1 we mainly provide bug fixes (including a memory leak) and code quality improvements.

New features

Code Quality Changes

  • Fix high memory consumption and code quality improvements by @georgeyiasemis in #174
    • h5py 3.6.0 to h5py 3.3.0
    • FastMRIDataset header reader function refactored
    • MRI model engines now only perform do_iteration method. MRIModelEngine now includes all methods for MRI models.
    • evaluate method of MRI Models has been rewritten.

Full Changelog: v1.0.0...v1.0.1