Skip to content

Releases: templateflow/python-client

24.2.2

14 Sep 07:57
24.2.2
c3d3a5d
Compare
Choose a tag to compare

Release Notes

Patch release containing one bugfix and updating the default skeleton.

CHANGES

  • FIX: Avoid directory clobber during zip extraction (#131)
  • MAINT: Overdue updates and revision of CircleCI (#136)

Full Changelog: 24.2.0...24.2.2

24.2.0

18 Mar 13:15
24.2.0
f7c0830
Compare
Choose a tag to compare

What's Changed

  • MAINT: Finalize migration of package build to PEP517/8 by @oesteban in #117
  • MAINT: Run ruff and address some issues by @oesteban in #119
  • MAINT: Migrate to hatchling packaging by @oesteban in #120
  • MAINT: Add license header in all Python files by @oesteban in #122
  • ENH: Add a command line interface by @oesteban in #123
  • MAINT: Revise code style according to ruff by @oesteban in #124
  • FIX: Generate a requirements file with test dependencies by @oesteban in #125
  • MAINT: Add codespell and make it fix some typos by @yarikoptic in #121
  • MAINT: Revise failing Pypi deployment and twine check by @oesteban in #127
  • MAINT: Update datalad pinned version by @oesteban in #128

Full Changelog: 24.1.0...24.2.0

24.1.0

15 Mar 10:48
24.1.0
5a17078
Compare
Choose a tag to compare

Release Notes

This is a minor release updating PyBIDS's configuration to enable new entities that allow the selection of recently added FreeSurfer's surface parcellations added with templateflow/tpl-fsaverage#5.

What's Changed

  • ENH: Add seg-<label> and scale-<number> entities by @oesteban in #114

Full Changelog: 24.0.0...24.1.0

24.0.0

15 Mar 10:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 23.1.0...24.0.0

23.1.0

03 Nov 19:23
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)