You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply the project coding standards across the package and tests/:
Numpy-style docstrings on every function/class (including private and
nested helpers), full type annotations with from __future__ import annotations, and comment density raised above the floor in every
module. No public API or behavior changes.
Route library logging through the os-helper logging surface
(osh.info/warning/error) and adopt os-helper path/file utilities
more widely; pin os-helper>=1.5.0.