Changelog#

v0.4.1#

Project maintenance

Documentation

  • Contents newly added in update version 0.4.1

  • Refine the k-fold cross-validation experiment instruction document

  • Use mne document decorator to reduce duplication

v0.4.0#

Documentation

  • The documentation engine has been changed from MkDocs to Sphinx

  • Add dpeeg usage tutorial

  • Improve API reference documentation

  • Design dpeeg logo

Project maintenance

  • Designed new EEG Data class to define all EEG data types

  • Restructured the way to obtain the dataset, and further defined the basic the basic dataset and local file dataset. For details, refer to EEG Dataset

  • According to the newly defined EEG Data, the trainer and corresponding experimental methods were reconstructed

  • Refactored Transforms to support both EEG Data and EEG Dataset