Skip to content

Releases: templateflow/python-client

0.6.0

01 May 17:05

Choose a tag to compare

DOI Pypi

Release Notes

Minor release in preparation of a new CalVer versioning following the lead of fMRIPrep.
This release contains a fair amount of maintenance work to ensure synchronicity with the TemplateFlow Archive (https://github.com/templateflow/templateflow). These maintenance actions drive the development towards establishing a peer-reviewed, lightweight template submission protocol. The release includes an update mechanism, enabling users of the S3-backed mode of operation (default) to update their local Archive structure without reinstalling the client. This feature is enabled by default on import time, to disable it make sure you export TEMPLATEFLOW_AUTOUPDATE=off.
With thanks to Yarik for a datalad-related bug-fix.
With thanks to V. Fonov for contributing with the new tpl-MNI152NLin2009cSym.

CHANGES

  • FIX: Provide path to the dataset as dataset argument (#48)
  • ENH: Run an automatic S3-skeleton update on import by default (#45)
  • ENH: Update the internal index of TemplateFlow (#40)
  • ENH: Automatic generation of template citations (#35)
  • MAINT: Set-up a GitHub action to test installation alternatives (see #23).
  • MAINT: Migrate to setuptools_scm (#42)
  • MAINT: Run black on the whole tree (#41)
  • MAINT: Transfer the burden of keeping the S3-skeleton updated over to the archive (#39)

0.6.0rc2

10 Apr 22:07

Choose a tag to compare

0.6.0rc2 Pre-release
Pre-release
Release Notes
-------------
Minor relase in preparation of a new CalVer versioning
following the lead of *fMRIPrep*.
This release contains a fair amount of maintenance work to
ensure synchronizity with the TemplateFlow archive
(https://github.com/templateflow/templateflow).
These maintenance actions drive the development towards
establishing a peer-reviewed, lightweight template submission
protocol.
With thanks to V. Fonov for contributing the new
``tpl-MNI152NLin2009cSym``.

CHANGES
-------
  * ENH: Update the internal index of *TemplateFlow* (#40)
  * ENH: Automatic generation of template citations (#35)
  * MAINT: Set-up a GitHub action to test installation
    alternatives (see #23).
  * MAINT: Migrate to ``setuptools_scm`` (#42)
  * MAINT: Run black on the whole tree (#41)
  * MAINT: Transfer the burden of keeping skeleton updated
    over to the archive (#39)

0.5.2

21 Mar 02:32

Choose a tag to compare

Release Notes

Patch release in the 0.5 series, adding a soft brain mask for numerical stability in floating-point rounding of atlas-based brain-extraction methods using the MNI152NLin2009cAsym template.

0.5.1

20 Mar 21:40

Choose a tag to compare

A bugfix release for 0.5.0, which was cut before the skeleton could be updated.

0.5.0

20 Mar 21:34

Choose a tag to compare

Release Notes

Minor release including a new rodent template and file fixes for fsaverage and fsLR templates.

CHANGES

  • MAINT: Drop Python 3.5 (#36)

0.5.0rc1

04 Mar 06:43

Choose a tag to compare

0.5.0rc1 Pre-release
Pre-release

Release Notes

Minor release candidate including a new rodent template.

0.4.2

29 Jan 07:32

Choose a tag to compare

Release Notes

Patch release including a bugfix, adding a DataLad pin, and making PyBIDS pin more flexible.

CHANGES

  • MAINT: Update PyBIDS pin and DataLad pin
  • FIX: Density key (#31)

templateflow 0.4.2rc1

25 Nov 21:50

Choose a tag to compare

templateflow 0.4.2rc1 Pre-release
Pre-release
templateflow 0.4.2rc1

0.4.1

23 Jul 01:50
72b5529

Choose a tag to compare

Release notes

First release after a deep revision of the tests and the continuous integration setup.
Also includes minor reliability improvements over the previous release and some bugfixes.

CHANGES

  • MAINT: Testing Automatically update CHANGES after merge (51988f8) (#27)
  • MAINT: Enable code coverage collection (#25)
  • MAINT: Switch to a setup.cfg-style of installation (#24)
  • FIX: Check and update $HOME if needed with every installation (#20)
  • FIX: Do not merge branches into master when pushing back skell (#19)
  • FIX: Commit newly generated S3 skeletons back to repo (#17)
  • FIX: Add extension entity for selection (#16) @effigies

0.4.1rc5

10 Jul 22:12

Choose a tag to compare

0.4.1rc5 Pre-release
Pre-release
fix(deploy): do not merge branches into master when pushing back skell