-
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
[Refactor] [lang] Deprecate x.data_type() and use x.dtype instead #1374
[Refactor] [lang] Deprecate x.data_type() and use x.dtype instead #1374
Conversation
Hello? I want to refactor |
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.
Thank you! Sorry about my delay. meta.rst
needs a bit more work, but the remaining are pretty good.
docs/meta.rst
Outdated
@@ -17,55 +17,124 @@ Taichi kernels are *lazily instantiated* and a lot of computation can happen at | |||
Template metaprogramming |
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.
I need to take a more careful pass on this part, which may take me a bit longer time. If you want to have this PR merged right now, could you move this file into a different PR? I'll take a look later. (Hopefully moving a single file isn't creating too much trouble for you... Sorry for being too busy these days...)
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.
Done, I'm super familiar with git revert
these days, and may I merge this now?
Co-authored-by: Yuanming Hu <[email protected]>
This comment has been minimized.
This comment has been minimized.
* [Refactor] [lang] x.data_type() is deprecated, use x.dtype instead * improve doc * did deprecate * fix * [skip ci] enforce code format * [skip ci] Update docs/vector.rst Co-authored-by: Yuanming Hu <[email protected]> * revert doc * Revert "revert doc" This reverts commit 0d3efb6. * [skip ci] Apply suggestions from code review Co-authored-by: Yuanming Hu <[email protected]> * [skip ci] Update docs/meta.rst Co-authored-by: Yuanming Hu <[email protected]> * Update docs/meta.rst Co-authored-by: Taichi Gardener <[email protected]> Co-authored-by: Yuanming Hu <[email protected]>
Related issue = close #1181
[Click here for the format server]