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 <https://github.com/braindatalab/CaliBrain/commit/035d65c0f434ae614d675eb3e03e0585a2bc6254>_).

  • [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.