Releases: templateflow/python-client
24.2.2
24.2.0
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
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
Full Changelog: 24.0.0...24.1.0
24.0.0
23.1.0
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
- @mfschmidt made their first contribution in #107
Full Changelog: 23.0.0...23.1.0
23.0.0
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
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
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
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
0.7.1
Release Notes
Minor release with improvements to the template fetching experience.
With thanks to Lea Waller for the contribution.