Skip to content

Releases: heilerich/neurone_loader

Version 2.0.1

05 Nov 11:57
43e1370
Compare
Choose a tag to compare
  • Bugfix: Fixes parsing errors due to diversly formatted date strings in the NeurOne protocol files.

Version 2.0.0

04 Nov 13:04
93c35db
Compare
Choose a tag to compare
  • ⚠️ 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.

Version 1.1.7

09 Sep 10:30
bf18bd0
Compare
Choose a tag to compare
  • Bugfix: A crash could occur when trying to load a phase with no events.

Version 1.1.6

13 Aug 13:55
2a21402
Compare
Choose a tag to compare
  • Bugfix: Reproducible ordering of sessions

    ⚠️ Session loading uses os.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

01 Oct 20:35
d78aabd
Compare
Choose a tag to compare
  • Package version should match release tag

Version 1.1.4

01 Oct 20:31
980a5ea
Compare
Choose a tag to compare
  • Documentation updates for JOSS review
  • Automatic deployment to PyPI (fixed)

Version 1.1.0

25 Aug 17:08
752f487
Compare
Choose a tag to compare

New channel dropping feature and some bugfixes for the export to python-mne.

Version 1.0.1

15 Mar 16:34
88ee33d
Compare
Choose a tag to compare

Improved test stability and unified logging for all modules.

v1.0.0: Merge pull request #1 from heilerich/devel

24 Jan 15:08
336fa94
Compare
Choose a tag to compare

v1.0.0rc1

23 Jan 13:10
fcb4716
Compare
Choose a tag to compare
v1.0.0rc1 Pre-release
Pre-release
concepts documentation for data structure and exporting