Skip to content

Commit 64d0c3a

Browse files
authored
Merge pull request nilearn#36 from bthirion/main
Added summaries for feb and march
2 parents 656545a + b1233c6 commit 64d0c3a

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed

meeting_notes/2024/13_02_2024.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
General points
2+
--------------
3+
4+
- Introduction of Himanshu
5+
- TODO: Rémi to help with on-boarding
6+
7+
- What actions to undertake with the wide community:
8+
- coding sprint, brainhack ?
9+
- Before/after OHBM ?
10+
- or another conference ?
11+
- brainhack in October
12+
- OHBM in June in Seoul, but only few people attend ; maybe a hackathon before
13+
- make it a docathon ? Reaching experts of Nilearn topics
14+
- EMD : @Remi probably worth checking with @JB to make sure he didn't have any events planned to use that CZI allocation for events ; I think that resets in June
15+
16+
17+
- Bug fix release at the end of the month?
18+
- **Needs review:** https://github.com/nilearn/nilearn/pull/4256
19+
- **Relates to:** https://github.com/neurostuff/NiMARE/actions/runs/7749170814/job/21133189716
20+
- (Tangentially-related issue: https://github.com/neurostuff/NiMARE/issues/872)
21+
22+
- Technical discussions
23+
- surface module:
24+
- meta-issue: [4027](https://github.com/nilearn/nilearn/issues/4027)
25+
- [plotting and design choices: 4235](https://github.com/nilearn/nilearn/pull/4235): Blocker
26+
- Implement GLM report: Blocked by 4235; Blocker for 4126
27+
- [GLM: 4126](https://github.com/nilearn/nilearn/pull/4126)
28+
- [decoding: 4205](https://github.com/nilearn/nilearn/pull/4205)
29+
- [Move API: 4229](https://github.com/nilearn/nilearn/pull/4229)
30+
File renamed without changes.

meeting_notes/2024/26_03_2024.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
### Agenda
2+
3+
### Meeting with niivue
4+
5+
- Chris Rorden
6+
7+
- link to slides : https://docs.google.com/presentation/d/1pWVk53cofExuT4mF1qffaZflIu3kP5pIkfd_hxRaG5o/edit?usp=sharing
8+
9+
Related issues / PR:
10+
11+
- https://github.com/nilearn/nilearn/issues/3451
12+
- https://github.com/nilearn/nilearn/pull/3729
13+
- https://github.com/nilearn/nilearn/pull/4235
14+
15+
---
16+
17+
- Assumptions on file formats?
18+
19+
- https://github.com/niivue/niivue?tab=readme-ov-file#supported-formats
20+
- try to support format used by for most of the big tools
21+
- connectome is the only format where new formats have had to be created
22+
23+
- work to be done on the niivue front to polish python even more to make it easier for nilearn users (but also the python community as a whole).
24+
25+
- next steps:
26+
- support directly for the new nilearn object for surfaces?
27+
- integrate niivue engine first and then expand to the new nilearn objects?
28+
29+
- Passing objects to niivue should probably be done by at least an intermediate step where objects are "saved on disk". Would help decouple our surface object representation from the their plotting.
30+
31+
- JS API is fairly stable as it is used by several big tools who want to keep the API stable.
32+
33+
- ACTION: plan a meeting to go through [#3729](https://github.com/nilearn/nilearn/pull/3729) with Alexis, Himanshu, Remi and people from the niivue team to improve python interface API.
34+
35+
#### 0.10.4 release
36+
37+
Bug fix release "only".
38+
Was supposed to be for a couple of bugs due to 0.10.3, but has been delayed from end of February because new bug reports have been coming in (not all from 0.10.3).
39+
40+
- 0.10.4 Release at the end of the month (for sure this time)
41+
42+
- fix CI errors for numpy2 compatibility and other workflows that fail
43+
- https://github.com/nilearn/nilearn/issues/4309
44+
- https://github.com/numpy/numpy/issues/24300
45+
46+
- Need to bring back in dev meetings:
47+
- issue prioritizing
48+

0 commit comments

Comments
 (0)