Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Releases: wdika/mridc

v.0.2.0

12 Sep 09:36
076b5e7
Compare
Choose a tag to compare

What's in

Version 0.2.0 is a major stable update.

The following tools have been implemented:

  • Quantitative MRI data loaders & transforms.
  • Quantitative MRI models: qCIRIM, qRIM, qE2EVN.
  • AHEAD dataset preprocessing tools for quantitative MRI.

What's Changed

Full Changelog: v.0.1.1...v.0.2.0

Important

  • Python 3.10 cannot be supported yet due to onnxruntime 1.11.1 inconsistency (#69).
  • hydra-core>=1.2.0 cannot be supported due to omegaconf > 2.1 inconsistency (#72).

v.0.1.1

25 Jul 12:42
Compare
Choose a tag to compare

What's in

Version 0.1.1 is a minor stable update.

The following tools have been implemented:

  • Noise PreWhitening
  • Geometric Decomposition Coil Compression
  • The RIM-based models can support multi-slice 2D inputs.

What's Changed

Full Changelog: v.0.1.0...v.0.1.1

Important

  • Python 3.10 cannot be supported yet due to onnxruntime 1.11.1 inconsistency (#69).
  • hydra-core>=1.2.0 cannot be supported due to omegaconf > 2.1 inconsistency (#72).

v.0.1.0

25 May 15:59
Compare
Choose a tag to compare

What's in

Version 0.1.0 is a major stable update.

The following reconstruction methods have been added:

  • Convolutional Recurrent Neural Networks (CRNN)
  • Deep Cascade of Convolutional Neural Networks (CCNN)
  • Down-Up Net (DUNET)
  • Joint Deep Model-Based MR Image and Coil Sensitivity Reconstruction Network (Joint-ICNet)
  • KIKI-Net
  • Learned Primal-Dual Net (LPDNet)
  • MultiDomainNet
  • Recurrent Variational Network (RVN)
  • Variable Splitting Network (VSNet)
  • XPDNet

PyTorch-Lighting, Hydra, ONXX are now used.

What's Changed

Full Changelog: v.0.0.1...v.0.1.0

First release

30 Nov 14:24
Compare
Choose a tag to compare
First release Pre-release
Pre-release

What's in

This initial version includes the implementation of the following reconstruction methods:

  • Cascades of Independently Recurrent Inference Machines (CIRIM),
  • Independently Recurrent Inference Machines (IRIM),
  • End-to-End Variational Network (E2EVN),
  • the UNet,
  • Compressed Sensing (CS), and
  • zero-filled (ZF).

Also, includes coil sensitivity estimation and evaluation or reconstructions.

What's Changed

  • Circleci project setup by @wdika in #2
  • Remove assert statement from non-test files by @deepsource-autofix in #3
  • Remove unnecessary parentheses after keyword by @deepsource-autofix in #4

New Contributors

  • @wdika made their first contribution in #2
  • @deepsource-autofix made their first contribution in #3

Full Changelog: https://github.com/wdika/mridc/commits/v.0.0.1