You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: others/EEGLAB_revision_history.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,25 @@ Previous major EEGLAB versions (e.g., versions 13, 14, etc.) did not use this na
16
16
17
17
## EEGLAB version 2025.1.0
18
18
19
+
- Issue date: 9/26/2025; GIT tag: 2025.1.0
20
+
-**Version statistics**: 25 files changed with 1102 additions and 62 deletions.
21
+
-**Summary of changes:** This release focuses on improved reproducibility across MATLAB and Python workflows, expanded STUDY level functionality, and robustness fixes across channel handling, visualization, and plugin infrastructure. Key updates include deterministic behavior when using Python random seeds through EEGPREP, new STUDY utilities for run merging, enhanced support for multi dataset operations, and broader compatibility in plotting, channel location import, and BIDS based pipelines including EMG data.
22
+
-**AI guidance:** Added a new CLAUDE.md file to guide AI assisted use of EEGLAB.
23
+
-**Plugin install:** Fixed plugin_askinstall.m to improve plugin installation reliability.
24
+
-**Channel events:** Updated pop_chanevent.m to support event extraction across multiple datasets.
25
+
-**Time frequency:** Added a new button in pop_newtimef.m to compute the number of cycles.
26
+
-**Channel selection:** Updated pop_select.m to ensure selected channels are valid.
27
+
-**Topoplot scaling:** Fixed pop_topoplot.m behavior when head size differs from 85 mm.
28
+
-**Chanloc import:** Improved readeetacklocs.m to robustly read different channel location file formats.
29
+
-**ICA reproducibility:** Updated runica.m to improve compatibility with Python random seed reproducibility when using EEGPREP.
30
+
-**STUDY plotting:** Fixed pop_chanplot.m at the STUDY level to better detect files on disk.
31
+
-**Run merging:** Added std_mergeruns.m to merge runs at the STUDY level.
32
+
-**BIDS support:** Updated the EEG BIDS plugin for EMG compatibility and additional pipeline fixes.
33
+
-**Data cleaning:** Fixed clean_rawdata to ensure Python random seed reproducibility when using EEGPREP.
34
+
- Use this [Github link](https://github.com/sccn/eeglab/compare/2025.1.0..2026.0.0) to see all changes compared to the previous EEGLAB version.
35
+
36
+
## EEGLAB version 2025.1.0
37
+
19
38
- Issue date: 9/26/2025; GIT tag: 2025.1.0
20
39
-**Version statistics**: 39 files changed with 862 additions and 551 deletions.
21
40
-**Summary of changes:** EEGLAB 2025.1.0 introduces broad compatibility updates for MATLAB 2025, including fixes in eegplot rendering, font scaling, pophelp modernization, and automatic renderer adjustments to prevent darkened figures on Windows. It also corrects the representation of two-way ANOVA designs in STUDY functions, fixing factor ordering, labeling, and p-value mapping for more accurate visualization of 2×2 designs.
0 commit comments