Releases: albertonogales/EEGRAPH
Releases · albertonogales/EEGRAPH
Release list
v0.1.17
Bug fixes
re_scaling(): result ofdf.sub()was silently discardedsingle_channel_graph(): off-by-one in percentile slice excluded last channelfrequency_bands(): delta band used exclusive lower bound>instead of>=time_stamps():isinstance()replacestype()==checks (fixes numpy scalar types)time_stamps(): guard against zero-length trailing intervalGraph.modelate():eval()replaced with safeglobals()class lookupimportData.load():eval()replaced with lambda dispatch dictModelData.connectivity_workflow():if(threshold) is not Noneparenthesis errorCorr_cross_correlation_Estimator: guard for empty lag arrays on short signalssetup.py:classiferstypo fixed toclassifiers- Duplicate test method removed from
tests.py
Compatibility
- NumPy ≥ 1.25: fixed array-to-scalar assignment deprecations in
tools.pyandstrategy.py - Fixed invalid escape sequence
\s→r"\s"inimportData.py logging.warn()→logging.warning()
Documentation
- Added
CLAUDE.md— architecture reference for contributors - Updated
README.md— citation, dependency table, connectivity measure table, known issues - Updated
CHANGELOG.txt