fix: Check for attribute that can be absent before assigning#1165
Merged
effigies merged 1 commit intobids-standard:masterfrom Sep 23, 2025
Merged
fix: Check for attribute that can be absent before assigning#1165effigies merged 1 commit intobids-standard:masterfrom
effigies merged 1 commit intobids-standard:masterfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1165 +/- ##
==========================================
- Coverage 89.40% 89.39% -0.02%
==========================================
Files 66 66
Lines 7252 7253 +1
Branches 1145 1146 +1
==========================================
Hits 6484 6484
- Misses 559 560 +1
Partials 209 209 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
92607f7 to
4fc91ec
Compare
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.
No description provided.