Skip to content
MNE : Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
Python Other
  1. Python 99.5%
  2. Other 0.5%
Branch: master
Clone or download

Latest commit

larsoner and GuillaumeFavelier MRG, ENH: Allow disabling FXAA (#7877)
* ENH: Allow disabling FXAA

* FIX: Global

* DOC: Document correctly

* Fix relative import path

* FIX: Doc [skip travis]

Co-authored-by: Guillaume Favelier <guillaume.favelier@gmail.com>
Latest commit 3fdd502 Jun 10, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci MRG, ENH: Add example of projection to source space (#7705) May 29, 2020
.github MAINT: Use action instead [ci skip] Dec 12, 2019
doc MRG, ENH: Allow disabling FXAA (#7877) Jun 10, 2020
examples MRG, BUG: Fix combine evokeds (#7869) Jun 8, 2020
logo MRG, DOC: Better website style (#7532) Mar 31, 2020
mne MRG, ENH: Allow disabling FXAA (#7877) Jun 10, 2020
tools MAINT: Add ultraslow run (#7704) May 1, 2020
tutorials remove "and and" [ci skip] (#7882) Jun 8, 2020
.coveragerc MRG, ENH: Speed up clustering using numba (#6658) Aug 16, 2019
.gitignore ENH Keyboard functionality for interactive colorbar (#6857) Oct 2, 2019
.lgtm.yml MRG: fix issues raised by LGTM.com (#5914) Feb 11, 2019
.mailmap FIX: Mailmap, authors, version Mar 27, 2020
.travis.yml MAINT: Clean up VTK and add to pre on Azure (#7780) May 14, 2020
CONTRIBUTING.rst MAINT: Use org-wide CoC (#7130) Dec 10, 2019
LICENSE.txt MAINT: Fix license (#6398) Jun 2, 2019
MANIFEST.in add icons to source dist (#7840) May 27, 2020
Makefile FIX: Check manifest update [ci skip] (#7722) May 4, 2020
README.rst Fix Readme badges (#7817) May 24, 2020
azure-pipelines.yml WIP, MAINT: Simpler VTK 9 on PyPI (#7801) May 20, 2020
codecov.yml MAINT: Add badges and tweak codecov (#7749) May 7, 2020
environment.yml DOC: update link to glasser supplementary info; convert to footbib (#… Jun 5, 2020
ignore_words.txt FIX: Spelling [ci skip] Mar 27, 2020
requirements.txt DOC: update link to glasser supplementary info; convert to footbib (#… Jun 5, 2020
setup.cfg MRG: _TimeViewer resource guide (#7606) Apr 19, 2020
setup.py add icons to source dist (#7840) May 27, 2020

README.rst

Travis Azure Circle Codecov PyPI conda-forge Zenodo

MNE

MNE-Python

MNE-Python software is an open-source Python package for exploring, visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG, ECoG, and more. It includes modules for data input/output, preprocessing, visualization, source estimation, time-frequency analysis, connectivity analysis, machine learning, and statistics.

Documentation

MNE documentation for MNE-Python is available online.

Installing MNE-Python

To install the latest stable version of MNE-Python, you can use pip in a terminal:

pip install -U mne
  • MNE-Python 0.17 was the last release to support Python 2.7
  • MNE-Python 0.18 requires Python 3.5 or higher
  • MNE-Python 0.21 requires Python 3.6 or higher

For more complete instructions and more advanced installation methods (e.g. for the latest development version), see the installation guide.

Get the latest code

To install the latest version of the code using pip open a terminal and type:

pip install -U https://github.com/mne-tools/mne-python/archive/master.zip

To get the latest code using git, open a terminal and type:

git clone git://github.com/mne-tools/mne-python.git

Alternatively, you can also download a zip file of the latest development version.

Dependencies

The minimum required dependencies to run MNE-Python are:

  • Python >= 3.6
  • NumPy >= 1.13.3
  • SciPy >= 1.0.0

For full functionality, some functions require:

  • Matplotlib >= 2.1
  • Mayavi >= 4.6
  • PySurfer >= 0.8
  • Scikit-learn >= 0.19.1
  • Numba >= 0.40
  • NiBabel >= 2.1.0
  • Pandas >= 0.21
  • Picard >= 0.3
  • CuPy >= 4.0 (for NVIDIA CUDA acceleration)
  • DIPY >= 0.10.1
  • Imageio >= 2.6.1
  • PyVista >= 0.24

Contributing to MNE-Python

Please see the documentation on the MNE-Python homepage:

https://mne.tools/dev/install/contributing.html

Mailing list

http://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis

Licensing

MNE-Python is BSD-licenced (3 clause):

This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.

Copyright (c) 2011-2019, authors of MNE-Python. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the names of MNE-Python authors nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.

This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.

You can’t perform that action at this time.