omicverse 2.2.3 — https://pypi.org/project/omicverse/2.2.3/ · pip install -U omicverse
Patch release on top of 2.2.2.
Bug fixes
- Registry hydration on first lookup (#839) — a fresh
import omicverseleft the function registry near-empty (only eagerly-imported modules), soov.Agent/ov._registry.find(...)missed most functions. The first query now force-imports all submodules once (memoized, re-entrancy-guarded, fails soft to the partial registry).
Infrastructure
- Tag-triggered PyPI publishing — pushing a
vX.Y.Ztag now builds + publishes to PyPI via GitHub Actions (trusted publishing / OIDC). This release was the first published this way.
Full notes: https://github.com/omicverse/omicverse-tutorials/blob/main/docs/Release_notes.md