Skip to content

WMA v0.4.0

Latest
Compare
Choose a tag to compare
@jhlegarreta jhlegarreta released this 13 Dec 22:19
· 6 commits to master since this release
62c7673

WMA v0.4.0: release all recent enhancements and bug fixes.

Tested against Python versions 3.8, 3.9, 3.10 and 3.11.

Summary of changes:

  • Fix transform hardening for 3D Slicer so that the appropriate
    orientation (RAS vs LPS) is used for fiber bundles.
  • Avoid random sampling at registration to enable reproducible results
    across runs.
  • Fix packaging issues for compliance with PyPI and improve packaging.
  • List the dependencies in a dedicated requirements file.
  • Allow the atlas version to be specified at download.
  • Build the bundle list dynamically depending on the atlas version.
  • Add documentation infrastructure.
  • Miscellaneous enhancements and fixes.

Likely the last release before transitioning to pyproject.toml as the
configuration file for packaging and compatibility with Python 3.12.

What's Changed

New Contributors

Full Changelog: https://github.com/SlicerDMRI/whitematteranalysis/commits/v0.4.0