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
fix: remove zeros_t/ones_t/full_t — inconsistent with numpy naming
The _t suffix template functions introduced non-numpy names into the
public API. For dtype-flexible creation, use the native template functions
in core.h directly (zeros_like<T>, full<T>) with manual py::array pointer
extraction — this is the recommended path for all context builder migration.
0 commit comments