Skip to content

Releases: templateflow/python-client

23.1.0

03 Nov 19:23

Choose a tag to compare

What's Changed

  • MNT: Python 3.12 support, drop Python 3.7 and pkg_resources by @effigies in #109
  • FIX: Use Path.as_posix() and f-strinigs to build correct URLs on Windows by @mfschmidt in #107

New Contributors

Full Changelog: 23.0.0...23.1.0

23.0.0

02 Feb 20:54
1c81342

Choose a tag to compare

DOI

Release Notes

Minor release including additional API features and an updated skeleton. With this version, we switch to calendar versioning.

Changes

  • FIX: Preempt BIDSLayout from indexing dot-folders (#99)
  • ENH: Make sure existing layout.get_* are not bubbled in (#102)
  • ENH: Allow access to PyBIDS' magic get_* (#101)
  • ENH: Add an api.ls() function to list (without getting) files (#97)
  • MAINT: Discontinue legacy docker runners of CircleCI (#104)
  • MAINT: Rotate CircleCI secrets and setup up org-level context (#103)
  • MAINT: Fix docs build environment in CircleCI (#96)

Full Changelog: 0.8.1...23.0.0

0.8.1

07 May 15:54
0.8.1

Choose a tag to compare

Patch release updating the S3 skeleton to include the fixed version of tpl-MouseIn.

Full Changelog: 0.8.0...0.8.1

0.8.0

31 Mar 12:58
0.8.0
c553958

Choose a tag to compare

What's Changed

  • FIX: Normalize extensions for leading dot & update doctests to new resources by @oesteban in #92
  • MAINT: Drop Python 3.6 by @oesteban in #93
  • ENH: Add a wipe() utility to clear up the cache by @oesteban in #91
  • DOC: Update notebooks submodule by @oesteban in #94

Full Changelog: 0.7.2...0.8.0

0.7.2

18 Nov 14:51

Choose a tag to compare

Release Notes

Minor release with a substantially documentation update, as well as usage improvements.
Additionally, new surface meshes were added for the fsLR template.

Changes

  • DOC: Substantial update and re-structuring to the documentation (#77) (#79)
  • FIX: layout is None when PyBIDS not correctly installed (#72)
  • FIX: Drop doi2bib and query doi.org directly (#76)
  • MAINT: Pin setuptools >=45, new dependency as of setuptools_scm>=6.0.1 (#73)

0.7.1

09 Dec 17:21

Choose a tag to compare

Release Notes

Minor release with improvements to the template fetching experience.
With thanks to Lea Waller for the contribution.

Changes

  • FIX: Use BIDSLayoutIndexer when initiating BIDSLayout (#61)
  • FIX: Display correct units when downloading templates (#63)
  • FIX: GitHub Actions build (#64)
  • ENH: Add option to raise exception on empty get queries (#57)
  • ENH: Ensure templates layout is re-indexed when updated (#59)

0.7.0

17 Nov 21:20
921513d

Choose a tag to compare

-- Redacted --

0.6.3

12 Aug 12:56

Choose a tag to compare

Release Notes

Patch release including an updated PyBIDS configuration file for the PyBIDS 0.11.x series.

CHANGES

  • FIX: Include leading dots in extensions (#56)

0.6.2

09 May 21:42

Choose a tag to compare

Release Notes

Patch release including some minimal improvements to package building and CI.

CHANGES

  • MAINT: Some additional distribution improvements (#51)

0.6.1

09 May 21:41

Choose a tag to compare

Release Notes

Patch release to generate and distribute wheels.

CHANGES

  • MAINT: Run black (#50)
  • MAINT: Distribute wheel + Revise CI framework (#49)