Skip to content

Commit feed613

Browse files
author
Gereon Elvers
committed
Bump version to 0.1.0
Reflects the meaningful feature additions since 0.0.9: - new mixin-based dataset wrappers for MEG-MASC (Gwilliams 2022), Armeni 2022, and Schöffelen 2019 (MOUS), all auto-downloading - OSFDownloadMixin (Open Science Framework) and RadboudDownloadMixin (Radboud Data Repository, WebDAV + basic auth) - chunked CTF preprocessing path that fits free-Colab memory budgets - preload_h5 option lifted onto ContinuousH5Mixin - assorted CI / test-isolation fixes Also syncs pnpl.__version__ (was lagging at 0.0.8).
1 parent 2176a3c commit feed613

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pnpl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
speech = LibriBrainSpeech(data_path="./data", partition="train")
2020
"""
2121

22-
__version__ = "0.0.8"
22+
__version__ = "0.1.0"
2323

2424
# Load environment variables from a local `.env` (if present). This keeps
2525
# configuration ergonomic for users while remaining lightweight (stdlib-only).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pnpl",
5-
version="0.0.9",
5+
version="0.1.0",
66
packages=find_packages(),
77
install_requires=[
88
"mne",

0 commit comments

Comments
 (0)