Skip to content

Commit

Permalink
chore: prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heilerich committed Nov 4, 2021
1 parent b38674c commit 93c35db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2.0.0

* ⚠️ This release drops support for end-of-life python versions, most notably Python 2.7. It also
introduces support for more recent python versions up to 3.9.
* Feature: `Recording`, `Session` and `Phase` objects now expose subject information read from the
session protocol XML files as the `subject_info` property. This information is also exported to
MNE objects.
* Feature: Conversion to MNE now sets the `meas_date` in the MNE `Info` object to the recording
start date from the session protocol XML file.

# 1.1.7

* Bugfix: A crash could occur when trying to load a phase with no events.
Expand Down
2 changes: 1 addition & 1 deletion neurone_loader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

from .loader import Recording, Session, Phase

__version__ = '1.1.7'
__version__ = '2.0.0'

0 comments on commit 93c35db

Please sign in to comment.