Skip to content

pamica 0.2.2

Latest

Choose a tag to compare

@neuromechanist neuromechanist released this 18 Jul 09:39
9fa04f8

Patch release fixing two issues found right after 0.2.1.

  • pamica.__version__ now derives from the installed package metadata (single source of truth = pyproject.toml). It previously returned the stale 0.1.2 even in the 0.2.1 wheel because version.py hardcoded it (#182).
  • pyAMICA -> pAMICA URL canonicalization after the GitHub repository was renamed sccn/pyAMICA -> sccn/pAMICA. The docs site moved to https://eeglab.org/pAMICA/, so the old eeglab.org/pyAMICA links (including the README docs badge) now 404; the repo URLs, codecov, the native-binary resolver default, the badge, and clone snippets are updated to match. The package/import name stays lowercase pamica (#184).

Install/upgrade: pip install -U pamica. Native reference binaries (macOS arm64, Linux x64/arm64, Windows x64) are attached below.