Releases: UKRIN-MAPS/ukat
Releases · UKRIN-MAPS/ukat
v0.7.3
Changed
- Signals to input to mapping classes are now normalised before fitting, then M0 rescaled back to the original scale. This
means M0 bounds and initialisation are more consistent/appropriate for data from different vendors #226 - The limits of efficiency have been widened for MOLLI T1 mapping #229
- Upgrade codecov action to v4
v0.7.2
Changed
- T1 mapping data is now assumed to have been magnitude corrected if the first percentile of the first inversion time is
negative rather than the minimum value. This should make it more robust to noise/preprocessing artefacts. #222 #223
Added
- Export the fit signals from mapping functions e.g. the expected T1 recovery at times TI given the fit values of T1 and M0. #221
- Warnings if there aren't many negative values in T1 mapping data. #222 #223
get_fit_signal
methods have been added to most mapping classes to allow the user to get the fit signal at a given time point.
Fixed
- Issue where resources sub-module was not included on PyPI
v0.7.2-rc.1
Added
- Export the fit signals from mapping functions e.g. the expected T1 recovery at times TI given the fit values of T1 and M0. #221
Fixed
- Issue where resources sub-module was not included on PyPI
v0.7.1
v0.7.0
Changed
ukat
is now tested against Python 3.11- Dependencies are now a little less strict for some packages
Added
- T2StimFit - A method of accounting for stimulated echoes when performing T2 mapping #207, #209
- R-Squared values for curve fitting maps #198 #205
- New PR template for releases #205 #210