Skip to content
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] Replace numpy with pandas in data loaders #2829

Merged
merged 49 commits into from
Jan 28, 2022

Commits on May 7, 2021

  1. Repalce numpy with pandas

    achamma723 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    1d04072 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. rebase

    achamma723 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    4fae766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58ff41c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68e19e5 View commit details
    Browse the repository at this point in the history
  4. Fix pep8 + destrieux

    achamma723 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    03e1f58 View commit details
    Browse the repository at this point in the history
  5. Fix pep8

    achamma723 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    1bac472 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    382e6a4 View commit details
    Browse the repository at this point in the history
  2. Merge docs

    achamma723 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    aeaf3ef View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    24024b1 View commit details
    Browse the repository at this point in the history
  2. Iter

    NicolasGensollen committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    539ab52 View commit details
    Browse the repository at this point in the history
  3. Fix test

    NicolasGensollen committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    c74c356 View commit details
    Browse the repository at this point in the history
  4. Fix other test

    NicolasGensollen committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    0a0b98b View commit details
    Browse the repository at this point in the history
  5. Iter

    NicolasGensollen committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    8ec02f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Add warnings

    NicolasGensollen committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    93f36dd View commit details
    Browse the repository at this point in the history
  2. Fix PEP8

    NicolasGensollen committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    1d0eaba View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    4264ab2 View commit details
    Browse the repository at this point in the history
  2. Fix PEP8

    NicolasGensollen committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    3be0123 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8455f92 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    e558a25 View commit details
    Browse the repository at this point in the history
  2. Fix

    NicolasGensollen committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    ba553c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7ff85 View commit details
    Browse the repository at this point in the history
  4. Fix examples

    NicolasGensollen committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    b1a86a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. [ENH] Add cbar_tick_format to plotting functions (nilearn#2859)

    * enable cbar_tick_format in BaseSlicer
    
    * show in examples
    
    * Add whatsnew entry
    
    * [circle full] test full build
    
    * Fix doctrings and kwarg for colorbar and cbar_tick_format
    
    * pep8
    
    * Re-add tests and fix rebase issues
    
    * Fix PEP8
    
    * [circle full] request full build
    
    * plot_roi cbar tick format defaults to integers
    
    * escape %
    
    * [circle full] request full build
    NicolasGensollen authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    41c8e7b View commit details
    Browse the repository at this point in the history
  2. Rename private functions of permuted_least_squares to start with '_' (

    nilearn#3131)
    
    * rename functions
    
    * update test
    
    * Fix PEP8
    NicolasGensollen authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    10e1795 View commit details
    Browse the repository at this point in the history
  3. [MAINT] Update git protocol in CircleCI fetch step (nilearn#3124)

    * update protocol
    
    * try force cleaning
    
    * try clearing cache
    NicolasGensollen authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b229c9f View commit details
    Browse the repository at this point in the history
  4. [MAINT] Scipy deprecation warning in RegionExtractor (nilearn#3130)

    atol='legacy' option in `scipy.sparse.linalg.cg` to avoid deprecation warning
    htwangtw authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    ca6746d View commit details
    Browse the repository at this point in the history
  5. [MAINT] Remove deprecated sessions and sample_mask attributes of …

    …`NiftiMasker` (nilearn#3133)
    
    * remove deprecated sessions and sample_mask
    
    * Update tests
    
    * Update doctest
    
    * [circle full] add whatsnew entry
    
    * [circle full] fix
    NicolasGensollen authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0f5f07d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1745e44 View commit details
    Browse the repository at this point in the history
  7. [ENH] Move FSL- and BIDS-related functions to interfaces module (nile…

    …arn#3126)
    
    * Move BIDS and FSL-related functions to the interfaces module.
    
    * Update associated imports across the library.
    
    * Add migrated functions to the reference page.
    
    * Add entries to whatsnew page. Will need to update with PR link.
    
    * Move tests for new functions into appropriate files.
    
    * Update the pull request number.
    tsalo authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    4668e3e View commit details
    Browse the repository at this point in the history
  8. [FIX] Fix links in whats_new (nilearn#3139)

    * [circle full] fix links
    
    * [circle full] fix wrong glossary entry
    NicolasGensollen authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    d0d1093 View commit details
    Browse the repository at this point in the history
  9. [FIX] fixed code + added test (nilearn#3137)

    * fixed code + added test
    
    * pep8
    
    * Added to whatsnew
    
    * string fix
    bthirion authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b42b4c0 View commit details
    Browse the repository at this point in the history
  10. [ENH] Refactor plot_matrix (nilearn#3001)

    * Refactor plot_matrix
    
    * Improve docstrings
    
    * Fix PEP8
    
    * [circle full] request full build
    
    * Add tests for plot_matrix and refactor
    
    * Fix PEP8
    
    * Add missing test
    
    * [circle full] request full build
    
    * [circle full] Fix method reference
    
    * [circle full] Avoid hardcoded parameters.
    
    * Update nilearn/plotting/matrix_plotting.py
    
    Co-authored-by: bthirion <bertrand.thirion@inria.fr>
    
    Co-authored-by: bthirion <bertrand.thirion@inria.fr>
    2 people authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    7b4a476 View commit details
    Browse the repository at this point in the history
  11. [FIX] replace interpreter call (nilearn#3136)

    The python command is not guaranteed to exist. On some systems it refers to old python 2.
    
    See https://www.python.org/dev/peps/pep-0394/
    bnavigator authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    c61e7a4 View commit details
    Browse the repository at this point in the history
  12. [FIX] FirstLevelModel signal_scaling (nilearn#3135)

    * Add failing test
    
    * get rid of scaling_axis attribute
    
    * deprecate scaling_axis
    
    * [circle full] add whatsnew entry
    
    * Fix
    NicolasGensollen authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    737c986 View commit details
    Browse the repository at this point in the history
  13. [ENH] Include Hierarchical KMeans in regions.Parcellations (nilearn#2282

    )
    
    * Including Hierarchical Kmeans in doc and example
    
    * Adding hierarchical k_means and make it available in parcellations
    
    * test hierarchical_kmeans and test Parcellation using it
    
    * fix incompatible apis of fit() and transform() methods
    
    * Improve docstring and example layout
    
    * "Upgrade to get_data function"
    
    * "changing nose function to pytest function as the rest of the library evolved"
    
    * "solving sklearn.utils.testing deprecation"
    
    * "improve flake8"
    
    * "flake8, missing import, adding test exception"
    
    * Apply suggestions from code review
    
    Including B.T. suggestions
    
    Co-authored-by: bthirion <bertrand.thirion@inria.fr>
    
    * "adding tests for 'scaling' and warning ; fixed scaling bug"
    
    * "test_refactoring"
    
    * "flake8 fixes"
    
    * "clarify example, fix PEP8"
    
    * Apply suggestions from code review
    
    Co-authored-by: bthirion <bertrand.thirion@inria.fr>
    
    * "apply suggestions from N.G. review"
    
    * Apply suggestions from code review
    
    Co-authored-by: Gensollen <nicolas.gensollen@gmail.com>
    
    * "apply B.T refactoring"
    
    * "flake8"
    
    * "flake8"
    
    * "codespell"
    
    * "enforcing final number of clusters is the one asked by the user"
    
    * "solving bugging test_case"
    
    * "solving edge case"
    
    * "missing float casting"
    
    * "check that adjusted clusters are int"
    
    * "flake8 fix"
    
    * Update nilearn/regions/hierarchical_kmeans_clustering.py
    
    Co-authored-by: bthirion <bertrand.thirion@inria.fr>
    
    * Update examples/03_connectivity/plot_data_driven_parcellations.py
    
    Co-authored-by: bthirion <bertrand.thirion@inria.fr>
    
    * Update examples/03_connectivity/plot_data_driven_parcellations.py
    
    Co-authored-by: bthirion <bertrand.thirion@inria.fr>
    
    * "fix code review comments"
    
    * 'fix bug introduced by review suggestion'
    
    * Update nilearn/regions/hierarchical_kmeans_clustering.py
    
    Co-authored-by: Gensollen <nicolas.gensollen@gmail.com>
    
    * Update nilearn/regions/hierarchical_kmeans_clustering.py
    
    Co-authored-by: Gensollen <nicolas.gensollen@gmail.com>
    
    * Update nilearn/regions/hierarchical_kmeans_clustering.py
    
    Co-authored-by: Gensollen <nicolas.gensollen@gmail.com>
    
    * Update nilearn/regions/hierarchical_kmeans_clustering.py
    
    Co-authored-by: Gensollen <nicolas.gensollen@gmail.com>
    
    * "apply code review suggestions"
    
    * "add whats_new"
    
    * fixing docstring
    
    * addressing comments of jdockes
    
    * trying to fix pep8 violations
    
    * simplifying hierarchical k-means avoiding useless checks
    
    * pep8
    
    * Addressing other comments by jdockes
    
    Co-authored-by: BAZEILLE Thomas <thomas.bazeille@inria.fr>
    Co-authored-by: bthirion <bertrand.thirion@inria.fr>
    Co-authored-by: Gensollen <nicolas.gensollen@gmail.com>
    4 people authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    3fcc155 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    da18fdc View commit details
    Browse the repository at this point in the history
  15. [FIX] Fix hommel value computation (nilearn#3109)

    * added deploy key
    
    * clean deploy key
    
    * clean deploy key
    
    * clean cricreci.yml
    
    * clean circleci.yml
    
    * clean circleci.yml
    
    * clean circleci.yml
    
    * fixed Hommel function + added test
    
    * pep8 fixes
    
    * pep8 fixes
    
    * pep8 fixes
    
    * correct use of assert
    
    * revert unrelated change
    
    * minor fixed on hommel value computation
    
    * addedwhatsnew entry
    
    Co-authored-by: Gensollen <nicolas.gensollen@gmail.com>
    2 people authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    d1466c2 View commit details
    Browse the repository at this point in the history
  16. [DOC] Refactor change logs (nilearn#3049)

    * Add gh_substitutions
    
    * Add links to contributor profiles (unfinished)
    
    * Use contributor links in AUTHORS
    
    * Break and refactor changelog (unfinished...)
    
    * [circle full] Fix typo and run full build in strict mode.
    
    * Add more links
    
    * iter
    
    * [circle full] request full build
    
    * Add more links again
    
    * [circle full] Iter.
    
    * Update AUTHORS.rst
    
    * gh_role --> _gh_role
    
    * [circle full] Add fundings.
    
    * [circle full] Fix wrong ref.
    
    * [circle full] update niconnect link
    
    * [circle full] fix ref
    
    * fix refs: input_data -> maskers
    
    * [circle full] request full build
    
    * [circle full] fix old ref to fetch_cobre
    
    * [circle full] fix broken ref
    
    * [circle full] Fix error in rebase
    NicolasGensollen authored and achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    3e900a9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e1657b1 View commit details
    Browse the repository at this point in the history
  18. Rebase

    achamma723 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0d2bc7f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    26e92ff View commit details
    Browse the repository at this point in the history
  2. [MAINT] Bump dependencies for release 0.9.0 (nilearn#3143)

    * bump dependencies
    
    * [circle full] Add whatsnew.
    NicolasGensollen authored and achamma723 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    26de3fe View commit details
    Browse the repository at this point in the history
  3. Jerome's review

    NicolasGensollen committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    55db108 View commit details
    Browse the repository at this point in the history
  4. remove warning

    NicolasGensollen committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    fb5c56b View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. [INFRA] Add tests min requirements with Matplotlib (nilearn#3144)

    * Add tests min req with matplotlib
    
    * remove useless variable
    
    * [circle full] update README
    NicolasGensollen authored and achamma723 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    27e00f0 View commit details
    Browse the repository at this point in the history
  2. 2021 -> 2022 (nilearn#3146)

    NicolasGensollen authored and achamma723 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    304e782 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ba2487 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1dd5d8 View commit details
    Browse the repository at this point in the history
  5. Revert "2021 -> 2022 (nilearn#3146)"

    This reverts commit 304e782.
    achamma723 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    65fe185 View commit details
    Browse the repository at this point in the history