MNT: Lock test environment, update with dependabot#1134
Merged
effigies merged 9 commits intobids-standard:masterfrom May 24, 2025
Merged
MNT: Lock test environment, update with dependabot#1134effigies merged 9 commits intobids-standard:masterfrom
effigies merged 9 commits intobids-standard:masterfrom
Conversation
Codecov ReportAttention: Patch coverage is
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. 🚀 New features to boost your workflow:
|
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.