Skip to content

v0.2.0

Choose a tag to compare

@PierreGtch PierreGtch released this 07 Apr 14:01
· 26 commits to main since this release
18aa783

Added

  • Benchopt interface for running benchmarks via the benchopt_wrappers directory (#8).
  • Experiment wrapper allowing multiple experiments to run on the same node via Joblib (#10).
  • NoNormalization transform to simplify serialization (#11).
  • Option for collect_results to wait for pending jobs (#11).
  • Experimental warnings on helper functions (#10).
  • Skip experiments that are already completed (#10).
  • Optional sorting in result collection (#10).

Changed

  • Bumped braindecode dependency to 1.4.0 (#12).
  • Set dataset preload=False by default (#11).
  • Improved error parsing and infra model_dump output (#10).
  • Documentation now uses the pip install command for installation instructions.

Fixed

  • Corrected EEG montages handling (#9).
  • Removed infra from _exclude_from_cls_uid so jobs correctly honor the retry and force modes (#10).

Full Changelog: v0.1.0...v0.2.0