Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2026-05-07

### Added
- Add `ScratchBackbone` for benchmarking DL models without pretrained weights. Only compatible with `FullFinetune` (enforced by the `Experiment` validator) ([#30](https://github.com/braindecode/OpenEEGBench/pull/30)).
- Add `class_weight` parameter to `RidgeProbingTraining` (`"balanced"` or `None`); **default changed to `"balanced"`** — pass `None` for the previous unweighted behavior ([#32](https://github.com/braindecode/OpenEEGBench/pull/32)).
Expand Down Expand Up @@ -75,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release.

[Unreleased]: https://github.com/braindecode/OpenEEGBench/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/braindecode/OpenEEGBench/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/braindecode/OpenEEGBench/releases/tag/v0.4.0
[0.3.0]: https://github.com/braindecode/OpenEEGBench/releases/tag/v0.3.0
[0.2.1]: https://github.com/braindecode/OpenEEGBench/releases/tag/v0.2.1
[0.2.0]: https://github.com/braindecode/OpenEEGBench/releases/tag/v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ authors:
family-names: Delorme
email: adelorme@ucsd.edu
affiliation: "Swartz Center for Computational Neuroscience, Institute for Neural Computation, San Diego Supercomputer Center, University of California San Diego, USA; CNRS, France"
version: 0.3.0
date-released: "2026-04-22"
version: 0.4.0
date-released: "2026-05-07"
identifiers:
- type: doi
value: 10.5281/zenodo.19698863
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "open-eeg-bench"
version = "0.3.0"
version = "0.4.0"
description = "Benchmarking parameter-efficient fine-tuning of EEG foundation models"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading