-
Notifications
You must be signed in to change notification settings - Fork 191
REL: 1.11.0 #2325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
effigies
wants to merge
14
commits into
master
Choose a base branch
from
rel/1.11.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
REL: 1.11.0 #2325
+603
−169
Conversation
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
=== Do not change lines below ===
{
"chain": [],
"cmd": "tools/make_changelog.py",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [
"src/CHANGES.md"
],
"pwd": "."
}
^^^ Do not change lines above ^^^
=== Do not change lines below ===
{
"chain": [],
"cmd": "uv run tools/add_contributors.py",
"exit": 0,
"extra_inputs": [],
"inputs": [
"tools/new_contributors.tsv"
],
"outputs": [
".tributors",
"CITATION.cff",
".all-contributorsrc"
],
"pwd": "."
}
^^^ Do not change lines above ^^^
=== Do not change lines below ===
{
"chain": [],
"cmd": "make update_contributors",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [
"README.md",
"src/appendices/contributors.md"
],
"pwd": "."
}
^^^ Do not change lines above ^^^
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2325 +/- ##
=======================================
Coverage 82.81% 82.81%
=======================================
Files 22 22
Lines 1693 1693
=======================================
Hits 1402 1402
Misses 291 291 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bclenet
approved these changes
Jan 27, 2026
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.
With the merge of BEPs 20, 38, and 42, it is time for a minor release of BIDS. This begins a 1-week review period, with final release scheduled for Feb 2.
Please take time to review the changes to the standard and raise any concerns in this thread.
Please also note that the PRs in https://github.com/bids-standard/bids-specification/milestone/18 may be merged in the upcoming week unless there are objections.
Other PRs should not be merged into
masterduring this period. Minor issues such as typos may be submitted as PRs against thisrel/1.10.0branch so that reviewers can readily see what changed. If a significant error or inconsistency is found, we will delay this release and start a new review period.