(todo)¶
- correct()
- Better support for parallel cores
- classification and regression
- Make the
extractmore flexible - Integrate figures with labels into one
- classification across timepints and across trials
- roll_on_level on time and time_group
0.8.4.1¶
- Fixed an issue when the model in
classificationwon't ouput weights.
0.8.4¶
- Added a slot
supplementtoAnalyzed_data - Supported multiple (>2) return values for
roll_on_levels - The output of
classificationwill includeweights, and it will be at attributesupplementofAnalyzed_data - Add default parameters for the topographical plot in
matrix_plot - If the parameter
positions's value offloat_plotis "channels",positionswill be set asio.load_topolocs('standard-10-5-cap385', None) - Make the default values
annotation=Noneandfig=Noneforfloat_plotandmatrix_plot
0.8.3.2¶
- Changed the Y-axis title to
powerforSpectrum - Changed the printing format of
AnalyzeData
0.8.3.1¶
- Fixed a issue in
multiple_comparison_correction - Fixed a issue of loading
AnalyzeData
0.8.3¶
- Removed
collectionfrom the hierarchical Extracted_epochs. Now there are onlycaseandbatch - New method
subtract(raw, between, align) - Fixed an issue of trial number when read more than one files of one subject.
- Changed
two_sampletest hypothesis from 'two-sides' to 'greater' inclassification - Added parameter
samplerateinload_raw_eeg - Set default values for parameter
plot_paramsandaxinplot_waveform,plot_spectrum,plot_heatmap, andplot_topograph - Supported to output the scores of different subjects in
classificationandtanova - Changed the
smoothtoclusterinmultiple_comparison_correction
0.8.2.5¶
- Now the AnalyzeData has the repr method
- Fixed a issue of TANOVA plot
- Fixed a issue of saving AnalyzeData
- Renamed the method
RMStoGFP
0.8.2.3¶
- Renamed the parameter
modetostrategyin the methodTANOVA
0.8.2.2¶
- Now
Time_frequencysupports the power difference between two conditions - Fixed a issue when plot the heatmap
0.8.2 (2018-03-05)¶
- Removed
time_groupindex which are unnecessary in Analyzed_Result - Refine X axis in figure
- Improved the compatibility of save() and load() of Analyzed_Result
- New algorithm
frequency_topography(). Now we can calculate the topography of frequency. - New method
convert()in moduleBasic
0.8.1 (2018-03-01)¶
- MASSIVE amount of changes
- Altered the package name to "easyEEG"
0.8 (2017-12-25)¶
- First to public release. Merry Xmax!