This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
Releases: wdika/mridc
Releases · wdika/mridc
v.0.2.0
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
v.0.1.1
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
- fetch upstream updates by @wdika in #65
- Addresses #57, #58, #60 by @wdika in #66
- Refactor workflows & Add tox by @wdika in #70
- Bump to v.0.1.1 by @wdika in #74
Full Changelog: v.0.1.0...v.0.1.1
Important
v.0.1.0
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
- Rebased - refactored logic by @wdika in #34
- Updated base recon model inheritance to other models by @wdika in ce648e7
- Update README.md by @wdika in #39
- fixed trainer, updated PL to 1.6.0 by @wdika in 4cc91ba
- [fixes documentation & codecov uploader @wdika in e2c50f3
Full Changelog: v.0.0.1...v.0.1.0
First 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
Full Changelog: https://github.com/wdika/mridc/commits/v.0.0.1