Skip to content

Tags: templateflow/python-client

Tags

24.2.2

Toggle 24.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
oesteban Oscar Esteban
24.2.2 (September 14, 2024)

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)

24.2.1

Toggle 24.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
oesteban Oscar Esteban
24.2.1 (September 14, 2024)

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)

24.2.0

Toggle 24.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
oesteban Oscar Esteban
24.2.0

Release notes
-------------
Minor release including a new command line interface for the Client.

CHANGES
-------

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

24.1.0

Toggle 24.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
oesteban Oscar Esteban
24.1.0

Release Notes
-------------
Minor relase updating *PyBIDS*'s configuration to enable new entities
that allow the selection of recently added *FreeSurfer*'s surface
parcellations in
`templateflow/tpl-fsaverage#5
<https://github.com/templateflow/tpl-fsaverage/pull/5>`__.

CHANGES
-------

* ENH: Add `seg-<label>` and `scale-<number>` entities (#114)

24.0.0

Toggle 24.0.0's commit message
24.0.0 (March 4, 2024)

Minor release to update skeleton to include recently added templates.

* CI: Add manual trigger, bump action versions (#113)

23.1.0

Toggle 23.1.0's commit message
23.1.0 (October 12, 2023)

Minor release including support for Python 3.12.

Python 3.7 support has been removed.

* FIX: Use Path.as_posix() and f-strings to build correct URLs on Windows (#107)
* MNT: Python 3.12 support, drop Python 3.7 and pkg_resources (#109)

23.0.0

Toggle 23.0.0's commit message
23.0.0 (February 2, 2023)

Minor release including additional API features and an updated skeleton.

* 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)

0.8.1

Toggle 0.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
oesteban Oscar Esteban
0.8.1

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

0.8.0

Toggle 0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
oesteban Oscar Esteban
0.8.0

Release Notes
-------------
Minor release including the feedback received through peer-review of the preprint.
Please note that this release is supported by Python +3.7.

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

0.7.2

Toggle 0.7.2's commit message
0.7.2 (November 16, 2021)

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

 * 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)