Michael Waskom

Results 87 issues of Michael Waskom

If I do ``` b = Brain("fsaverage", "split", "inflated") for hemi in ["lh", "rh"]: b.add_annotation("aparc", hemi=hemi) ``` It adds the left hemi annotation but then removes it when it adds...

This is a placeholder for some functionality I'd like to add at some point. I think it would be nice to be able to do, e.g. ``` brain.add_neurosynth_term("executive", "reverse") ```...

Enhancement

The QT console is nicer than the terminal app in many aspects, it would be good if the `pysurfer` cli can be set to boot into it.

Enhancement

Conda has a pretty sophisticated ability to manage dependencies including things that can only be installed through pip and also R packages. Here's a blog post about it: http://continuum.io/blog/conda-data-science Could...

- Adding a couple of type annotations to give better IDE information - Fixing a couple of minor annotation issues - Updating the `inv type-stubs` task to remove all existing...

The set of included packaging tools that we install in the base image is another thing that varies across image builder versions. This might be interesting to know about (especially...

## Describe your changes TK TK TK — need a PR so I can hack on the actions workflow changes Backward/forward compatibility checks --- Check these boxes or delete any...