{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":1235740,"defaultBranch":"main","name":"nilearn","ownerLogin":"nilearn","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-01-09T19:02:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4646912?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716899619.0","currentOid":""},"activityList":{"items":[{"before":"d4eb1a368ccc7cf30a1de1f851adc13c2d6e89a6","after":"34164e7e6aedc9348e4e4a17a0eb1848cde53e37","ref":"refs/heads/main","pushedAt":"2024-06-05T09:11:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"apply black (#4433)","shortMessageHtmlLink":"apply black (#4433)"}},{"before":"1d0cab6309625fc53ec1b9611576fc023997881a","after":"d4eb1a368ccc7cf30a1de1f851adc13c2d6e89a6","ref":"refs/heads/main","pushedAt":"2024-06-04T21:08:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bthirion","name":"bthirion","path":"/bthirion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/234454?s=80&v=4"},"commit":{"message":"Example to demonstrate `copy_header_from` in `math_img` (#4392)\n\n* new copy header example\r\n\r\n* minor typo\r\n\r\n* [full doc] request full build\r\n\r\n* [full doc] request full build\r\n\r\n* why copying headers is important\r\n\r\n* Update examples/06_manipulating_images/plot_copy_headers_math_img.py\r\n\r\nCo-authored-by: bthirion \r\n\r\n* Update examples/06_manipulating_images/plot_copy_headers_math_img.py\r\n\r\nCo-authored-by: bthirion \r\n\r\n* move to advanced examples\r\n\r\n* update changelog\r\n\r\n---------\r\n\r\nCo-authored-by: Remi Gau \r\nCo-authored-by: bthirion ","shortMessageHtmlLink":"Example to demonstrate copy_header_from in math_img (#4392)"}},{"before":"11a4814492ec5a960f1c27ad9e9649e3a49a56bf","after":"1d0cab6309625fc53ec1b9611576fc023997881a","ref":"refs/heads/main","pushedAt":"2024-06-04T11:25:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"man-shu","name":"Himanshu Aggarwal","path":"/man-shu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35485429?s=80&v=4"},"commit":{"message":"Copy input image header to the output by default (#4397)\n\n* copy header by default in crop_img\r\n\r\n* mean_img copy header by default\r\n\r\n* threshold_img copy header by default\r\n\r\n* copy header by default in binarize_img\r\n\r\n* copy header by default in resample_img and reorder_img\r\n\r\n* test crop_img header\r\n\r\n* test for equality of header fields\r\n\r\n* remove unecessary print statement\r\n\r\n* move testing function out of conftest\r\n\r\n* remove from conftest\r\n\r\n* fix utility import\r\n\r\n* fix import in resampling\r\n\r\n* add to changelog\r\n\r\n* remove extra space\r\n\r\n* Add future warning about copying header by default\r\n\r\n* changelog entry\r\n\r\n* add parameter to control header copying\r\n\r\n* update changelog\r\n\r\n* use a helper function to throw the warning\r\n\r\n* set copy header to True in tests\r\n\r\n* forgot updating\r\n\r\n* CI blackify _utils.helpers.py\r\n\r\n* forgot changing docstrings and defaults\r\n\r\n* fix failing test\r\n\r\n* test for warning when copy_header=False\r\n\r\n* switch to copy_header=True in codebase (tests, examples)\r\n\r\n* roll back blackifying surface module\r\n\r\n* missed a updating in a few tests\r\n\r\n* missed a couple of instances\r\n\r\n* update binarize_img api ref example","shortMessageHtmlLink":"Copy input image header to the output by default (#4397)"}},{"before":"503e858e364db82289847a5fac34d47750db695f","after":"11a4814492ec5a960f1c27ad9e9649e3a49a56bf","ref":"refs/heads/main","pushedAt":"2024-06-04T07:31:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"[ENH] Adapt FirstLevelModel to work with surface data objects from new API (#4126)\n\n* Add masker structure\r\n\r\n* Define surfaceimage\r\n\r\n* Update\r\n\r\n* Update docstring\r\n\r\n* Skip niimg checks if surface\r\n\r\n* Fix code breaking tests\r\n\r\n* Add some tests\r\n\r\n* Add more tests\r\n\r\n* Refactor tests\r\n\r\n* Replace parameters for fitted surface masker\r\n\r\n* Add test\r\n\r\n* Remove breakpoint\r\n\r\n* Adapt compute contrast\r\n\r\n* Handle one hemisphere\r\n\r\n* Refactor\r\n\r\n* Resolve surface case for default mask\r\n\r\n* Fix doctsring\r\n\r\n* Added GLM example\r\n\r\n* Remove default arg\r\n\r\n* Fix conflict\r\n\r\n* Formatting\r\n\r\n* Working report with no plots\r\n\r\n* Allow black on example\r\n\r\n* Revert \"Working report with no plots\"\r\n\r\nThis reverts commit 5f80c632fd9755fb5818f375d6f4d8b32d53b39e.\r\n\r\n* NotImplementedError for reports\r\n\r\n* Move test\r\n\r\n* Add test\r\n\r\n* Clarify doctsring\r\n\r\n* Refactor mask application\r\n\r\n* Method name and docstring\r\n\r\n* extract example as experimental\r\n\r\n* move example\r\n\r\n* update bids example\r\n\r\n* clean up\r\n\r\n* adapt fetcher\r\n\r\n* use confounds\r\n\r\n* fix test\r\n\r\n* fix examples\r\n\r\n* refactor\r\n\r\n---------\r\n\r\nCo-authored-by: ymzayek \r\nCo-authored-by: bthirion \r\nCo-authored-by: Remi Gau ","shortMessageHtmlLink":"[ENH] Adapt FirstLevelModel to work with surface data objects from ne…"}},{"before":"28348bb17ece661c3f305f52ddbb30375fda0cb1","after":"503e858e364db82289847a5fac34d47750db695f","ref":"refs/heads/main","pushedAt":"2024-06-03T09:08:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"[ENH] add plotting functions to the experimental surface module (#4235)\n\n* add experimental plotting module\r\n\r\n* basic surface plotting function\r\n\r\nuse \"left\" and \"right\" instead of \"left_hemisphere\" for surface parts\r\n\r\n* add PolyMesh and PolyData classes, data is now stored in their `parts` attribute\r\n\r\nThis allows enforcing the fact that at least one key is present and keys must be\r\nin [\"left\", \"right\"], and exposing the `shape` and `n_vertices` attributes\r\n\r\n* lint\r\n\r\n* plot a single hemisphere and view\r\n\r\n* fix\r\n\r\n* igonre tests for plotting when matplotlib is absent\r\n\r\n---------\r\n\r\nCo-authored-by: Remi Gau ","shortMessageHtmlLink":"[ENH] add plotting functions to the experimental surface module (#4235)"}},{"before":"e384ebc7c5a5a080b476efdb4a9aa8e9af57eff0","after":"28348bb17ece661c3f305f52ddbb30375fda0cb1","ref":"refs/heads/main","pushedAt":"2024-05-31T14:12:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"pacify codepspell (#4430)","shortMessageHtmlLink":"pacify codepspell (#4430)"}},{"before":"dd058589c3c44c806459960038f7b5e0e1b3b2b2","after":"e384ebc7c5a5a080b476efdb4a9aa8e9af57eff0","ref":"refs/heads/main","pushedAt":"2024-05-29T09:15:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"test only on mac os latest (#4424)","shortMessageHtmlLink":"test only on mac os latest (#4424)"}},{"before":"8011c64f44f8387acf83f3143415f4a2c856113d","after":null,"ref":"refs/heads/create-pull-request/patch","pushedAt":"2024-05-28T12:33:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"}},{"before":"17451982190da5a78e070009b2f983dfd54c2c6c","after":"dd058589c3c44c806459960038f7b5e0e1b3b2b2","ref":"refs/heads/main","pushedAt":"2024-05-28T12:33:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"update AUTHORS.rst and doc/changes/names.rst (#4422)\n\nCo-authored-by: man-shu <35485429+man-shu@users.noreply.github.com>","shortMessageHtmlLink":"update AUTHORS.rst and doc/changes/names.rst (#4422)"}},{"before":null,"after":"8011c64f44f8387acf83f3143415f4a2c856113d","ref":"refs/heads/create-pull-request/patch","pushedAt":"2024-05-27T12:25:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"update AUTHORS.rst and doc/changes/names.rst","shortMessageHtmlLink":"update AUTHORS.rst and doc/changes/names.rst"}},{"before":"8295ffaf605fadaac1eb4d3ca712f638c03c9c42","after":"17451982190da5a78e070009b2f983dfd54c2c6c","ref":"refs/heads/main","pushedAt":"2024-05-27T12:24:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"man-shu","name":"Himanshu Aggarwal","path":"/man-shu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35485429?s=80&v=4"},"commit":{"message":"[FIX] Refactor design matrix and contrast formula for the two-sample T-test example (#4407)\n\n* Refactor design matrix and update contrast formula for the two-sample t-test example\r\n\r\n* [FIX] Refactor design matrix and contrast formula for two-sample t-test example\r\n\r\n* Solve rank-deficien design matrix for paired-design\r\n\r\n* Modify the comment in plot_second_level_two_sample_test.py\r\n\r\n* Modified the comment paragraph in plot_second_level_two_sample_test.py\r\n\r\n* formatting fix through tox\r\n\r\n* Add author information and change logs\r\n\r\n* add author information (Sort alphabetically.)\r\n\r\n* add newline at end of file\r\n\r\n* fix label for example\r\n\r\n* add `.py` in the example reference\r\n\r\n---------\r\n\r\nCo-authored-by: Remi Gau \r\nCo-authored-by: Himanshu Aggarwal ","shortMessageHtmlLink":"[FIX] Refactor design matrix and contrast formula for the two-sample …"}},{"before":"2c0452e5267cedabf035569c27753473372e16ea","after":"8295ffaf605fadaac1eb4d3ca712f638c03c9c42","ref":"refs/heads/main","pushedAt":"2024-05-23T10:43:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"man-shu","name":"Himanshu Aggarwal","path":"/man-shu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35485429?s=80&v=4"},"commit":{"message":"[FIX] Raise error if unknown kwargs are given to `first_level_from_bids` (#4414)\n\n* raise error if unknown kwargs are given to first_level_from_bids\r\n\r\n* add changelog entry\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Himanshu Aggarwal \r\n\r\n* Fix failing test\r\n\r\nCo-authored-by: Himanshu Aggarwal \r\n\r\n* fix line too long\r\n\r\n* run pre-commit\r\n\r\n---------\r\n\r\nCo-authored-by: Himanshu Aggarwal ","shortMessageHtmlLink":"[FIX] Raise error if unknown kwargs are given to `first_level_from_bi…"}},{"before":"f05cb9b6dd373d52b31411b7b66ce7b557cb3576","after":null,"ref":"refs/heads/create-pull-request/patch","pushedAt":"2024-05-22T10:51:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"man-shu","name":"Himanshu Aggarwal","path":"/man-shu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35485429?s=80&v=4"}},{"before":"cbbde2d9dbe36d199001941c4b4daaaed0ffeaf8","after":"2c0452e5267cedabf035569c27753473372e16ea","ref":"refs/heads/main","pushedAt":"2024-05-22T10:51:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"man-shu","name":"Himanshu Aggarwal","path":"/man-shu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35485429?s=80&v=4"},"commit":{"message":"update AUTHORS.rst and doc/changes/names.rst (#4418)\n\nCo-authored-by: man-shu <35485429+man-shu@users.noreply.github.com>","shortMessageHtmlLink":"update AUTHORS.rst and doc/changes/names.rst (#4418)"}},{"before":null,"after":"f05cb9b6dd373d52b31411b7b66ce7b557cb3576","ref":"refs/heads/create-pull-request/patch","pushedAt":"2024-05-21T18:17:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"update AUTHORS.rst and doc/changes/names.rst","shortMessageHtmlLink":"update AUTHORS.rst and doc/changes/names.rst"}},{"before":"9745e426b9b2ce78bceb675f1f80c5b4c7ecdd22","after":"cbbde2d9dbe36d199001941c4b4daaaed0ffeaf8","ref":"refs/heads/main","pushedAt":"2024-05-21T18:17:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"man-shu","name":"Himanshu Aggarwal","path":"/man-shu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35485429?s=80&v=4"},"commit":{"message":"add width input to view_img() (#4416)\n\n* add width input to view_img()\r\n\r\n* formatting\r\n\r\n* style guide corrections\r\n\r\n* style guide correction\r\n\r\n* Update html_stat_map.py\r\n\r\ndelete commented width\r\n\r\n* add citation and edit change log\r\n\r\n* update latest.rst\r\n\r\nJust a couple changes:\r\n- `view_img` can be directly imported from `nilearn.plotting` (no need to reference `html_stat_map`\r\n- this is probably better suited as an Enhancement in the API\r\n\r\n* remove extra empty at the end of latest.rst\r\n\r\n---------\r\n\r\nCo-authored-by: Himanshu Aggarwal ","shortMessageHtmlLink":"add width input to view_img() (#4416)"}},{"before":"c1d336b05cc43f0651b3ce091249aca47d84bc93","after":null,"ref":"refs/heads/fix/4415","pushedAt":"2024-05-21T14:08:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"man-shu","name":"Himanshu Aggarwal","path":"/man-shu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35485429?s=80&v=4"}},{"before":null,"after":"c1d336b05cc43f0651b3ce091249aca47d84bc93","ref":"refs/heads/fix/4415","pushedAt":"2024-05-21T14:01:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"man-shu","name":"Himanshu Aggarwal","path":"/man-shu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35485429?s=80&v=4"},"commit":{"message":"remove empty line","shortMessageHtmlLink":"remove empty line"}},{"before":"7a68dab3680c9f46f862dd8b3a74842c565755db","after":"9745e426b9b2ce78bceb675f1f80c5b4c7ecdd22","ref":"refs/heads/main","pushedAt":"2024-05-15T07:13:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"man-shu","name":"Himanshu Aggarwal","path":"/man-shu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35485429?s=80&v=4"},"commit":{"message":"FIX failing `load_confound` test related to standardisation (#4411)\n\n* ADD linear trend to the simulated image\r\n\r\n* add latest entry","shortMessageHtmlLink":"FIX failing load_confound test related to standardisation (#4411)"}},{"before":"819cd24f0018ed214474c3a44631e3d465a828c0","after":"7a68dab3680c9f46f862dd8b3a74842c565755db","ref":"refs/heads/main","pushedAt":"2024-05-08T18:48:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"[DOC] Fix typos found by codespell (#4410)\n\n* [DOC] Fix typos found by codespell\r\n\r\n* tweak codespell config\r\n\r\n---------\r\n\r\nCo-authored-by: Remi Gau ","shortMessageHtmlLink":"[DOC] Fix typos found by codespell (#4410)"}},{"before":"44616e8a6f81303b80a4e32c78577117cbf74b6a","after":"819cd24f0018ed214474c3a44631e3d465a828c0","ref":"refs/heads/main","pushedAt":"2024-04-30T11:12:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"[MAINT] test on several macos versions (#4405)\n\n* test on several macos versions\r\n\r\n* downgrade to macos13","shortMessageHtmlLink":"[MAINT] test on several macos versions (#4405)"}},{"before":"76b482b05415fe9875d9e280da20b7ba3d2c810f","after":"44616e8a6f81303b80a4e32c78577117cbf74b6a","ref":"refs/heads/main","pushedAt":"2024-04-30T11:11:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"[REF] refactor style checks in CI (#4406)\n\n* refactor style checks in CI\r\n\r\n* update doc\r\n\r\n* misc\r\n\r\n* fix\r\n\r\n* ref","shortMessageHtmlLink":"[REF] refactor style checks in CI (#4406)"}},{"before":"d2ddfb9a2d1fbf641574d42f3fb3fd7f8375f733","after":"76b482b05415fe9875d9e280da20b7ba3d2c810f","ref":"refs/heads/main","pushedAt":"2024-04-26T08:00:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"[MAINT] Update circle-ci trigger-hosting (#4402)\n\n* [MAINT] Update trigger-hosting.yml\r\n\r\n* redirect artifact\r\n\r\n* [DATALAD] Recorded changes\r\n\r\n* [DATALAD] Recorded changes\r\n\r\n* [DATALAD] Recorded changes\r\n\r\n* test triggering with another workflow\r\n\r\n* let us try hard coding\r\n\r\n* dump context\r\n\r\n* test via doc\r\n\r\n* clean up\r\n\r\n* try with head ref\r\n\r\n* try redirect artifacts\r\n\r\n* reuse branch\r\n\r\n* try with action\r\n\r\n* revert to pinging API\r\n\r\n* Update .github/workflows/build-docs.yml\r\n\r\nCo-authored-by: bthirion \r\n\r\n---------\r\n\r\nCo-authored-by: bthirion ","shortMessageHtmlLink":"[MAINT] Update circle-ci trigger-hosting (#4402)"}},{"before":"8ed172ecb51cf511d31706edf1f40646722b8908","after":null,"ref":"refs/heads/Remi-Gau-patch-1","pushedAt":"2024-04-26T08:00:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"}},{"before":"01d7b29715304e53f58c046ef304ea326ed8a3c0","after":"8ed172ecb51cf511d31706edf1f40646722b8908","ref":"refs/heads/Remi-Gau-patch-1","pushedAt":"2024-04-26T06:28:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"Update .github/workflows/build-docs.yml\n\nCo-authored-by: bthirion ","shortMessageHtmlLink":"Update .github/workflows/build-docs.yml"}},{"before":"d252a51ecb872cde8e69a1e26e347e3c09a1527d","after":"01d7b29715304e53f58c046ef304ea326ed8a3c0","ref":"refs/heads/Remi-Gau-patch-1","pushedAt":"2024-04-25T21:27:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"revert to pinging API","shortMessageHtmlLink":"revert to pinging API"}},{"before":"170e740ecdff2e446d39ba659af1556effda3f9c","after":"d252a51ecb872cde8e69a1e26e347e3c09a1527d","ref":"refs/heads/Remi-Gau-patch-1","pushedAt":"2024-04-25T21:05:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"try with action","shortMessageHtmlLink":"try with action"}},{"before":"6dedc93ac785fa4bcd6ed63da2cdcda9808377c3","after":"170e740ecdff2e446d39ba659af1556effda3f9c","ref":"refs/heads/Remi-Gau-patch-1","pushedAt":"2024-04-25T20:48:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"reuse branch","shortMessageHtmlLink":"reuse branch"}},{"before":"059a35ee57f1906a491bb784319c2582e0541fe5","after":"6dedc93ac785fa4bcd6ed63da2cdcda9808377c3","ref":"refs/heads/Remi-Gau-patch-1","pushedAt":"2024-04-25T17:01:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"try redirect artifacts","shortMessageHtmlLink":"try redirect artifacts"}},{"before":"423af2d2f0d1c126c11509da9f3018e7201de31e","after":"059a35ee57f1906a491bb784319c2582e0541fe5","ref":"refs/heads/Remi-Gau-patch-1","pushedAt":"2024-04-25T16:36:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Remi-Gau","name":"Remi Gau","path":"/Remi-Gau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6961185?s=80&v=4"},"commit":{"message":"try with head ref","shortMessageHtmlLink":"try with head ref"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXObunQA","startCursor":null,"endCursor":null}},"title":"Activity · nilearn/nilearn"}