From 2a22ab5234b211745705f69d162dc8e2ff522282 Mon Sep 17 00:00:00 2001 From: Seyed Yahya Shirazi Date: Sat, 18 Jul 2026 10:59:45 -0700 Subject: [PATCH] Bump version to 0.3.0 --- .zenodo.json | 2 +- CITATION.cff | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 0098cc7..1786da7 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,7 +1,7 @@ { "title": "pAMICA: a Python implementation of Adaptive Mixture ICA", "description": "pamica is a Python (PyTorch) implementation of Adaptive Mixture Independent Component Analysis (AMICA) that reproduces the reference Fortran implementation within numerical tolerance, with CPU, NVIDIA GPU (CUDA), and Apple GPU (MLX) support. It targets EEG/EMG blind source separation and provides a scikit-learn-style interface and byte-identical EEGLAB (loadmodout15) output.", - "version": "0.2.2", + "version": "0.3.0", "publication_date": "2026-07-18", "upload_type": "software", "access_right": "open", diff --git a/CITATION.cff b/CITATION.cff index 9344e8e..4fd9427 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -29,7 +29,7 @@ authors: affiliation: name: "Swartz Center for Computational Neuroscience" ror: "https://ror.org/01bt2qm76" -version: 0.2.2 +version: 0.3.0 date-released: "2026-07-18" license: BSD-3-Clause repository-code: "https://github.com/sccn/pAMICA" diff --git a/pyproject.toml b/pyproject.toml index 528437d..fc97135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pamica" -version = "0.2.2" +version = "0.3.0" description = "pAMICA: Python implementation of the Adaptive Mixture ICA algorithm" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index ed80b15..4c92bff 100644 --- a/uv.lock +++ b/uv.lock @@ -1191,7 +1191,7 @@ wheels = [ [[package]] name = "pamica" -version = "0.2.2" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "json5" },