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

Mapping values to foci. #259

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open

Mapping values to foci. #259

wants to merge 50 commits into from

Commits on Jul 1, 2018

  1. - Brain.add_foci can now map values using foci color and size.

    - added Brain.add_text3d for labeling foci in 3d
    cristidonos committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    1716aab View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    9fbd69f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. MRG: Fix scale_data_colormap and add FXAA (nipy#261)

    * FIX: Render tweaks
    
    * FIX: Use correct data_dict
    
    * FIX: test backend
    
    * FIX: Better check
    
    * FIX: Old VTK
    larsoner authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    16e5ed2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. MRG: width/height in offscreen mode (nipy#265)

    * FIX: width/height in offscreen mode
    
    * MAINT: Sisyphus
    
    * BUG: Modernize labels
    
    * FIX: Circle
    
    * FIX: Stretch
    
    * FIX: More
    
    * MAINT: Push the rock
    
    * FIX: Skip for 3
    larsoner authored and agramfort committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    df68527 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Integrate better with Jupyter notebook (nipy#268)

    * Integrate better with Jupyuter notebook
    
    Mayavi can render things inside a jupyter notebook as either PNG or X3D.
    This functionality can be enabled with `mlab.init_notebook()`.
    
    This PR adds an `_ipython_display_` hook to the `Brain` class that
    renders the brain accordgin to the Mayavi notebook integration settings.
    
    * Add note on Jupyter notebook integration to docs
    
    * Fix links in doc
    wmvanvliet authored and larsoner committed May 22, 2019
    Configuration menu
    Copy the full SHA
    8b0d631 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. MAINT: Update fsaverage (nipy#270)

    * MAINT: Update fsaverage
    
    * FIX: Bump to 3.5
    
    * ENH: Run more on CircleCI
    
    * MAINT: CI
    
    * MAINT: CI
    
    * MAINT: CI
    
    * MAINT: Circle
    
    * FIX: Pattern
    
    * FIX: Circle
    
    * FIX: Try again
    
    * FIX: Better
    
    * FIX: One more
    larsoner authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    27f54c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    b9a7dd6 View commit details
    Browse the repository at this point in the history
  2. Set annotation LUT directly (nipy#271)

    mwaskom authored and larsoner committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    b2474cf View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    80c3ccb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    9cd7511 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. ENH: Add option to smooth to nearest (nipy#275)

    * ENH: Add option to smooth to nearest
    
    * DOC: Update docstring
    
    * FIX: Flake
    
    * FIX: Undordered vertices are the worst
    
    * FIX: Orders are hard
    
    * DOC: Changes
    larsoner authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    1fb7daf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64a1069 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. ENH: Add kwargs in Brain.add_* and pass it to mayavi modules (nipy#276)

    * Feat: add kwargs in Brain.add_* and pass it to mayavi modules, so that we could directly manipulate mayavi display settings, like point resolution and overlay opacity.
    
    * Fix: Fix code styles which failed in the flake test.
    
    * Modify test_viz to pass the kwargs to the mayavi module.
    
    * fix flake test.
    
    * Specifying `kwargs` as `mlab_kws` and make the documentation more clear.
    
    * Revert "Specifying `kwargs` as `mlab_kws` and make the documentation more clear."
    
    This reverts commit c7a5912.
    
    * Link mayavi documents.
    
    * Give detailed explanations about the kwargs passed to the functions.
    
    * Revert "Link mayavi documents."
    
    This reverts commit 2c86a04.
    
    * Change the position of line breaking.
    
    * Fix the typo and unavailable links.
    
    * Fix render errors.
    
    * Revert "Fix render errors."
    
    This reverts commit ac0b7b8.
    
    * Fix render error.
    
    * Improve code rendering.
    
    * Revert "Fix render error."
    
    This reverts commit bbf7631.
    
    * Fix line breaking error.
    
    * Revert "Fix line breaking error."
    
    This reverts commit 6efccac.
    
    * Fix line breaking error.
    
    * Revert "Fix line breaking error."
    
    This reverts commit a7abf61.
    
    * Force line breaking to fix the rendering error on long code.
    
    * Revert "Force line breaking to fix the rendering error on long code."
    
    This reverts commit 6a9cdf1.
    
    * Force line breaking to fix the rendering error on long code.
    
    * Revert "Force line breaking to fix the rendering error on long code."
    
    This reverts commit c7f6a9f.
    
    * Force line breaking to fix the rendering error on long code.
    
    * Revert "Force line breaking to fix the rendering error on long code."
    
    This reverts commit de31e5f.
    
    * Fix render error
    
    Force line breaking to avoid render error.
    
    * Render undocumented function as plain code.
    
    * Fix sectioning.
    
    * FIX: Formatting
    DingkunLiu authored and larsoner committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    e85753e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    0e1da27 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Merge pull request nipy#279 from larsoner/cleanup

    BUG: Properly clean up on del
    mwaskom authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    3692eb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. FIX: Safer exit

    larsoner committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e79624d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. FIX: Actually close

    larsoner committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    78950ed View commit details
    Browse the repository at this point in the history
  2. FIX: Try again

    larsoner committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    e79e15d View commit details
    Browse the repository at this point in the history
  3. FIX: Again again

    larsoner committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    0b20e8b View commit details
    Browse the repository at this point in the history
  4. FIX: Different

    larsoner committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    1435b57 View commit details
    Browse the repository at this point in the history
  5. FIX: One more

    larsoner committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    2cf1d73 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. FIX: Dont reuse by default

    larsoner committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    5aaf043 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nipy#285 from larsoner/safer

    MRG, FIX: Safer exit
    mwaskom authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    21e7183 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Fix (nipy#286)

    wmvanvliet authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    dd9f3b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. MRG, FIX: Fix bug with scale_data_colormap (nipy#287)

    * FIX: Fix bug with scale_data_colormap
    
    * FIX: Fix for deprecation
    
    * FIX: One more
    larsoner authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    cd2f074 View commit details
    Browse the repository at this point in the history
  2. fix int (nipy#288)

    kingjr authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    6962fe9 View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    larsoner authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    f576145 View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    larsoner authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    bd2bbfe View commit details
    Browse the repository at this point in the history
  5. FIX: CSS

    larsoner committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    f67f444 View commit details
    Browse the repository at this point in the history
  6. FIX: Update changes

    larsoner committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    6967306 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Set up CI with Azure Pipelines

    [skip ci]
    larsoner committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    7952423 View commit details
    Browse the repository at this point in the history
  2. FIX: Remove force render

    larsoner committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    9c43880 View commit details
    Browse the repository at this point in the history
  3. ENH: Azure

    larsoner committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    38db203 View commit details
    Browse the repository at this point in the history
  4. FIX: Missed

    larsoner committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    b7f25db View commit details
    Browse the repository at this point in the history
  5. FIX: Missed again

    larsoner committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    963c9b6 View commit details
    Browse the repository at this point in the history
  6. FIX: Try again

    larsoner committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    b3522d4 View commit details
    Browse the repository at this point in the history
  7. FIX: Wrong call

    larsoner committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    11afc4a View commit details
    Browse the repository at this point in the history
  8. FIX: Explicit close/del

    larsoner committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    283a580 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. FIX: Safer del

    larsoner committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    ce7ac2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request nipy#289 from larsoner/force

    MRG, FIX: Remove force render
    mwaskom authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    07dc04b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. STY: Dont log info messages by default (nipy#293)

    * FIX: Verbose
    
    * FIX: MNE vers
    larsoner authored May 18, 2020
    Configuration menu
    Copy the full SHA
    1afce4b View commit details
    Browse the repository at this point in the history
  2. ENH: Move up to 3.8 (nipy#294)

    * ENH: Move up to 3.8
    
    * FIX: Newer
    
    * FIX: Newer
    larsoner authored May 18, 2020
    Configuration menu
    Copy the full SHA
    09513f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. ENH: Add FXAA option (nipy#295)

    * ENH: Add FXAA option
    
    * FIX: Mayavi for VTK9
    larsoner authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    b0ca3a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. MRG, MAINT: Simpler vector params (nipy#291)

    * MAINT: Simpler vector params
    
    * FIX: Undo auto scaling
    
    * FIX: Dup
    
    * FIX: URL
    
    * FIX: Better
    
    * FIX: More tolerant of type
    larsoner authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    9e5fe1f View commit details
    Browse the repository at this point in the history
  2. MAINT: Bump version

    larsoner committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    85e9e6c View commit details
    Browse the repository at this point in the history
  3. MAINT: Bump version

    larsoner committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    f02cca8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    2512fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3749dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c9cb10 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/cristidonos/PySurfer into…

    … master
    
    � Conflicts:
    �	surfer/viz.py
    cristidonos committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    cd3de2f View commit details
    Browse the repository at this point in the history