Skip to content

Commit 6af5f87

Browse files
authored
Version 0.6.0 (#41)
1 parent b5f1a2b commit 6af5f87

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2026-06-02
11+
1012
### Added
1113
- Add the EEGPT backbone ([#40](https://github.com/braindecode/OpenEEGBench/pull/40)).
1214

@@ -90,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9092

9193
Initial release.
9294

93-
[Unreleased]: https://github.com/braindecode/OpenEEGBench/compare/v0.5.0...HEAD
95+
[Unreleased]: https://github.com/braindecode/OpenEEGBench/compare/v0.6.0...HEAD
96+
[0.6.0]: https://github.com/braindecode/OpenEEGBench/releases/tag/v0.6.0
9497
[0.5.0]: https://github.com/braindecode/OpenEEGBench/releases/tag/v0.5.0
9598
[0.4.0]: https://github.com/braindecode/OpenEEGBench/releases/tag/v0.4.0
9699
[0.3.0]: https://github.com/braindecode/OpenEEGBench/releases/tag/v0.3.0

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ authors:
3737
family-names: Delorme
3838
email: adelorme@ucsd.edu
3939
affiliation: "Swartz Center for Computational Neuroscience, Institute for Neural Computation, San Diego Supercomputer Center, University of California San Diego, USA; CNRS, France"
40-
version: 0.5.0
41-
date-released: "2026-05-28"
40+
version: 0.6.0
41+
date-released: "2026-06-02"
4242
identifiers:
4343
- type: doi
4444
value: 10.5281/zenodo.19698863

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "open-eeg-bench"
7-
version = "0.5.0"
7+
version = "0.6.0"
88
description = "Benchmarking parameter-efficient fine-tuning of EEG foundation models"
99
readme = "README.md"
1010
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)