Alexandre Gramfort
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    Hello everyone, We are very pleased to announce the **new 0.23 release** of MNE-Python! 🎈🎈🎈 This release includes 72 pull requests merged as part of our New Developers Code Sprint in March, and more than a dozen **additional** contributions from those new developers **after** the code sprint. **Big thanks to all who participated!** 😍🙏👩🏽‍💻 ## A few highlights ### General infos - The MNE team has started offering regular fortnightly **"office ours"** on Discord to answer user questions. The next office hour will take place this Friday at 16:00 UTC. Come say "Hi!" at https://discord.gg/2hF3V4yT9Q - The community has now moved to a **new forum** to answer users' questions and make announcements (e.g., when office hours will be) at https://mne.discourse.group/. - The documentation at https://mne.tools now features a **new theme**. We are continuously working to improve layout, usability, and accessibility of our documentation. If you discover anything you don't like, that just doesn't work for you, or that might present a barrier to some users, please do reach out to us! We're looking forward to receiving your feedback. ### Usability - Gone is the 15-character limitation for channel names when writing FIFF files. - Raw, Epochs, and Info objects now have a beautiful tabular representation in Jupyter Notebooks. - Ever wanted to add Annotations to individual channels? This is now possible with the new `ch_names` parameter. - Annotations can now be exported to a pandas DataFramevia `Annotations.to_data_frame()`. - Interested in summary descriptive statistics for all your channels? Have a look at the new `Raw.describe()`. - Epochs and Evoked now allow you to easily apply transformations to their data using the brand-new `apply_function()` method. - Epochs metadata can now be generated automatically from events using `mne.epochs.make_metadata()`. - Raw.get_data() now has a `units` parameter to return data in the desired unit. ### Visualization - Dark mode! 🦉 Source estimate plots can now detect the operating system theme preferences and will apply a dark theme automatically if the OS is currently in dark mode. Dark mode can also be activated manually via the `theme` parameter of `mne.viz.Brain`. - Much improved interactive 3D plots in Jupyter Notebooks. (We're still trying to get Jupyter Lab to work nicely as well – it currently behaves rather erratically, though!) - The new `silhouette` parameter of `mne.viz.Brain` can be used to display sharp edges and to improve perception. ### Source imaging - New method `mne.Dipole.to_mni()` for more convenient conversion from `Dipole.pos` to MNI. - We have a new infant template MRI dataset downloader, `mne.datasets.fetch_infant_template()`. - Add digitizer information to `mne.io.read_raw_egi()`. - We now allow reading digitization from files other than `*.fif` in the coregistration GUI. - We managed to speed up `mne.inverse_sparse.tf_mixed_norm()` using STFT/ISTFT linearity. ### Data reading and writing - Moving over from EEGLAB? No problem! We've added support for reading new (2021) EEGLAB file format. - Moving back to EEGLAB? No problem either! You can now export Raw and Epochs to the EEGLAB format, thanks to the new `export()` methods and the [`eeglabio`](https://github.com/jackz314/eeglabio) package. - `mne.channels.read_custom_montage()` got more versatile! It now supports CSV, TSV, and XYZ support formats. - StarStim / enobio NEDF files can now be read via `mne.io.read_raw_nedf()`. ### Channel types - There is now a new `dbs` channel type for deep brain stimulation recordings. ## Notable API changes - `mne.beamformer.tf_dics()` has been deprecated - The default of `real_filter=False` in `mne.beamformer.make_dics()` will change to `True` in the next version of MNE-Python. - `mne.io.anonymize_info()` now also anonymizes the `sex` and `hand` fields when `keep_his=False`. - Evoked objects have gained a new `baseline` attribute that is automatically assembled based on the baseline of the averaged Epochs. - `mne.read_selection()` has been deprecated in favor of `mne.read_vectorview_selection()`. - Fitting ICA on baseline-corrected Epochs, and / or applying it on baseline-corrected Epochs or Evoked data will now display a warning. ## Full changelog For a full list of improvements and API changes, see: https://mne.tools/stable/whats_new.html#version-0-23 Find the full documentation at https://mne.tools/ ## Installing the new release Since quite a few things – including dependencies – have changed, we recommend creating a new environment with a “fresh” installation. Please follow the installation instructions on our website: https://mne.tools/stable/install/mne_python.html ## Feedback As usual, we welcome your bug reports, feature requests, critiques, and contributions. Development takes place on GitHub. If you would like to contribute, star the project, or just take a peek at the code, visit https://github.com/mne-tools/mne-python. You may follow us on Twitter: https://twitter.com/mne_news We hope you will enjoy the new features and many, many small improvements we have added, and are looking forward to receiving your feedback. Stay safe and take care! The MNE-Python developers ## Contributors MNE-Python is a community-driven project. We are always very happy to welcome new contributors of code and documentation! 41 people contributed to this release, and 11 of them contributed for the very first time – thank you so much for your time and effort, we truly appreciate it! This is the list of contributors in alphabetical order (first-time contributors marked with a “+”): * Adam Li * Alex Rockhill * Alexandre Gramfort * Ana Radanovic * Andres Rodriguez + * Anna Padee + * Apoorva Karekal + * Britta Westner * Catalina Magalvan * Christian Brodbeck * Christian Mista * Christian O'Reilly * Christina Zhao * Christopher J. Bailey * Clemens Brunner * Cora Kim + * Daniel McCloy * Denis A. Engemann * Dominik Welke + * Eduard Ort * Enrico Varano + * Eric Larson * Erica Peterson + * Evgenii Kalenkovich * Felix Klotzsche + * Giorgio Marinato * Guillaume Favelier * Jack Zhang+ * Jean-Remi King * Johann Benerradi * Joris Van den Bossche * Judy D Zhu + * Liberty Hamilton * Luke Bloy * Maggie Clarke + * Mainak Jas * Manorama Kadwani * Marijn van Vliet * Martin Schulz * Matt Sanderson + * Matteo Anelli + * Nicolas Gensollen * Ram Pari + * Richard Höchenberger * Richard Koehler + * Robert Luke * Rotem Falach + * Sebastien Treguer * Silvia Cotroneo + * Stefan Appelhoff * Steven Bierer * Sumalyo Datta + * Timon Merk * Tristan Stenner * Valerii Chirkov+ * Victoria Peterson * Yu-Han Luo * Zhi Zhang +

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully