Recent Releases of https://github.com/amypad/spm12

https://github.com/amypad/spm12 - Beta version with standalone SPM

To go with the release of AmyPET

- Python
Published by pjmark about 2 years ago

https://github.com/amypad/spm12 - spm12 v2.1.0 beta

  • fix matlab.engine.EngineError (#19)
    • bump miutil.mlab dependency (https://github.com/AMYPAD/miutil/pull/32)
  • add spm_dir_eng (#18)
  • replace pkg_resources => importlib.resources
  • minor bug fixes
    • SPM normalisation: change vox size definition
    • fix matlab.double array bug
  • misc code tidy & linting
    • replace black => yapf
    • fix badges (https://github.com/badges/shields/issues/8671)
  • misc build/test/CI framework updates (#19)
    • migrate setup.{cfg,py} => pyproject.toml
    • ignore matlab.engine PEP440 non-compliance (vis. https://github.com/pypa/setuptools/issues/3772)
    • drop Python<=3.6 support
    • update workflows
    • update pre-commit tests

- Python
Published by github-actions[bot] over 2 years ago

https://github.com/amypad/spm12 - spm12 v2.0.0 beta

  • fix & update centiloid (#17)
  • add Py3.10, drop Py2.7 support
  • misc framework updates

- Python
Published by amypad-bot over 3 years ago

https://github.com/amypad/spm12 - spm12 v1.1.0 beta

  • add centiloid processing: regseg.seg_spm(), regseg.normw_spm() (#16)
  • add utils.spm_dir()
  • misc restructuring
  • misc build framework updates

- Python
Published by amypad-bot about 4 years ago

https://github.com/amypad/spm12 - spm12 v1.0.6 beta

  • replace brainweb => miutil for download & extraction (#12)

- Python
Published by amypad-bot about 5 years ago

https://github.com/amypad/spm12 - spm12 v1.0.5 beta

  • update tests (#11)
    • fix tolerances
    • fix matlab not found
    • use fixtures
    • automate data download
  • tests & build: misc framework updates (#11)
    • skip devel PRs
    • drop py3.5
    • fix py2.7

- Python
Published by amypad-bot about 5 years ago

https://github.com/amypad/spm12 - spm12 v1.0.4 beta

  • update test framework (#10)
  • add py3.9

- Python
Published by amypad-bot about 5 years ago

https://github.com/amypad/spm12 - spm12 v1.0.3 beta

  • misc framework & test updates (#9)
  • add pre-commit hooks
  • minor build fixes

- Python
Published by amypad-bot about 5 years ago

https://github.com/amypad/spm12 - spm12 v1.0.2 beta

  • use miutil.mlab.get_engine (#8)
  • update documentation
  • update build framework
    • add auto-versioning
    • update dependencies
    • add test coverage reporting

- Python
Published by amypad-bot over 5 years ago

https://github.com/amypad/spm12 - spm12 v1.0.1 alpha

  • fix Windows installation

- Python
Published by casperdcl over 5 years ago

https://github.com/amypad/spm12 - spm12 v1.0.0 alpha

First Release :tada:

  • get_matlab() automatically finds and installs matlab.engine
    • supports multiple environments (conda/virtualenv/home)
    • re-uses engines across different function calls
    • can specify custom engine names
  • ensure_spm() automatically downloads and adds SPM12 to matlab.engine's path
  • provide coreg_spm() and resample_spm() convenience functions; more to come!

- Python
Published by casperdcl over 5 years ago