Changelog ========= This document records notable changes to the CaliBrain project. Version 1.0.1 (2025-05-24) -------------------------- * [FEATURE] Include ERP signal generation. Add Multi trial simulation and refactor DataSimulator (`Issue #6 `_, implemented in `PR #7 `_). * [ENHANCEMENT] Refactored ERP signal generation for smoother waveforms and support for random Hanning window length/duration (`Commit 035d65c _`). * [BUGFIX] Enhance noise handling in data simulation Version 0.1.0 (2025-04-28) -------------------------- * Initial release. * Added `LeadfieldSimulator` for simulating leadfields. * Added `DataSimulator` for generating synthetic data. * Added `SourceEstimator` for estimating source activity using gamma MAP and eLORETA. * Added `UncertaintyEstimator` for estimating uncertainty in source activity. * Added `Benchmark` class for benchmarking source estimation methods. * Added `utils` module for utility functions.