Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

55 lines (34 loc) · 1.67 KB

Changelog

[v0.2.7]

  • 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

[v0.2.6] - 2022-11-04

  • 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.

[v0.2.5] - 2021-03-09

  • Remove nans from the output when using noise maps.
  • Fix the main script regarding the noise maps to 4D conversion.
  • Remove Dockerfile.

[v0.2.4] - 2021-03-09

  • 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.

[v0.2.3] - 2020-06-22

  • Add new option --fast_median to reduce time and memory usage for large datasets such as the HCP datasets.
  • Add journal manuscript reference.

[v0.2.2] - 2020-01-13

  • Bugfix: Remove non ascii char in get_distribution for python 2.

[v0.2.1] - 2019-12-13

  • Bugfix: Use io.open for backward compatibility in python 2.7 for setup.py.

[v0.2] - 2019-12-09

[v0.1] - 2019-05-17

The first release.

To install, download the file and run in your favorite terminal

pip install autodmri-0.1.tar.gz