v0.2.0
Added
- Benchopt interface for running benchmarks via the
benchopt_wrappersdirectory (#8). - Experiment wrapper allowing multiple experiments to run on the same node via Joblib (#10).
NoNormalizationtransform to simplify serialization (#11).- Option for
collect_resultsto 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
braindecodedependency to 1.4.0 (#12). - Set dataset
preload=Falseby default (#11). - Improved error parsing and infra
model_dumpoutput (#10). - Documentation now uses the
pip installcommand for installation instructions.
Fixed
- Corrected EEG montages handling (#9).
- Removed
infrafrom_exclude_from_cls_uidso jobs correctly honor theretryandforcemodes (#10).
Full Changelog: v0.1.0...v0.2.0