-
Notifications
You must be signed in to change notification settings - Fork 6
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
[ENH] add minutes december 2024 #45
Open
Remi-Gau
wants to merge
1
commit into
nilearn:main
Choose a base branch
from
Remi-Gau:main
base: main
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
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Agenda | ||
|
||
## News/TODO | ||
|
||
- 0.11 / Surface API out :tada: !! | ||
- 0.11.1 should be done soon (when?) because of: | ||
- [#4904](https://github.com/nilearn/nilearn/issues/4904): `SurfaceMasker cannot fit or transform list of 1D SurfaceImage` | ||
- [#4922](https://github.com/nilearn/nilearn/issues/4922): `errors when loading filepaths with forward slashes` | ||
- not caught by our tests... to be added | ||
- release could take place next week | ||
- [Nilearn on Bluesky](https://bsky.app/profile/nilearn.bsky.social), start posting about drop-in hours | ||
- [Himanshu] Abstract for OHBM deadline: Tuesday, December 17, 2024 | ||
- **report for CZI**: [ACTION][Rémi] will do it | ||
|
||
## PRs | ||
|
||
[List of PR needing review](https://github.com/nilearn/nilearn/pulls?q=is%3Apr+is%3Aopen+label%3A%22Review+required%22) | ||
- mostly good, just an old one remaining: | ||
- [#4287](https://github.com/nilearn/nilearn/pull/4287) - `[DOC] Add comparison of meaning differences of GLM between different libraries` | ||
- already good enough? | ||
|
||
## Issues | ||
|
||
### Other | ||
|
||
- [#4885](https://github.com/nilearn/nilearn/issues/4885) - `[ENH] Add function to compute framewise displacement` | ||
- concerns preprocessing and that is out-of-scope for nilearn | ||
- [ACTION][Bertrand] to close issue | ||
- [#4760](https://github.com/nilearn/nilearn/issues/4760) - `use pre-commit CI to run checks and update hooks` | ||
- [Rémi] remove autofix in CI | ||
- [#4739](https://github.com/nilearn/nilearn/issues/4739) - `Remove line-length = 79` | ||
- [ACTION][Rémi] to close issue | ||
- [#4525](https://github.com/nilearn/nilearn/issues/4525) - `[ENH] Include "goodness of fit" image in GLM reports ?` | ||
- [#4811](https://github.com/nilearn/nilearn/issues/4811) `[ENH] avoid loading whole nifti-like image data when extracting time-series within a mask` | ||
- 2 issues | ||
- the issue of having label maskers return non aggregated data has come before: we probably do not want to change this behavior | ||
- probably we should have an example of doing this | ||
- have an example on how to optimize when one has "large images" | ||
- further optimization may require to push people towards other options (use numpy) | ||
- need better doc / examples | ||
|
||
### Surface | ||
|
||
- [#4879](https://github.com/nilearn/nilearn/issues/4879) - `Make some surface 'utility functions' public` | ||
- move them under nilearn.surface but as private | ||
- naming should be closer to nilearn.image | ||
- and revisit later | ||
- [#4878](https://github.com/nilearn/nilearn/issues/4878) - `[ENH] add max and min property to PolyData and SurfaceImage` | ||
- [Himanshu] make it easy to access data | ||
- more generally [Surface roadmap](https://github.com/nilearn/nilearn/issues/4889) | ||
|
||
### 0.11.2 roadmap | ||
|
||
- See ['meta' issue](https://github.com/nilearn/nilearn/issues/4890) | ||
|
||
## Set time next meeting | ||
|
||
- January Tuesday 14th at 4pm Paris time |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC ?