Releases: heilerich/neurone_loader
Releases · heilerich/neurone_loader
Version 2.0.1
Version 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
andPhase
objects now expose subject information read from the
session protocol XML files as thesubject_info
property. This information is also exported to
MNE objects. - Feature: Conversion to MNE now sets the
meas_date
in the MNEInfo
object to the recording
start date from the session protocol XML file.
Version 1.1.7
- Bugfix: A crash could occur when trying to load a phase with no events.
Version 1.1.6
-
Bugfix: Reproducible ordering of sessions
⚠️ Session loading usesos.listdir
to find sessions. This function does not guarantee
any specific order, which might lead to inconsistencies between systems or even runs on the same
system. Sessions are now ordered chronological, i.e. according to their start time, which is
probably what most users expect. -
Maintenance: Tests were migrated from Travis to GitHub Actions
Version 1.1.5
- Package version should match release tag
Version 1.1.4
- Documentation updates for JOSS review
- Automatic deployment to PyPI (fixed)
Version 1.1.0
New channel dropping feature and some bugfixes for the export to python-mne.
Version 1.0.1
Improved test stability and unified logging for all modules.
v1.0.0: Merge pull request #1 from heilerich/devel
Initial release