pypi omicverse 2.2.3
omicverse 2.2.3

latest releases: 2.3.1, 2.3.0, 2.2.4...
3 months ago

omicverse 2.2.3https://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 omicverse left the function registry near-empty (only eagerly-imported modules), so ov.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.Z tag 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

Don't miss a new omicverse release

NewReleases is sending notifications on new releases.