-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix merge conflicts #2
Commits on Apr 27, 2023
-
* update changelog version * Fix some changelog entries * Rename changelog file for release * Add badges * Add release month * Remove dev tag in directives * Fix sphinx docstring userwarning * [full doc] Request full build
Configuration menu - View commit details
-
Copy full SHA for 3214944 - Browse repository at this point
Copy the full SHA 3214944View commit details
Commits on Apr 28, 2023
-
Post release 0.10.1 (nilearn#3730)
* new changelog * Fix underline * Update release instructions
Configuration menu - View commit details
-
Copy full SHA for 581ce42 - Browse repository at this point
Copy the full SHA 581ce42View commit details -
[MAINT] Format nilearn/plotting: apply isort and fix flake8 errors (n…
…ilearn#3648) * apply isort * apply isort * apply pyupgrade * flake8 fix * [DATALAD] Recorded changes * [DATALAD] Recorded changes * [DATALAD] Recorded changes * fix typos * fix fixtures * rename fixture * Update nilearn/plotting/html_stat_map.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Update nilearn/plotting/img_plotting.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Update nilearn/plotting/surf_plotting.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Update nilearn/plotting/img_plotting.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * [DATALAD] Recorded changes * [DATALAD] Recorded changes * lint * fix test * fix tests * fix isort * fix catch * move fixtures * revert cfg change * isort * isort * rm old imports * merge lines * try skipping fixture import if matplotlib is missing * keep all fixtures in conftest.py * stringify parameters in error message --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1158167 - Browse repository at this point
Copy the full SHA 1158167View commit details
Commits on May 1, 2023
-
pre-commit hooks auto-update (nilearn#3731)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3edbbb8 - Browse repository at this point
Copy the full SHA 3edbbb8View commit details
Commits on May 10, 2023
-
pre-commit hooks auto-update (nilearn#3734)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 70450b5 - Browse repository at this point
Copy the full SHA 70450b5View commit details
Commits on May 24, 2023
-
[FIX] Missing values in
Decoder.cv_params_
whenparam_grid
is a l……ist of dicts with different keys (nilearn#3733) * add failing test * fill in missing param_grid entries in _parallel_fit * fix formatting * add entry to changelog
Configuration menu - View commit details
-
Copy full SHA for 35ccaba - Browse repository at this point
Copy the full SHA 35ccabaView commit details -
Correcting typo in the "load_confounds_strategy" function (srubbing -…
…-> scrubbing) (nilearn#3738)
Configuration menu - View commit details
-
Copy full SHA for 6085633 - Browse repository at this point
Copy the full SHA 6085633View commit details
Commits on Jun 6, 2023
-
[DOC] Fix broken doc build (nilearn#3744)
* [full doc] Fix indent * [full doc] Request full build
Configuration menu - View commit details
-
Copy full SHA for 7e7e1b6 - Browse repository at this point
Copy the full SHA 7e7e1b6View commit details -
[MAINT] Clean up remaining files from deprecated datasets (
cobre
, `……nyu`) (nilearn#3743) * remove cobre and nyu datasets * remove unused NYU dataset references * remove nyu_rest from archive_contents * add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 8db2075 - Browse repository at this point
Copy the full SHA 8db2075View commit details
Commits on Jun 7, 2023
-
[ENH] Use LogisticRegressionCV instead of LogisticRegression to impro…
…ve Decoder performance (nilearn#3736) * replace LogisticRegression with LogisticRegressionCV * update tests for LogisticRegressionCV * update docstring to use LogisticRegressionCV * fix bad links for SVC * update formatting * add changelog entry * add a comment to clarify how default Cs are chosen * replace "C" with "Cs" in param_grid with warning
Configuration menu - View commit details
-
Copy full SHA for db5a727 - Browse repository at this point
Copy the full SHA db5a727View commit details
Commits on Jun 9, 2023
-
[FIX] Fix tests failing due to deprecations in pre-release dependenci…
…es (nilearn#3746) * Fix test in test_html_report * Fix other test in test_html_report * Remove raise warning since already tested * Fix clipping * Clarify if statement * Improve if statement
Configuration menu - View commit details
-
Copy full SHA for 2d3f10c - Browse repository at this point
Copy the full SHA 2d3f10cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be86fbe - Browse repository at this point
Copy the full SHA be86fbeView commit details
Commits on Jun 12, 2023
-
pre-commit hooks auto-update (nilearn#3748)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c93e89a - Browse repository at this point
Copy the full SHA c93e89aView commit details -
add more info to adhd example (nilearn#3739)
* add more info to adhd example * reformat with black * change figsize * Update examples/04_glm_first_level/plot_adhd_dmn.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> --------- Co-authored-by: Remi Gau <remi_gau@hotmail.com> Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b576d9f - Browse repository at this point
Copy the full SHA b576d9fView commit details -
[MAINT] improve test coverage BaseMasker (nilearn#3721)
* improve coverage base masker * isort * lfkae8
Configuration menu - View commit details
-
Copy full SHA for 442133d - Browse repository at this point
Copy the full SHA 442133dView commit details
Commits on Jun 13, 2023
-
[MAINT] refactor nilearn/maskers (sourcery, f-strings) (nilearn#3685)
* refactor * pep8 * Apply suggestions from code review Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 37333f4 - Browse repository at this point
Copy the full SHA 37333f4View commit details -
[MAINT] avoid creating files during testing: test_infer_effect_maps (n…
…ilearn#3716) * break test * add monkey patch * flake8 fixes * failing test as the monkeypath version of it works * rm 'created during testing in gitignore' * rm bids_dataset
Configuration menu - View commit details
-
Copy full SHA for 7639219 - Browse repository at this point
Copy the full SHA 7639219View commit details -
[MAINT] Catch warnings as errors on partial doc builds (nilearn#3749)
* Suppress image not readable * Make dummy images * Warnings as errors on partial builds
Configuration menu - View commit details
-
Copy full SHA for 24055ec - Browse repository at this point
Copy the full SHA 24055ecView commit details -
[FIX] force ordered output of
_sanitize_reorder
to match regex in t……est (nilearn#3751) * use list as order matters * simplify regex * use list * prettify error message
Configuration menu - View commit details
-
Copy full SHA for 2e9344d - Browse repository at this point
Copy the full SHA 2e9344dView commit details
Commits on Jun 14, 2023
-
[MAINT] run isort and flake8 on the whole nilearn code base in CI (ni…
…learn#3651) * check all of nilean with isort and flake8 * isort fixes * fix isort and flaek8 issues * update config * isort fixes * update config * pre commit run all * fix remaining isort issues * fix import in examples * fix yaml * fix toml * update examples 1 * silence flaek8 errors about black making changes * flake8 * flake8
Configuration menu - View commit details
-
Copy full SHA for 4493330 - Browse repository at this point
Copy the full SHA 4493330View commit details -
[FIX] find confounds even when BIDS derivatives bold files contain re…
…s or den entities (nilearn#3742) * make tests more stringent * fix * flake8 * update changelog * update codespell config to catch more errors via pre-commit * Update doc/changes/latest.rst Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * use private function * flake8 fix * deal with regex --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f16dcb4 - Browse repository at this point
Copy the full SHA f16dcb4View commit details
Commits on Jun 19, 2023
-
pre-commit hooks auto-update (nilearn#3764)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b2562d6 - Browse repository at this point
Copy the full SHA b2562d6View commit details -
[DOC] update changelog and git blame ignore (nilearn#3755)
* update git-blame-ignore * update changelog * fix * update ignore * fix regex escape * flake8 * use list and not set * simplify rev file * rm spaces * pragmatism wins * rm import * reset plotting files
Configuration menu - View commit details
-
Copy full SHA for ee09dce - Browse repository at this point
Copy the full SHA ee09dceView commit details -
[FIX] Change error string to match scikit-learn `InvalidParameterErro…
…r` message (nilearn#3763) * Modify ValueError string * Warning based on sklearn version
Configuration menu - View commit details
-
Copy full SHA for bfc435a - Browse repository at this point
Copy the full SHA bfc435aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20fc25b - Browse repository at this point
Copy the full SHA 20fc25bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 246e72e - Browse repository at this point
Copy the full SHA 246e72eView commit details -
[MAINT] refactor nilearn/datasets (sourcery, f-strings) (nilearn#3727)
* apply flynt * apply sourcery * apply sourcery * apply sourcery * apply sourcery * apply sourcery * refactor tests * refactor tests * refactor f strings * avoid casting to string * rm walrus * refactor tests
Configuration menu - View commit details
-
Copy full SHA for bb59d69 - Browse repository at this point
Copy the full SHA bb59d69View commit details
Commits on Jun 20, 2023
-
[MAINT] add workflow to check for f strings (nilearn#3759)
* add workflow for flynt * configure and run flynt * flake8 * Update .github/workflows/f_strings.yml Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Update nilearn/_utils/data_gen.py Co-authored-by: bthirion <bertrand.thirion@inria.fr> * pre-commit hooks auto-update (nilearn#3764) Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com> * [DOC] update changelog and git blame ignore (nilearn#3755) * update git-blame-ignore * update changelog * fix * update ignore * fix regex escape * flake8 * use list and not set * simplify rev file * rm spaces * pragmatism wins * rm import * reset plotting files * [FIX] Change error string to match scikit-learn `InvalidParameterError` message (nilearn#3763) * Modify ValueError string * Warning based on sklearn version * relax regex for warning on sanitize reorder error (nilearn#3766) --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> Co-authored-by: bthirion <bertrand.thirion@inria.fr> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 88b4232 - Browse repository at this point
Copy the full SHA 88b4232View commit details -
[DOC] Remove license and hide authors in examples (nilearn#3765)
* rm license and hide authors * comment more authors * clean up * flake8 fix * rm obsolete addresses
Configuration menu - View commit details
-
Copy full SHA for bf0f6e4 - Browse repository at this point
Copy the full SHA bf0f6e4View commit details -
[MAINT] refactor nilearn/plotting (f-strings) (nilearn#3757)
* convert to f strings * use fstrings * fix more f strings * remove last format and %
Configuration menu - View commit details
-
Copy full SHA for 6a576e5 - Browse repository at this point
Copy the full SHA 6a576e5View commit details -
[MAINT] remove test install with python 2.7 workflow (nilearn#3768)
* try a github workflow to test install * rm test in azure and gh
Configuration menu - View commit details
-
Copy full SHA for 06375b9 - Browse repository at this point
Copy the full SHA 06375b9View commit details
Commits on Jun 21, 2023
-
[REF] fix f strings (nilearn#3770)
* fix fstrings in examples * fix more f strings * fix typo * do not use join on int * fix more f strings * fix more f strings * fix format * fix
Configuration menu - View commit details
-
Copy full SHA for a03175b - Browse repository at this point
Copy the full SHA a03175bView commit details
Commits on Jun 23, 2023
-
[ENH][DOC] Fix inconsistent description of return keys for fetch_atla…
…s_surf_destrieux (nilearn#3774) * enhancement: [DOC] Inconsistent description of return keys for fetch_atlas_surf_destrieux * updated my contribution info to names.rst and latest.rst file * Update latest.rst * modified the description of changes and placed my info accordingly
Configuration menu - View commit details
-
Copy full SHA for e6fc4f9 - Browse repository at this point
Copy the full SHA e6fc4f9View commit details
Commits on Jun 26, 2023
-
[MAINT] add lint recipe to make file (nilearn#3758)
* add lint recipe * add flynt to recipe * rm comment
Configuration menu - View commit details
-
Copy full SHA for c90bf61 - Browse repository at this point
Copy the full SHA c90bf61View commit details
Commits on Jun 27, 2023
-
[MAINT] Update config black and pre-commit (nilearn#3777)
* update black config * apply black * apply black to init files * update config * update config
Configuration menu - View commit details
-
Copy full SHA for caa8da8 - Browse repository at this point
Copy the full SHA caa8da8View commit details
Commits on Jun 28, 2023
-
[MAINT] test install and run windows tests with github actions (nilea…
…rn#3780) * try testing install with gh * try testing on windows * cancel previous test install workflows * rm azure pipeline tests * rm azure badge * update doc
Configuration menu - View commit details
-
Copy full SHA for 7d91e88 - Browse repository at this point
Copy the full SHA 7d91e88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7778b8f - Browse repository at this point
Copy the full SHA 7778b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11bb420 - Browse repository at this point
Copy the full SHA 11bb420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ff123 - Browse repository at this point
Copy the full SHA 43ff123View commit details
Commits on Jun 29, 2023
-
[DOC] Fix position of plots in relation to code blocks (nilearn#3788)
* Fix one example * Fix the rest
Configuration menu - View commit details
-
Copy full SHA for a85b023 - Browse repository at this point
Copy the full SHA a85b023View commit details -
[INFRA] Add trigger to build specific examples on a push in pull requ…
…ests (nilearn#3762) * Build individual example commit message * Add make command to build by directory * Add examples base path * Add build directory logic * Add patter * Fix match pattern * Fix directory matching * Limit first 2 digits to match dirs * [examples] plot_nilearn_101.py * [examples] 00 * Correct build command name * [examples] 00 * [examples] 00_tutorials * Build only specific example option * [example] plot_nilearn_101.py * Add to workflows README * Build modified examples plus called one * [example] plot_nilearn_101.py * [example] plot_nilearn_101.py * Improve * [example] plot_nilearn_101.py * [example] plot_nilearn_101.py * [UNDO] test original modified examples trigger still works * [example] plot_python_101.py * Undo change for testing
Configuration menu - View commit details
-
Copy full SHA for be0e9b3 - Browse repository at this point
Copy the full SHA be0e9b3View commit details -
[REF] Fix more f strings (nilearn#3776)
* f stringify * f strings in examples * f string fix * fix f strings * Update pyproject.toml * [MAINT] test install and run windows tests with github actions (nilearn#3780) * try testing install with gh * try testing on windows * cancel previous test install workflows * rm azure pipeline tests * rm azure badge * update doc * Update examples/04_glm_first_level/plot_localizer_surface_analysis.py Co-authored-by: bthirion <bertrand.thirion@inria.fr> --------- Co-authored-by: bthirion <bertrand.thirion@inria.fr>
Configuration menu - View commit details
-
Copy full SHA for ee21258 - Browse repository at this point
Copy the full SHA ee21258View commit details -
[FIX] address flaky tests in CI (nilearn#3785)
* remove duplicate tests * skip test for now * only skip test * silence more tests * ignore all parcellations tests * skip one more test * only run parcellation tests * refactor tests * reintroduce test * reintroduce test * bring yet another test back in * switch ubuntu version for doc * test on all * use latet
Configuration menu - View commit details
-
Copy full SHA for 089a1a0 - Browse repository at this point
Copy the full SHA 089a1a0View commit details
Commits on Jun 30, 2023
-
[FMT] apply black nilearn.plotting.display (nilearn#3790)
* blakc nilearn.plotting.display * Update nilearn/plotting/displays/_figures.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Update nilearn/plotting/displays/_figures.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Update nilearn/plotting/displays/_figures.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Update nilearn/plotting/displays/_slicers.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Update nilearn/plotting/displays/_slicers.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * black --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 186845c - Browse repository at this point
Copy the full SHA 186845cView commit details
Commits on Jul 3, 2023
-
pre-commit hooks auto-update (nilearn#3798)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9356227 - Browse repository at this point
Copy the full SHA 9356227View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd962a0 - Browse repository at this point
Copy the full SHA cd962a0View commit details
Commits on Jul 4, 2023
-
Adding keep_masked_labels parameter to Labels_masker (nilearn#3722)
* adding keep_masked_labels param * add deprecation warning * add stacklevel to Deprecation warning * improve warning message and docstring * raise a warning when labels are removed * minor update in warning message * make warning shorter * minor change * update doc * run black * update warning message * test new warnings * add new assertions to test_signal_extraction
Configuration menu - View commit details
-
Copy full SHA for 8ee74d3 - Browse repository at this point
Copy the full SHA 8ee74d3View commit details -
[FMT] apply black to maskers - part 1 (nilearn#3795)
* apply black * black * black * black * black * black * rm comma
Configuration menu - View commit details
-
Copy full SHA for aece81b - Browse repository at this point
Copy the full SHA aece81bView commit details -
[ENH] use citation.cff to store affiliations of authors (nilearn#3754)
* basic citation file * add other authors * add orcid * add links to doc - [skip ci] * basic script * update citation cff * sort citation authors * add missing authors * fix authors * update AUTHORS.rst * add some affiliations * fix * add workflow to automate file changes * add header * add doc * update doc * fix * update files before doc build * update doc * fix name of lexer
Configuration menu - View commit details
-
Copy full SHA for c8cd50f - Browse repository at this point
Copy the full SHA c8cd50fView commit details -
[FMT] apply black to plotting - part 1 (nilearn#3802)
* apply black to plotting * apply black to plotting * apply black to plotting * apply black to plotting * apply black to plotting * apply black to plotting * apply black to plotting * Update nilearn/plotting/html_document.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 90dd16e - Browse repository at this point
Copy the full SHA 90dd16eView commit details
Commits on Jul 5, 2023
-
[FIX] prevent extra line with spaces at the end of names.rst (nilearn…
…#3809) * no extra space * fix
Configuration menu - View commit details
-
Copy full SHA for 36b4725 - Browse repository at this point
Copy the full SHA 36b4725View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7a80c - Browse repository at this point
Copy the full SHA 8a7a80cView commit details -
[MAINT] deal with new warnings related to sklearn 1.3 (nilearn#3801)
* set dual defaults for LinearSVC * silence more warnings * [full doc] request full build * use default * deal with warnings in searchlight * silence more warnings * [full doc] request full build * fix tet * change arg name * rm args to be deprecated
Configuration menu - View commit details
-
Copy full SHA for 1b11edf - Browse repository at this point
Copy the full SHA 1b11edfView commit details -
[FMT] apply black to maskers - part 2 (nilearn#3803)
* apply black * apply black * apply black * apply black * Update nilearn/maskers/tests/test_nifti_masker.py * apply black * Apply suggestions from code review Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f2628f - Browse repository at this point
Copy the full SHA 3f2628fView commit details -
[FIX] Make load_confounds' confounds file selection more generic (nil…
…earn#3794) * Make load_confounds more general. * Start working on tests. * Fix f-string. * Run black. * Fix the function. * Expand test cases. * Make test fail with original code. * Fix things more. * Update test_load_confounds_utils.py * Update load_confounds_utils.py * Add whatsnew entry. * Address review. * Update nilearn/interfaces/fmriprep/tests/test_load_confounds_utils.py Co-authored-by: Hao-Ting Wang <haotingwang@pm.me> * Update nilearn/interfaces/fmriprep/tests/test_load_confounds_utils.py * Fix style. * Update nilearn/interfaces/fmriprep/tests/test_load_confounds_utils.py * Fix test. * Update test_load_confounds_utils.py --------- Co-authored-by: Hao-Ting Wang <haotingwang@pm.me> Co-authored-by: Remi Gau <remi_gau@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for e65624b - Browse repository at this point
Copy the full SHA e65624bView commit details -
[FMT] apply black to plotting - part 2 (nilearn#3810)
* apply black * apply black * Apply suggestions from code review * fixes extra spaces from black * Apply suggestions from code review
Configuration menu - View commit details
-
Copy full SHA for 787d662 - Browse repository at this point
Copy the full SHA 787d662View commit details
Commits on Jul 6, 2023
-
[FIX] improve warnings in building glm from BIDS (nilearn#3811)
* fix warning * rm trailing white space * flake8 * update changelog
Configuration menu - View commit details
-
Copy full SHA for bce754b - Browse repository at this point
Copy the full SHA bce754bView commit details
Commits on Jul 7, 2023
-
[FIX] fix loading of confounds for giftis (nilearn#3819)
* fake bids data creates gifti files * reproduce bug * fix * lint * improve doc * update codespell config * fix doc * update doc string * flake8
Configuration menu - View commit details
-
Copy full SHA for 7295b41 - Browse repository at this point
Copy the full SHA 7295b41View commit details
Commits on Jul 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d2dc791 - Browse repository at this point
Copy the full SHA d2dc791View commit details -
[MAINT] Set nilearn version input in bug issue template to text area (n…
…ilearn#3820) * Change nilearn version to textarea * Change example versions to x.y.z
Configuration menu - View commit details
-
Copy full SHA for 021255c - Browse repository at this point
Copy the full SHA 021255cView commit details -
add keep_masked_maps to NiftiMapsMasker (nilearn#3732)
* add keep_masked_maps to NiftiMapsMasker * add stacklevel to deprecation warning * improve warning message and docstring * raise warning when maps are removed * make warning shorter * minor change * minor change * update doc * run black * update warning message * fix isort and flake8 * change the warning message * minor formatting
Configuration menu - View commit details
-
Copy full SHA for 95086d8 - Browse repository at this point
Copy the full SHA 95086d8View commit details -
[FMT] apply black to plotting - part 3 (nilearn#3827)
* apply black * apply black * apply black * fix
Configuration menu - View commit details
-
Copy full SHA for ea375e0 - Browse repository at this point
Copy the full SHA ea375e0View commit details -
[DOC] move defaults in docs.py (nilearn#3621)
* update contributing * multiline docstring * update defaults * flake8 * Apply suggestions from code review * Update CONTRIBUTING.rst Co-authored-by: bthirion <bertrand.thirion@inria.fr> * Apply suggestions from code review Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * fix * move default * add defaults * use single backtick * use single backtick * Update CONTRIBUTING.rst Co-authored-by: bthirion <bertrand.thirion@inria.fr> * sort alphabetically * fix warnings * reorder * move default * fix doc build --------- Co-authored-by: bthirion <bertrand.thirion@inria.fr> Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8c62868 - Browse repository at this point
Copy the full SHA 8c62868View commit details
Commits on Jul 9, 2023
-
[FMT] apply black to plotting - part 4 (nilearn#3833)
* apply black * remove extra space
Configuration menu - View commit details
-
Copy full SHA for 34613ab - Browse repository at this point
Copy the full SHA 34613abView commit details -
[DOC] remove single occurence from docs.py (nilearn#3834)
* bg_on_data * rm single occurence from docs.py
Configuration menu - View commit details
-
Copy full SHA for 27fadc1 - Browse repository at this point
Copy the full SHA 27fadc1View commit details -
[FIX] refactor second-level tests (nilearn#3814)
* refactor tests * flake8 * refator * rm riles * rm failing tests for now * further refactoring * Apply suggestions from code review Co-authored-by: bthirion <bertrand.thirion@inria.fr> * fix failing test * flake8 --------- Co-authored-by: bthirion <bertrand.thirion@inria.fr>
Configuration menu - View commit details
-
Copy full SHA for 44ba24b - Browse repository at this point
Copy the full SHA 44ba24bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b8c6ed - Browse repository at this point
Copy the full SHA 1b8c6edView commit details
Commits on Jul 10, 2023
-
pre-commit hooks auto-update (nilearn#3837)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 01cfa3d - Browse repository at this point
Copy the full SHA 01cfa3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a74fb - Browse repository at this point
Copy the full SHA 48a74fbView commit details -
[FIX] Fix long titles overlapping plot contents (nilearn#3797)
* Increase default figsize * [full doc] test plots * [full doc] Increase ortho a bit more * Fix formatting * [full doc] Change default figsize of projectors * [full doc] build examples * [full doc] Increase ortho slicer a bit more * Increase r projector * Add whatsnew
Configuration menu - View commit details
-
Copy full SHA for 4f67c91 - Browse repository at this point
Copy the full SHA 4f67c91View commit details -
update AUTHORS.rst and doc/changes/names.rst (nilearn#3840)
Co-authored-by: ymzayek <ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d505aa1 - Browse repository at this point
Copy the full SHA d505aa1View commit details -
[MAINT] Removed all mentions of "License" from headers (nilearn#3838)
* Removed all mentions of "License" from header as raised in issue nilearn#3771 * Added entry in doc/changes/latest.rst * Added period at the end of comment that failed flake * Added my name to CITATION.cff --------- Co-authored-by: czarina.sy <czarina.sy@rendernetworks.com>
Configuration menu - View commit details
-
Copy full SHA for 4e2bd91 - Browse repository at this point
Copy the full SHA 4e2bd91View commit details -
update AUTHORS.rst and doc/changes/names.rst (nilearn#3841)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d38e49d - Browse repository at this point
Copy the full SHA d38e49dView commit details -
[REF] refactor filename building in tests for interfaces/fmriprep (ni…
…learn#3831) * [DATALAD] Recorded changes * refactor * lint * set some defaults * fix * fix name
Configuration menu - View commit details
-
Copy full SHA for 54fe838 - Browse repository at this point
Copy the full SHA 54fe838View commit details
Commits on Jul 11, 2023
-
[MAINT] Update some missed tests and examples to use new standardize …
…strategy to silence warnings (nilearn#3821) * Update more tests * [full doc] Update examples * [full doc] Delete repeated tests * Change almost equal decimal points * Update spheres maskers standardization test * Ignore warning configuration * Revert unnessary changes * Formatting * Change last tests
Configuration menu - View commit details
-
Copy full SHA for 39c6dcb - Browse repository at this point
Copy the full SHA 39c6dcbView commit details
Commits on Jul 12, 2023
-
FIX allow confound files with no cosine (nilearn#3816)
* FIX allow confound files with no cosine Also some code refectoring - concentrate most of the missing regressor and missing strategy key word catching to `load_confounds_components` - consistency of internal and user facing strategy key for ica-aroma (only using ica_aroma, instead of ica_aroma and aroma) - Add unit test for confound components loading and ensure consistent error catching * apply pre-commit checks.. * Update doc/changes/latest.rst Co-authored-by: Remi Gau <remi_gau@hotmail.com> * TEST `high_pass` should perform differently - `high_pass`: when no cosine regressors presents, don't raise error - everything else should raise error * Update latest.rst PR number --------- Co-authored-by: Remi Gau <remi_gau@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for b7e7e86 - Browse repository at this point
Copy the full SHA b7e7e86View commit details -
[MAINT] update gitblame ignore and contributing (nilearn#3842)
* update gitblameignore * update contributing * update doc * update changelog * Update CONTRIBUTING.rst Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 91218eb - Browse repository at this point
Copy the full SHA 91218ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d957cc - Browse repository at this point
Copy the full SHA 7d957ccView commit details
Commits on Jul 14, 2023
-
[DOC] Fix rendering of plots in some examples where titles or images …
…are cut off (nilearn#3753) * Test one plot * Apply to second plot * Change y position of title * Change multi line title to one line * Move legend and title too long * Fig sizes for long titles * Fix plot_haxby_different_estimators * Fix y position of titles * Custom figsizes * Update examples/01_plotting/plot_demo_more_plotting.py Co-authored-by: Remi Gau <remi_gau@hotmail.com> * Move import * Add whatsnew --------- Co-authored-by: Remi Gau <remi_gau@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for e23baad - Browse repository at this point
Copy the full SHA e23baadView commit details
Commits on Jul 17, 2023
-
pre-commit hooks auto-update (nilearn#3843)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef66712 - Browse repository at this point
Copy the full SHA ef66712View commit details
Commits on Jul 19, 2023
-
Update nilearn/experimental/surface/_surface_image.py
Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a037b03 - Browse repository at this point
Copy the full SHA a037b03View commit details -
Update nilearn/experimental/surface/_plotting.py
Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5aa9523 - Browse repository at this point
Copy the full SHA 5aa9523View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e1ff4 - Browse repository at this point
Copy the full SHA c6e1ff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 150b530 - Browse repository at this point
Copy the full SHA 150b530View commit details -
Configuration menu - View commit details
-
Copy full SHA for a11d594 - Browse repository at this point
Copy the full SHA a11d594View commit details -
Configuration menu - View commit details
-
Copy full SHA for d876528 - Browse repository at this point
Copy the full SHA d876528View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab00401 - Browse repository at this point
Copy the full SHA ab00401View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a2a82 - Browse repository at this point
Copy the full SHA b9a2a82View commit details -
Revert "First draft of surface stuff after discussion during meetings…
… & drop-in hours" (nilearn#3848)
Configuration menu - View commit details
-
Copy full SHA for e002d24 - Browse repository at this point
Copy the full SHA e002d24View commit details
Commits on Jul 21, 2023
-
[DOC] replace skipped doctests with default code-blocks (nilearn#3858)
* replace skipped doctests with default code-blocks * remove ellipses in new code-blocks and tidy spacing * update changelog and add Patrick Sadil to contributors
Configuration menu - View commit details
-
Copy full SHA for 8eb730e - Browse repository at this point
Copy the full SHA 8eb730eView commit details -
update AUTHORS.rst and doc/changes/names.rst (nilearn#3862)
Co-authored-by: ymzayek <ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8296452 - Browse repository at this point
Copy the full SHA 8296452View commit details -
[MAINT] add warning to deprecate darkness (nilearn#3855)
* add warning to deprecate darkness * deprecate darkness import isort * Add change to latest.rst * Add name to CITATION.cff * Add name to AUTHORS.rst * deprecate darkness in html_surface.py * Change syntax for reference to functions in doc/changes/latest.rst Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * switch UserWarning to eprecationWarning Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * add comma Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * switch UserWarning to DeprecationWarning Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * add comma Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> --------- Co-authored-by: Alisha Kodibagkar <alishakodibagkar@Alishas-MacBook-Pro.local> Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> Co-authored-by: Remi Gau <remi_gau@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0bd6740 - Browse repository at this point
Copy the full SHA 0bd6740View commit details -
[REF] refactor test with error raising (nilearn#3854)
* refactor test with error raising * undo black formatting on specific files * add changes to latest.rst and author to CITATION.cff * make flake8 happy * make flake8 happier * make flake8 sparkle joy * flake8 I promise I will make you smile again --------- Co-authored-by: Remi Gau <remi_gau@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 13fad00 - Browse repository at this point
Copy the full SHA 13fad00View commit details -
update AUTHORS.rst and doc/changes/names.rst (nilearn#3864)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de53cf1 - Browse repository at this point
Copy the full SHA de53cf1View commit details
Commits on Jul 22, 2023
-
[DOC] update doc to mention how get all the tags from upstream to get…
… the proper version displayed (nilearn#3851) * update doc * move section * fix indent * fix rst * fixes
Configuration menu - View commit details
-
Copy full SHA for acadffa - Browse repository at this point
Copy the full SHA acadffaView commit details
Commits on Jul 23, 2023
-
[FIX] transparent vertices in
surf_plotting
function (nilearn#3860)* [FIX] transparent vertices in `surf_plotting` function with matplotlib engine. * [ADD] change for PR#3860. * [ADD] infos for citation. * Update doc/changes/latest.rst Fix Sphinx formatting. Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * [FIX] merge conflict. --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 069980c - Browse repository at this point
Copy the full SHA 069980cView commit details -
update AUTHORS.rst and doc/changes/names.rst (nilearn#3866)
Co-authored-by: ymzayek <ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 318a0f7 - Browse repository at this point
Copy the full SHA 318a0f7View commit details -
[DOC] First pass on adding cross-refence links surface module (nilear…
…n#3857) * First pass on adding cross-ref for surface module * Apply suggestions from code review Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * manually fix some flake8 issue * Update nilearn/surface/surface.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Update what's new * FIX long line --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a3023f - Browse repository at this point
Copy the full SHA 4a3023fView commit details
Commits on Jul 26, 2023
-
[REF] Rename html surface func to make them private (nilearn#3847)
* Update html_surface.py updated plotting.html_surface.one_mesh_info() and plotting.html_surface.full_brain_info() should be renamed to plotting.html_surface._one_mesh_info() and plotting.html_surface._full_brain_info() based on https://github.com/orgs/nilearn/projects/6/views/2?pane=issue&itemId=31373632 * Update surface.py changed example comment to fit renaming of full_brain_info() to _full_brain_info() * Update html_surface.py Line 301 and 421 called _full_brain_info and _one_mesh_info but I did not update these lines with the new function name * Update html_surface.py updated indenting of new functions to fit style guidelines * Update test_html_surface.py updated code in nilearn/plotting/tests/test_html_surface.py since I did not update the tests. * Update html_surface.py Re-added back public version of one_mesh_info() and full_brain_info() that spit out a warning and call the renamed private method, which is the exact code as the public method * Update html_surface.py Editted error messages in new public method to have full single quotes around method names e.g. ‘full_brain_info()’ has been renamed... ‘_full_brain_info()’ and will be removed in a future version instead of full_brain_info() has been renamed... _full_brain_info() and will be removed in a future version * Update test_html_surface.py added tests to test new error warnings on methods renamed from public to private. new public method calls properly renamed private method and spits out a warning * Update test_html_surface.py in the warnings type, had UserWarning but in my code I have DeprecationWarning * Update test_html_surface.py * Update test_html_surface.py * Update html_surface.py trying to get warning to be the same * Update test_html_surface.py trying to get warning o be the same * Update html_surface.py updated warnigns to remove () since it seems like the regex match was getting stuck on that * Update test_html_surface.py updated the test too to match the right string afterremoving the () from the match phrase * Update test_html_surface.py updated messages to reflect @ymzayek suggestions * Update html_surface.py updated warnings in the code too * Update latest.rst updated changelog with renaming change * Update html_surface.py updated warnings to not extend past 80 characters per line * Update test_html_surface.py updated tests to also not have lines >80 characters * Update CITATION.cff added myself to the CITATION.cff * Update nilearn/plotting/tests/test_html_surface.py Co-authored-by: bthirion <bertrand.thirion@inria.fr> * Fix flake8 and isort --------- Co-authored-by: Remi Gau <remi_gau@hotmail.com> Co-authored-by: bthirion <bertrand.thirion@inria.fr> Co-authored-by: ymzayek <yasmin.mzayek@inria.fr>
Configuration menu - View commit details
-
Copy full SHA for 65ded9e - Browse repository at this point
Copy the full SHA 65ded9eView commit details -
update AUTHORS.rst and doc/changes/names.rst (nilearn#3867)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 923f766 - Browse repository at this point
Copy the full SHA 923f766View commit details
Commits on Jul 31, 2023
-
pre-commit hooks auto-update (nilearn#3868)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc247b5 - Browse repository at this point
Copy the full SHA dc247b5View commit details -
[MAINT] fix flake8 (nilearn#3869)
* fix flake8 * pacify the linting gods
Configuration menu - View commit details
-
Copy full SHA for a95149b - Browse repository at this point
Copy the full SHA a95149bView commit details
Commits on Aug 3, 2023
-
[MRG] [ENH] Radiological view for cross-sectional MRI plotting (nilea…
…rn#3172) * radiological view * add plotting radiological example * Update whats_new.rst * Update nilearn/plotting/displays/_axes.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * Update examples/01_plotting/plot_demo_plotting.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * Update nilearn/plotting/img_plotting.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * Update nilearn/plotting/img_plotting.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * Update nilearn/plotting/img_plotting.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * Update nilearn/plotting/displays/_axes.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * line removed * indent corrected * update latest.rst * Update whats_new.rst * Update nilearn/plotting/displays/_axes.py Co-authored-by: bthirion <bertrand.thirion@inria.fr> * added spaces * update spacing * update formatting * added name * formatting * formatting * formatting fixes * Update _axes.py * Update docs.py * doc string shortcut * Update nilearn/_utils/docs.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * Update nilearn/plotting/img_plotting.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * Update img_plotting.py * Update docs.py * update docs * Fix merge of docs.py * Remove extra default statement * Resolve formatting issues * Add radiological argument to GlassBrainAxes * Add smoke tests for relevant plotting funcs * Remove unneeded argument * Improve testing * Update whatsnew * Change test data --------- Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> Co-authored-by: bthirion <bertrand.thirion@inria.fr> Co-authored-by: ymzayek <yasmin.mzayek@inria.fr>
Configuration menu - View commit details
-
Copy full SHA for 99e8530 - Browse repository at this point
Copy the full SHA 99e8530View commit details -
update AUTHORS.rst and doc/changes/names.rst (nilearn#3876)
Co-authored-by: ymzayek <ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 62bf848 - Browse repository at this point
Copy the full SHA 62bf848View commit details -
[FMT] apply toml formatting hook on pyproject.toml (nilearn#3872)
* apply toml formatting hook on pyproject.toml * 4 spaces
Configuration menu - View commit details
-
Copy full SHA for 5734dba - Browse repository at this point
Copy the full SHA 5734dbaView commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 17ab95c - Browse repository at this point
Copy the full SHA 17ab95cView commit details -
[INFRA] Update pull_request_template.md (nilearn#3880)
more of cosmetic change but allows issue number AND name to be rendered directly when viewing the PR top message also removes a space before the # that I am tired of deleting for every PR
Configuration menu - View commit details
-
Copy full SHA for 7f5bab6 - Browse repository at this point
Copy the full SHA 7f5bab6View commit details -
[ENH] Raise a warning if the bids events.tsv file doesn't contain col…
…umn "trial_type" (nilearn#3597) * Update first_levels.py Added a non-member function to raise a warning if the events.tsv file doesn't contain a column named "trial_type". The function will be called iteratively on each pandas dataframe corresponding to events.tsv file. * Update first_level.py * Update first_level.py * Update nilearn/glm/first_level/first_level.py Co-authored-by: Remi Gau <remi_gau@hotmail.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Remi Gau <remi_gau@hotmail.com> * Update first_level.py * Update nilearn/glm/first_level/first_level.py Co-authored-by: Remi Gau <remi_gau@hotmail.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Remi Gau <remi_gau@hotmail.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Remi Gau <remi_gau@hotmail.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Remi Gau <remi_gau@hotmail.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Remi Gau <remi_gau@hotmail.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Remi Gau <remi_gau@hotmail.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Gensollen <nicolas.gensollen@gmail.com> * add test * update changelog * fix linter * fix name * update parameter description * lint --------- Co-authored-by: Remi Gau <remi_gau@hotmail.com> Co-authored-by: Gensollen <nicolas.gensollen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b8cfa45 - Browse repository at this point
Copy the full SHA b8cfa45View commit details -
update AUTHORS.rst and doc/changes/names.rst (nilearn#3887)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e9d95a - Browse repository at this point
Copy the full SHA 6e9d95aView commit details
Commits on Aug 5, 2023
-
[FMT] apply yml format pre commit hook (nilearn#3877)
* apply yml format hook * rm conda env file
Configuration menu - View commit details
-
Copy full SHA for c9b8c7f - Browse repository at this point
Copy the full SHA c9b8c7fView commit details -
[MAINT] uniformize value of MNI affine used in tests (nilearn#3882)
* change mni affine in conftest.py: let us see how many things break * change value in tests * fix tests * refactor * fix flake8 * rename function
Configuration menu - View commit details
-
Copy full SHA for 92b32f1 - Browse repository at this point
Copy the full SHA 92b32f1View commit details
Commits on Aug 6, 2023
-
[MAINT] add missing dev dependencies for linting (nilearn#3888)
* add codespell to dev dependencies for linting * add precommit to dev dependencies
Configuration menu - View commit details
-
Copy full SHA for bf07671 - Browse repository at this point
Copy the full SHA bf07671View commit details -
Configuration menu - View commit details
-
Copy full SHA for af36c18 - Browse repository at this point
Copy the full SHA af36c18View commit details
Commits on Aug 7, 2023
-
[FIX] ensure that dataframes can be used as input for second level GL…
…M (estimation and contrast) (nilearn#3879) * regression test and fix * Apply suggestions from code review * update chngelog * fix * rm test files * Apply suggestions from code review Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * use write_fake_bold_img --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 960de1e - Browse repository at this point
Copy the full SHA 960de1eView commit details -
[ENH] check affine and shape of first level models when passed at the…
… second level (nilearn#3881) * check scd lvl inputs * [DATALAD] Recorded changes * fix test * [DATALAD] Recorded changes * add checks for shape * get shape
Configuration menu - View commit details
-
Copy full SHA for 387d348 - Browse repository at this point
Copy the full SHA 387d348View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded8f2a - Browse repository at this point
Copy the full SHA ded8f2aView commit details -
[MAINT] add file path param to write fake fmri data (nilearn#3892)
* add file path param to write fake fmri data * add parameter in other function
Configuration menu - View commit details
-
Copy full SHA for d4fec68 - Browse repository at this point
Copy the full SHA d4fec68View commit details -
[MAINT] use tmp_path fixture in tests that do not depend on fake fmri…
… data generation (nilearn#3893) * remove tmp dir in tests that do not depend on fake fmri data generation * break into smaller tests
Configuration menu - View commit details
-
Copy full SHA for 6379e68 - Browse repository at this point
Copy the full SHA 6379e68View commit details
Commits on Aug 8, 2023
-
[MAINT] use tmp_path in glm reporter (nilearn#3895)
* use tmp_path in glm reporter * rm del instances * fix tests * lint * proper silencing of the falke8 errors
Configuration menu - View commit details
-
Copy full SHA for 45187e7 - Browse repository at this point
Copy the full SHA 45187e7View commit details
Commits on Aug 9, 2023
-
[MAINT] use tmp_path in tests for first lvl GLM (nilearn#3894)
* use tmp_path in tests first lvl * refactor tests
Configuration menu - View commit details
-
Copy full SHA for 6fe4c71 - Browse repository at this point
Copy the full SHA 6fe4c71View commit details
Commits on Aug 10, 2023
-
[DOC] Add docstrings for some bigger private functions in `load_confo…
…unds.` (nilearn#3863) * Add docstrings for some bigger private functions With the help of copilot. * Apply suggestions from code review Co-authored-by: bthirion <bertrand.thirion@inria.fr> * Add cross-reference links to type definitions * Docstring for compcor related private function * Apply suggestions from code review Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: bthirion <bertrand.thirion@inria.fr> * Simplify docstring - remove outdated one-hot encoder related description - remove options from parameter descriptions, replaced with default option - remove redundant default option descriptions in the docstring * omissed out the default value of scrubbing * Complete all the docstring co-authored by GitHub Co-pilot. * Apply suggestions from code review Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> --------- Co-authored-by: bthirion <bertrand.thirion@inria.fr> Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ab8eae6 - Browse repository at this point
Copy the full SHA ab8eae6View commit details -
[Fix] Fix pathlib.Path not being counted as Niimg-like in new_image_l…
…ike (nilearn#3723) * Fix pathlib.Path not being counted as Niimg-like * Fix unnecessarily changing mean_img * Change isinstance check to stringify_path * Add unit test for acceptance of pathlib.Path as image * Add name to citation * Update CITATION.cff * Update doc/changes/latest.rst * Update nilearn/image/tests/test_image.py * Fix flake8 --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> Co-authored-by: ymzayek <yasmin.mzayek@inria.fr>
Configuration menu - View commit details
-
Copy full SHA for 438d243 - Browse repository at this point
Copy the full SHA 438d243View commit details -
update AUTHORS.rst and doc/changes/names.rst (nilearn#3901)
Co-authored-by: ymzayek <ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4572d65 - Browse repository at this point
Copy the full SHA 4572d65View commit details -
[INFRA] Prevent Actions workflows from running on people's forks (nil…
…earn#3900) * Prevent CI workflows from running on forks * Leave for short workflows * Update .github/workflows/isort.yml * Missed some in testing.yml --------- Co-authored-by: Remi Gau <remi_gau@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 87efd91 - Browse repository at this point
Copy the full SHA 87efd91View commit details -
[MAINT] remove obsolete version comparison (nilearn#3883)
* rm obsolete version comparison * silence warnings for scipy * remove special handling in slicer for old version of matplotlib * more fixes * revert * revert * rm comments * flake8 * add test
Configuration menu - View commit details
-
Copy full SHA for 48aecfa - Browse repository at this point
Copy the full SHA 48aecfaView commit details
Commits on Aug 17, 2023
-
[ENH] Add
LassoCV
tonilearn.decoding.DecoderRegressor
(nilearn#3781) * add LassoCV to DecoderRegressor * update decoder tests * add 'lasso'/'lasso_regressor' to regressor options * update changelog entry * use n_alphas=30 as default instead of 100 * add lasso regression decoding to example * fix formatting in example * add lasso(_regressor) to list of estimators in docs * revert example * fix formatting
Configuration menu - View commit details
-
Copy full SHA for b7a7adf - Browse repository at this point
Copy the full SHA b7a7adfView commit details -
[MAINT] Fix failing tests in prerelease job due to deprecation and bu…
…g in matplotlib 3.8.0rc1 (nilearn#3902) * Fix plot_carpet * Add version conditional for new method * isort * Modify test for mpl bug
Configuration menu - View commit details
-
Copy full SHA for 7ed210a - Browse repository at this point
Copy the full SHA 7ed210aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 082d260 - Browse repository at this point
Copy the full SHA 082d260View commit details
Commits on Aug 18, 2023
-
[FIX] Fix overlapping titles for
plot_matrix
function (nilearn#3899)* Simplify add title * [full doc] build examples * Update test
Configuration menu - View commit details
-
Copy full SHA for 058adcd - Browse repository at this point
Copy the full SHA 058adcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd75801 - Browse repository at this point
Copy the full SHA fd75801View commit details
Commits on Aug 21, 2023
-
[MAINT] use tmp_path in scd lvl tests (nilearn#3896)
* use tmp_path in scd lvl tests * refactor * fix
Configuration menu - View commit details
-
Copy full SHA for 67f5f81 - Browse repository at this point
Copy the full SHA 67f5f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7580ec - Browse repository at this point
Copy the full SHA f7580ecView commit details -
[MAINT] apply black to nilearn.masking.py (nilearn#3907)
* apply black to masking * update config
Configuration menu - View commit details
-
Copy full SHA for 81b4069 - Browse repository at this point
Copy the full SHA 81b4069View commit details
Commits on Aug 22, 2023
-
[MAINT] apply black to tests nilean.signal.py (nilearn#3908)
* apply black to tests signal * update config * Update nilearn/tests/test_signal.py Co-authored-by: bthirion <bertrand.thirion@inria.fr> --------- Co-authored-by: bthirion <bertrand.thirion@inria.fr>
Configuration menu - View commit details
-
Copy full SHA for 84984de - Browse repository at this point
Copy the full SHA 84984deView commit details -
[ENH]: Move func _mix_colormaps (nilearn#3919)
* Move func _mix_colormaps * Fix isort and black * Add to latest * Clean commit * Fix doc --------- Co-authored-by: achamma <ahmad.chamma@inria.fr>
Configuration menu - View commit details
-
Copy full SHA for 0d70562 - Browse repository at this point
Copy the full SHA 0d70562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b05ece - Browse repository at this point
Copy the full SHA 8b05eceView commit details -
[MAINT] apply black to glm.first_level.first_level (nilearn#3909)
* apply black to glm * update config * update config * Update nilearn/glm/first_level/first_level.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * Update nilearn/glm/first_level/first_level.py Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3935a2b - Browse repository at this point
Copy the full SHA 3935a2bView commit details
Commits on Aug 23, 2023
-
MAINT: Pandas deprecation (nilearn#3922)
* MAINT: Pandas deprecation * STY: Flake
Configuration menu - View commit details
-
Copy full SHA for 2b3dea0 - Browse repository at this point
Copy the full SHA 2b3dea0View commit details -
[ENH] add
vmin
argument toplotting.plot_img_on_surf
(nilearn#3873)* remove force_min_stat_map_value (not used anywhere) * add vmin to plot_img_on_surf (and _get_colorbar_and_data_ranges) * remove test for error on vmin input * keep old behaviour for plot_stat_map and plot_glass_brain * add check that vmin < vmax * add test cases with vmin * update tests * update docstrings * use different description of symmetric_cbar arg in docstring * add changelog entry * allow vmin == vmax * remove check that vmin <= vmax * add check for "engine" kwarg * clarify error message * try to increase test coverage * fix formatting * revert back to symmetric_cmap=True * remove duplicate test function (bad merge) * remove redundant vmin = -vmax * remove mention of symmetric_data_range in error message * use symmetric_cbar="auto" as default * handle symmetric_cbar == "auto" before filling in vmin/vmax * handle vmax < threshold case
Configuration menu - View commit details
-
Copy full SHA for fa6c32e - Browse repository at this point
Copy the full SHA fa6c32eView commit details -
[ENH]: Remove decorator from glm/regression (nilearn#3921)
* Remove decorator * Add whatsnew * Fix flake8 * Remove changes in first_level --------- Co-authored-by: achamma <ahmad.chamma@inria.fr>
Configuration menu - View commit details
-
Copy full SHA for 0b49cc0 - Browse repository at this point
Copy the full SHA 0b49cc0View commit details
Commits on Aug 24, 2023
-
Revert breaking behavior in
plot_glass_brain
(nilearn#3924)* Revert behavior of vmin being ignored * Add smoke test for passing vmin and vmax * [example] plot_second_level_two_sample_test.py * Just being
Configuration menu - View commit details
-
Copy full SHA for 457c79e - Browse repository at this point
Copy the full SHA 457c79eView commit details -
[MAINT] Refactor fixtures (nilearn#3905)
* rename mni affine fixture * further fixture refactroring * refactor fixtures in nilearn/regions * refactor fixtures in decomposition * fix test pollution * try to get around the global var problem * add some doc in fixtures * rm constants * add rng fixture * add doc about fixture * Apply suggestions from code review Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com> * update contributing * fix tests --------- Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9d5409c - Browse repository at this point
Copy the full SHA 9d5409cView commit details
Commits on Aug 28, 2023
-
[MAINT] refactor tests datasets (nilearn#3912)
* rm extra fixture calls * rm duplicate test * refactor test get datadir * refactor test_func * refactor tests atlas * test neurovault * Apply suggestions from code review Co-authored-by: bthirion <bertrand.thirion@inria.fr> * rm one extra reuest mocker * refactor tests * refactor and add comment * use fixtures * capture and test error message --------- Co-authored-by: bthirion <bertrand.thirion@inria.fr>
Configuration menu - View commit details
-
Copy full SHA for 25e4bdd - Browse repository at this point
Copy the full SHA 25e4bddView commit details -
[FIX/ENH] Improve generate_report method to work with fit_transform f…
…or the maskers (nilearn#3897) * Pass imgs to fit in fit_transform * Change colormap * Improve docstrings * Remove unused import * Store 1 timepoint * Revert "Store 1 timepoint" This reverts commit 8d6d427. * Allow users to pass cmap * Add whatsnew
Configuration menu - View commit details
-
Copy full SHA for 3297258 - Browse repository at this point
Copy the full SHA 3297258View commit details
Commits on Aug 29, 2023
-
[MAINT] Refactor/test utils (nilearn#3910)
* refactor tests * refactor * refactor * fix * use fixtures * update code doc * refactor * use testing.write_tmp_imgs * Revert "use testing.write_tmp_imgs" This reverts commit 244f0f3.
Configuration menu - View commit details
-
Copy full SHA for 56f33f3 - Browse repository at this point
Copy the full SHA 56f33f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23da827 - Browse repository at this point
Copy the full SHA 23da827View commit details -
[MAINT] replace tmpdir with tmp_path in tests (nilearn#3929)
* replace tmpdir with tmp_path * rm extra import
Configuration menu - View commit details
-
Copy full SHA for 4e2a954 - Browse repository at this point
Copy the full SHA 4e2a954View commit details -
[MAINT] refactor tests regions extractions (nilearn#3931)
* refactort tests deprecation warning * add restriction function length * test functions lenght in CI * config
Configuration menu - View commit details
-
Copy full SHA for 9ae8199 - Browse repository at this point
Copy the full SHA 9ae8199View commit details -
[MAINT] Expose
standardize
parameter in function signatures to allo……w handling of deprecation (nilearn#3927) * Add standardize to address deprecation * Update examples * [full doc] build examples * Handle RegionExtractor case * [example] plot_extract_regions_dictlearning_maps.py * Handle last case * Add doctstring * [full doc] build examples * Add test for plot_carpet * Add test for connectivity measure * Add whatsnew
Configuration menu - View commit details
-
Copy full SHA for 0b4d7db - Browse repository at this point
Copy the full SHA 0b4d7dbView commit details -
[MAINT] refactor tests glm (nilearn#3915)
* refactor test paradigm * refactor glm test utils * fixturize * add fxitures * use fixtures * use more fixtures * fix
Configuration menu - View commit details
-
Copy full SHA for c859e91 - Browse repository at this point
Copy the full SHA c859e91View commit details
Commits on Aug 31, 2023
-
[MAINT] refactor design matrix tests (nilearn#3939)
* refactor design matrix related tests * rm extra n_frames * parametrize tests and add error match * fix
Configuration menu - View commit details
-
Copy full SHA for f0852e1 - Browse repository at this point
Copy the full SHA f0852e1View commit details -
[DOC] Plot only a few examples of probabilistic atlases (nilearn#3934)
* Plot only one atlas * Plot 3 atlases according to display type * Improve rendering * Add missed atlas * Add whatsnew
Configuration menu - View commit details
-
Copy full SHA for 25e091a - Browse repository at this point
Copy the full SHA 25e091aView commit details
Commits on Sep 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a00306f - Browse repository at this point
Copy the full SHA a00306fView commit details -
[FIX] allow using symmetric maps with plotly (nilearn#3942)
* fix nilearn#3941 * fix kwargs * implement test for matplotlib * update changelog * flake 8 * fix failed ref * simplify * simplify * flake8 * fix other argument * rename test * update changelog * flake8
Configuration menu - View commit details
-
Copy full SHA for 6578329 - Browse repository at this point
Copy the full SHA 6578329View commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa7f66e - Browse repository at this point
Copy the full SHA fa7f66eView commit details -
[FIX] Allow both vmin and threshold argument values to be used in plo…
…tting functions using `colorscale` (nilearn#3945) * Allow both vmin and threshold to be passed * Add whatsnew * Add test * Add reference
Configuration menu - View commit details
-
Copy full SHA for 1759fa2 - Browse repository at this point
Copy the full SHA 1759fa2View commit details
Commits on Sep 6, 2023
-
[ENH] Handle GLM designs with null or nan durations / onsets (nilearn…
…#3943) * manual "rebase" * make functions public * throw errors for nan values * refactor * plot null duration events * fix link in doc * update example * ignore results * revert useless change * rm useless code * update changelog * rm :func: from changelog
Configuration menu - View commit details
-
Copy full SHA for d4690b9 - Browse repository at this point
Copy the full SHA d4690b9View commit details
Commits on Sep 7, 2023
-
[DOC] improve section on private functions (nilearn#3952)
* improve section on private functions * fix
Configuration menu - View commit details
-
Copy full SHA for 36648d4 - Browse repository at this point
Copy the full SHA 36648d4View commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45065b5 - Browse repository at this point
Copy the full SHA 45065b5View commit details -
[MAINT] add more badges to changelog (nilearn#3955)
* add :bdg-secondary:`Maint` badges * mooorrreee baaaadges
Configuration menu - View commit details
-
Copy full SHA for 339d179 - Browse repository at this point
Copy the full SHA 339d179View commit details
Commits on Sep 11, 2023
-
pre-commit hooks auto-update (nilearn#3957)
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65e0984 - Browse repository at this point
Copy the full SHA 65e0984View commit details -
Bump actions/checkout from 3 to 4 (nilearn#3958)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f899a4 - Browse repository at this point
Copy the full SHA 1f899a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b666b - Browse repository at this point
Copy the full SHA 90b666bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 021a150 - Browse repository at this point
Copy the full SHA 021a150View commit details
Commits on Sep 12, 2023
-
[DOC] Use code cell syntax for splitting blocks in 00_tutorial exampl…
…es (nilearn#3961) * Change block splitters format * Fix pattern not found
Configuration menu - View commit details
-
Copy full SHA for d2779b9 - Browse repository at this point
Copy the full SHA d2779b9View commit details -
[MAINT] Add affiliations (nilearn#3956)
* update citation.cff * get affiliations from github * manual claeaning * update citation.cff * rm tsv * add affiliations to AUTHORS.rst * rm utility scripts * update affiliations after manual lookup * Apply suggestions from code review Co-authored-by: bthirion <bertrand.thirion@inria.fr> * Apply suggestions from code review Co-authored-by: bthirion <bertrand.thirion@inria.fr> * uniformize changes into citation.cff * update affiliations * update some affiliations that only had countries * update some orcid * update more orcid and affiliations --------- Co-authored-by: bthirion <bertrand.thirion@inria.fr>
Configuration menu - View commit details
-
Copy full SHA for 18fae8e - Browse repository at this point
Copy the full SHA 18fae8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38fb768 - Browse repository at this point
Copy the full SHA 38fb768View commit details -
[DOC] add links and edit buttons to doc (nilearn#3964)
* add links and edit buttons to doc * update year in doc * add discord and mastodon * add badges * update
Configuration menu - View commit details
-
Copy full SHA for 93c49f1 - Browse repository at this point
Copy the full SHA 93c49f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19cc33d - Browse repository at this point
Copy the full SHA 19cc33dView commit details