Skip to content

Releases: samuelstjean/autodmri

[v0.2.7] - 2024-01-22

22 Jan 17:34
ebf3578
Compare
Choose a tag to compare
  • 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

04 Nov 14:14
026490a
Compare
Choose a tag to compare
  • 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] - 2020-03-09

10 Mar 07:09
4e67d74
Compare
Choose a tag to compare
  • 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] - 2020-03-09

09 Mar 10:38
Compare
Choose a tag to compare
  • 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

22 Jun 17:51
fa9c6fd
Compare
Choose a tag to compare
  • 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

13 Jan 11:10
Compare
Choose a tag to compare
  • Bugfix: Remove non ascii char in get_distribution for python 2.

[v0.2.1] - 2019-12-13

13 Dec 09:53
b826a4e
Compare
Choose a tag to compare
  • Bugfix: Use io.open for backward compatibility in python 2.7 for setup.py.

[v0.2] - 2019-12-09

09 Dec 10:47
6936b17
Compare
Choose a tag to compare

First release - 2019-07-17

17 Jul 08:56
Compare
Choose a tag to compare

The first release.

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

pip install autodmri-0.1.tar.gz