Skip to content

Commit d8bbd7d

Browse files
Bump version to 0.3.0 (#192)
1 parent 3be06c8 commit d8bbd7d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "pAMICA: a Python implementation of Adaptive Mixture ICA",
33
"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.",
4-
"version": "0.2.2",
4+
"version": "0.3.0",
55
"publication_date": "2026-07-18",
66
"upload_type": "software",
77
"access_right": "open",

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ authors:
2929
affiliation:
3030
name: "Swartz Center for Computational Neuroscience"
3131
ror: "https://ror.org/01bt2qm76"
32-
version: 0.2.2
32+
version: 0.3.0
3333
date-released: "2026-07-18"
3434
license: BSD-3-Clause
3535
repository-code: "https://github.com/sccn/pAMICA"

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 = "pamica"
7-
version = "0.2.2"
7+
version = "0.3.0"
88
description = "pAMICA: Python implementation of the Adaptive Mixture ICA algorithm"
99
readme = "README.md"
1010
authors = [

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)