Skip to content

Exclude v0.* tags from remote.versions(); bump 2.1.3#39

Merged
paul-sheridan merged 3 commits into
mainfrom
minor-fixes
Jun 14, 2026
Merged

Exclude v0.* tags from remote.versions(); bump 2.1.3#39
paul-sheridan merged 3 commits into
mainfrom
minor-fixes

Conversation

@odinlake

Copy link
Copy Markdown
Member

What

  • remote.versions() now excludes v0.* tags (early package releases, not dated ontology snapshots) so listings/backfills only surface real ontology releases. version(v0.3.3) still works for explicit fetches.
  • Bump __version__ to 2.1.3.

Why

makejson cannot build a corpus from v0.* tags; they caused failures when backfilling the prod search site from totolo.remote.versions().

Validation

  • pylint 10.00/10, pytest coverage 100% (111 passed) locally.

🤖 Generated with Claude Code

odinlake and others added 3 commits June 14, 2026 07:04
v0.* are early totolo package releases, not dated ontology snapshots, and
makejson cannot build a corpus from them. Filter them out of versions() so
listings/backfills only surface real ontology releases; version(v0.3.3)
still works for explicit fetches.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (fff0c2e) to head (451adbe).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines         1590      1601   +11     
=========================================
+ Hits          1590      1601   +11     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@paul-sheridan paul-sheridan merged commit 5e86761 into main Jun 14, 2026
9 checks passed
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.

2 participants