Skip to content

Releases: AMYPAD/SPM12

Beta version with standalone SPM

15 Feb 14:41
Compare
Choose a tag to compare

To go with the release of AmyPET

spm12 v2.1.0 beta

30 May 19:28
686ef24
Compare
Choose a tag to compare
  • fix matlab.engine.EngineError (#19)
  • 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
  • misc build/test/CI framework updates (#19)
    • migrate setup.{cfg,py} => pyproject.toml
    • ignore matlab.engine PEP440 non-compliance (vis. pypa/setuptools#3772)
    • drop Python<=3.6 support
    • update workflows
    • update pre-commit tests

spm12 v2.0.0 beta

08 Aug 06:34
8857b3d
Compare
Choose a tag to compare
  • fix & update centiloid (#17)
  • add Py3.10, drop Py2.7 support
  • misc framework updates

spm12 v1.1.0 beta

10 Jan 07:52
dfb7dbd
Compare
Choose a tag to compare
  • add centiloid processing: regseg.seg_spm(), regseg.normw_spm() (#16)
  • add utils.spm_dir()
  • misc restructuring
  • misc build framework updates

spm12 v1.0.6 beta

01 Feb 22:29
7bafce0
Compare
Choose a tag to compare
  • replace brainweb => miutil for download & extraction (#12)

spm12 v1.0.5 beta

13 Jan 02:23
b027a18
Compare
Choose a tag to compare
  • 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

spm12 v1.0.4 beta

13 Jan 01:06
d11fb64
Compare
Choose a tag to compare
  • update test framework (#10)
  • add py3.9

spm12 v1.0.3 beta

29 Nov 03:13
931ab4d
Compare
Choose a tag to compare
  • misc framework & test updates (#9)
  • add pre-commit hooks
  • minor build fixes

spm12 v1.0.2 beta

24 Nov 19:13
1bfed89
Compare
Choose a tag to compare
  • use miutil.mlab.get_engine (#8)
  • update documentation
  • update build framework
    • add auto-versioning
    • update dependencies
    • add test coverage reporting

spm12 v1.0.1 alpha

13 Nov 17:40
2bd4fc4
Compare
Choose a tag to compare
  • fix Windows installation