-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lang] Deprecate ext_arr/any_arr in favor of types.ndarray #4598
Conversation
✅ Deploy Preview for docsite-preview ready! 🔨 Explore the source changes: 33c332e 🔍 Inspect the deploy log: https://app.netlify.com/sites/docsite-preview/deploys/62397134d967a0000845d998 😎 Browse the preview: https://deploy-preview-4598--docsite-preview.netlify.app |
/format |
/format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Related issue = #4085
Use
ti.types.ndarray()
in place ofti.ext_arr()
orti.any_arr()
.