Skip to content

v0.7.6

Latest

Choose a tag to compare

@jacob-bd jacob-bd released this 16 Jun 18:49
· 1 commit to main since this release

[0.7.6] - 2026-06-16

Added

  • Skip Drive freshness checks for large notebookssource_list_drive now accepts skip_freshness=True, and nlm source list <notebook-id> --drive --skip-freshness returns the source list without making one freshness API call per Drive source. This gives users with very large notebooks a fast listing path when freshness status is not needed. Skipped freshness is reported as unknown (stale: null / is_stale: null), not fresh.

Changed

  • Release publish workflow now gates PyPI publishing — The publish workflow now runs version alignment, ruff lint/format checks, and the non-E2E pytest suite before building and publishing. This catches release-blocking failures inside the publishing workflow before uploading to PyPI.