nbara / python-meegkit

🔧🧠 MEEGkit: MEG & EEG processing toolkit in Python
https://nbara.github.io/python-meegkit/
BSD 3-Clause "New" or "Revised" License
182 stars 50 forks source link

Bump version + fix sklearn/pyriemann compat #29

Closed nbara closed 3 years ago

nbara commented 3 years ago

Pyriemann doesn't seem to be maintained anymore, so we have to point to a specific PR that adresses compatibility fixes with scikit-learn>=0.24

cf. https://github.com/alexandrebarachant/pyRiemann/issues/94

codecov[bot] commented 3 years ago

Codecov Report

Merging #29 (1e997b2) into master (aed858d) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   75.72%   75.74%   +0.01%     
==========================================
  Files          18       18              
  Lines        2056     2057       +1     
==========================================
+ Hits         1557     1558       +1     
  Misses        499      499              
Impacted Files Coverage Δ
meegkit/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aed858d...1e997b2. Read the comment docs.