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
[misc] Fix postsubmit status in README.md by replacing it with publis…
…hing checks (taichi-dev#3840)
* [misc] Fix postsubmit status in Readme.md
* update naming
[refactor] Merge taichi.misc into taichi.tools.
`taichi_logo` uses high level `ti.func` decorator so importing it can
easily cause circular import. This PR moves it out of `tools/__init__.py`.
ghstack-source-id: 8f85301
Pull Request resolved: taichi-dev#3727
[Lang] Check version when importing taichi instead of when using ti (t……aichi-dev#3598)
* [Lang] Check version when importing taichi instead of when using ti
* use urllib instead of requests to avoid importing external lib
[refactor] Rename nparray to external_array in Python-side (taichi-de……v#3191)
* [refactor] Rename nparray to external_array in Python-side
* Auto Format
Co-authored-by: Taichi Gardener <taichigardener@gmail.com>
[bug] Fix the mapping from virtual axes to physical axes (taichi-dev#……3159)
* [bug] Fix the mapping from virtual axes to physical axes
* Auto Format
Co-authored-by: Taichi Gardener <taichigardener@gmail.com>