- Revamp some configs for maintenance (readthedocs, pyproject.toml) - Now uses tqdm for the progress bar - Moved the main script to a proper entrypoint instead of an added file - This changes nothing in the way the script is called but just makes it more robust on Windows
0.2.6
+ Change the main script name from get_distribution to autodmri_get_distribution for consistency with the package name. + Remove python 2.7 support. + Fix some deprecation warnings from numpy.
0.2.5
- Remove nans from the output when using noise maps. - Fix the main script regarding the noise maps to 4d conversion. - Remove Dockerfile.
0.2.4
- Fix an indexing bug for noise maps when going over the full data (the default). - Pad 3D noise maps to 4D automatically in the main script.
0.2.3
- Add new option **--fast_median** to reduce time and memory usage for large datasets such as the HCP datasets. - Add journal manuscript reference.
0.2.2
- Bugfix: Remove non ascii char in get_distribution for python 2.