Releases: cajigaslab/nSTAT-python
Releases · cajigaslab/nSTAT-python
nSTAT-python v0.1.0-split
Split Release: Standalone Python nSTAT
This release establishes nSTAT-python as the standalone Python repository split from nSTAT.
Included
- Standalone package layout at repo root (
nstat/,tools/,docs/,notebooks/,tests/) - Canonical Python APIs (
nstat.signal,nstat.spikes,nstat.trial,nstat.analysis,nstat.fit,nstat.cif,nstat.decoding,nstat.datasets) - Help topic docs generated from
helpfiles/helptoc.xml(full topic coverage) - Example notebook generation and execution gating for all 25 help example topics
- Bundled datasets required for offline example execution
- CI gate requiring:
- docs coverage verification
- notebook execution and topic alignment
- strict offline target-install standalone verification
- pytest
Migration Guidance
- Python users should now use this repository:
cajigaslab/nSTAT-python. - MATLAB users should use
cajigaslab/nSTAT: https://github.com/cajigaslab/nSTAT - If migrating from monorepo paths, drop the
python/prefix in commands and imports from checkout root.
Related Split PRs
- nSTAT-python bootstrap PR: #1
- nSTAT MATLAB-only cleanup PR: cajigaslab/nSTAT#4