-
Notifications
You must be signed in to change notification settings - Fork 473
Description
The intent is to:
- Keep
wp.typesas a public namespace for grouping APIs that manipulate and introspect types (done ✔️). - Keep
wp.types.vector()andwp.types.matrix(), which create new types (done ✔️). - Deprecate
wp.vec()andwp.mat()from the Python scope (done ✔️). - Consider exposing these to kernel scope (Investigate Exposing
wp.types.vector()andwp.types.matrix()to Kernels #1196). - Add
wp.vector()andwp.matrix()to the Python scope to match the kernel built-ins (Addwp.vector()andwp.matrix()to Python Scope #1197).
Reactions are currently unavailable