Skip to content

Commit

Permalink
start developing 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Nov 16, 2023
1 parent 84df199 commit 781fc57
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 12 deletions.
30 changes: 19 additions & 11 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
What's new?
===========

.. _changes_0_14:
.. _changes_0_15:

Version 0.14 (2023-11-16)
Version 0.15 (unreleased)
-------------------------

👩🏽‍💻 Authors
~~~~~~~~~~~~~~~

The following authors contributed:
The following authors contributed for the first time. Thank you so much! 🤩

* nobody yet

The following authors had contributed before. Thank you for sticking around! 🤘

* `Eric Larson`_
* `Laetitia Fesselier`_
* `Mathieu Scheltienne`_
* `Richard Höchenberger`_
* `Stefan Appelhoff`_

Detailed list of changes
Expand All @@ -29,14 +29,22 @@ Detailed list of changes
🚀 Enhancements
^^^^^^^^^^^^^^^

- Enable exporting to the EEGLAB data format (``.set``), by `Laetitia Fesselier`_ and `Stefan Appelhoff`_ (:gh:`1187`)
- nothing yet

🧐 API and behavior changes
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- nothing yet

🛠 Requirements
^^^^^^^^^^^^^^^

- nothing yet

🪲 Bug fixes
^^^^^^^^^^^^

- Fix reading when the channel order differs between ``*_channels.tsv`` and the raw data file, which would previously throw an error, by `Richard Höchenberger`_ (:gh:`1171`)
- Fix bug with writing crosstalk and calibration files when subject is ``"emptyroom"``, by `Eric Larson`_ (:gh:`1189`)
- Make ``recording`` entity available for :func:`mne_bids.get_entity_vals`, by `Stefan Appelhoff`_ (:gh:`1182`)
- nothing yet

:doc:`Find out what was new in previous releases <whats_new_previous_releases>`

Expand Down
31 changes: 31 additions & 0 deletions doc/whats_new_previous_releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@
What was new in previous releases?
==================================

.. _changes_0_14:

Version 0.14 (2023-11-16)
-------------------------

👩🏽‍💻 Authors
~~~~~~~~~~~~~~~

The following authors contributed:

* `Eric Larson`_
* `Laetitia Fesselier`_
* `Mathieu Scheltienne`_
* `Richard Höchenberger`_
* `Stefan Appelhoff`_

Detailed list of changes
~~~~~~~~~~~~~~~~~~~~~~~~

🚀 Enhancements
^^^^^^^^^^^^^^^

- Enable exporting to the EEGLAB data format (``.set``), by `Laetitia Fesselier`_ and `Stefan Appelhoff`_ (:gh:`1187`)

🪲 Bug fixes
^^^^^^^^^^^^

- Fix reading when the channel order differs between ``*_channels.tsv`` and the raw data file, which would previously throw an error, by `Richard Höchenberger`_ (:gh:`1171`)
- Fix bug with writing crosstalk and calibration files when subject is ``"emptyroom"``, by `Eric Larson`_ (:gh:`1189`)
- Make ``recording`` entity available for :func:`mne_bids.get_entity_vals`, by `Stefan Appelhoff`_ (:gh:`1182`)

.. _changes_0_13:

Version 0.13 (2023-08-21)
Expand Down
2 changes: 1 addition & 1 deletion mne_bids/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""MNE software for easily interacting with BIDS compatible datasets."""

__version__ = "0.14"
__version__ = "0.15.dev0"
from mne_bids import commands
from mne_bids.report import make_report
from mne_bids.path import (
Expand Down

0 comments on commit 781fc57

Please sign in to comment.