Skip to content

MNT: Lock test environment, update with dependabot#1134

Merged
effigies merged 9 commits intobids-standard:masterfrom
effigies:maint/lock
May 24, 2025
Merged

MNT: Lock test environment, update with dependabot#1134
effigies merged 9 commits intobids-standard:masterfrom
effigies:maint/lock

Conversation

@effigies
Copy link
Copy Markdown
Collaborator

To avoid surprise test failures, this adds a lock and sets the test environment runner to use uv sync. Breaking changes upstream should now come in PRs from dependabot.

@codecov
Copy link
Copy Markdown

codecov bot commented May 23, 2025

Codecov Report

Attention: Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.71%. Comparing base (50656a8) to head (4652449).
Report is 10 commits behind head on master.

Files with missing lines Patch % Lines
src/bids/tests/test_cli.py 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1134      +/-   ##
==========================================
- Coverage   89.76%   89.71%   -0.05%     
==========================================
  Files          65       65              
  Lines        7199     7205       +6     
  Branches     1135     1137       +2     
==========================================
+ Hits         6462     6464       +2     
- Misses        538      540       +2     
- Partials      199      201       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@effigies effigies merged commit a6459a0 into bids-standard:master May 24, 2025
28 checks passed
@effigies effigies deleted the maint/lock branch May 24, 2025 14:03
effigies added a commit that referenced this pull request Sep 24, 2025
Version 0.20.0 (September 24, 2025)

New feature release in the 0.20.x series.

This release finalizes some deprecations that were started in the 0.7 and 0.14 series.
In particular, passing indexer arguments to ``BIDSLayout`` and disabling
``absolute_paths`` mode in ``BIDSLayout()`` or ``BIDSLayout.get()`` will now error.
To adjust indexing behavior, create an explicit ``BIDSLayoutIndexer()`` and pass
``BIDSLayout(..., indexer=indexer)``.
To access relative paths, use the ``BIDSFile.relative_path`` property on
``BIDSLayout.get()`` return values.

* FIX: Check for attribute that can be absent before assigning (#1165)
* FIX: Accommodate deprecations in the upcoming Pandas 3 release (#1173)
* FIX: Repaired convolution issue that arises when onset values are repeated (#1133)
* ENH: StatsModels: Add `invalid_inputs` parameter to allow dropping of missing data columns to run nodes (#1145)
* ENH: Add missing root-level path patterns (#1169)
* ENH: Parse ``seg-`` entities from dseg or probseg files (#1172)
* DOC: Update link to derivatives config file (#1132)
* MNT: Address warnings produced by pybids and dependencies (#1136)
* MNT: Lock test environment, update with dependabot (#1134)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant