From 4dfe903bb47679a2c7f7b4ed9eb29e4dd4445c26 Mon Sep 17 00:00:00 2001 From: Pierre Guetschel Date: Tue, 2 Jun 2026 11:26:12 +0200 Subject: [PATCH] Version 0.6.0 --- CHANGELOG.md | 5 ++++- CITATION.cff | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c7e71..d3013fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2026-06-02 + ### Added - Add the EEGPT backbone ([#40](https://github.com/braindecode/OpenEEGBench/pull/40)). @@ -90,7 +92,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.5.0...HEAD +[Unreleased]: https://github.com/braindecode/OpenEEGBench/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/braindecode/OpenEEGBench/releases/tag/v0.6.0 [0.5.0]: https://github.com/braindecode/OpenEEGBench/releases/tag/v0.5.0 [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 diff --git a/CITATION.cff b/CITATION.cff index e1c7f21..a192a2a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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.5.0 -date-released: "2026-05-28" +version: 0.6.0 +date-released: "2026-06-02" identifiers: - type: doi value: 10.5281/zenodo.19698863 diff --git a/pyproject.toml b/pyproject.toml index fe1494c..b62d206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "open-eeg-bench" -version = "0.5.0" +version = "0.6.0" description = "Benchmarking parameter-efficient fine-tuning of EEG foundation models" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 75e7ed9..8b573cf 100644 --- a/uv.lock +++ b/uv.lock @@ -2100,7 +2100,7 @@ wheels = [ [[package]] name = "open-eeg-bench" -version = "0.5.0" +version = "0.6.0" source = { editable = "." } dependencies = [ { name = "braindecode", extra = ["hub"] },