Changelog

v1.0.0 (10/11/2025)

We are back! We had been upgrading Resomapper behind the scenes for some big changes! Check the documentation for the whole description of the new features.

v0.4.1 (17/07/2023)

Fix

  • Fix to avoid denoising workflow to get stuck.

  • Updated dependencies.

v0.4.0 (17/07/2023)

Features

  • Added new denoising filters (using dipy’s API), and changed denoising preprocessing to the first place (before masking the brain). New filters:

    • Non local means denoising (new version for testing, using dipy’s function).

    • Adaptive Soft Coefficient Matching (ASCM) denoising.

    • Patch2self denoising (for DWI).

    • Local PCA denoising (for DWI).

    • Marcenko-Pastur PCA denoising (for DWI).

v0.3.0 (07/07/2023)

Features

  • Added ADC model fitting for less than 6 grandient directions (monoexponential decay).

Fix

  • Fixed dependency requirements: Numpy version should be < 1.25.0 to avoid problems with Dipy 1.5.0.

v0.2.1 (02/06/2023)

Fix

  • Removed the need of having a supplfiles folder

  • Fixed T map processing - previously, when different studies where present, repetition/echo times were not being used correctly.

  • Fixed the reusing of mask - previously, when selecting other files, they couldn’t be reused.

v0.2.0 (29/05/2023)

Features

  • Added the possibility to choose a mask file.

  • Added checking of mask and image dimensions, asking for a new mask if they don’t match.

v0.1.1 (16/05/2023)

Fix

  • Required Dipy version changed to = 1.5.0 because of error in tensor.fit()

v0.1.0 (05/05/2023)

  • First release of resomapper!