MyGit

v0.8.11

taichi-dev/taichi

版本发布时间: 2022-01-25 10:40:45

taichi-dev/taichi最新发布版本:v1.7.2(2024-08-22 16:59:46)

This is a bug fix release for v0.8.10.

If you have seen excessive warnings like below on windows, please upgrade to this release.

a.py:11: UserWarning: Calling non-taichi function "ti.random". Scope inside the function is not processed by the Taichi AST transformer. The function may not work as expected. Proceed with caution! Maybe you can consider turning it into a @ti.func?
  a[i] = ti.pow(ti.random(), 2)
a.py:11: UserWarning: Calling non-taichi function "ti.pow". Scope inside the function is not processed by the Taichi AST transformer. The function may not work as expected. Proceed with caution! Maybe you can consider turning it into a @ti.func?
  a[i] = ti.pow(ti.random(), 2)

Full changelog:

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-01-25发行的版本