Skip to content

feat: add cellpy.read_meta for cheap metadata peeks (#799) - #812

Merged
jepegit merged 1 commit into
masterfrom
799-read-meta
Jul 31, 2026
Merged

feat: add cellpy.read_meta for cheap metadata peeks (#799)#812
jepegit merged 1 commit into
masterfrom
799-read-meta

Conversation

@jepegit

@jepegit jepegit commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add cellpy.read_meta(path) / cellpy_file.read_meta to read v9 meta.json, *.meta.json, or HDF5 /info without loading frames.
  • Essential tests + agents docs.

Closes #799

Test plan

  • uv run pytest tests/test_read_meta.py -m essential
  • CI on the PR

Made with Cursor

Browsers listing many .cellpy files can read mass/area from v9 meta.json
or HDF5 /info without materialising raw/steps/summary frames.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cursor

cursor Bot commented Jul 31, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@jepegit
jepegit merged commit aeee1e8 into master Jul 31, 2026
9 checks passed
@jepegit
jepegit deleted the 799-read-meta branch July 31, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lightweight metadata read: read_meta(path) without a full get()

1 participant