Taichi(太极)v1.0.4 已经发布,这是专为高性能计算机图形学设计的编程语言。
具体更新内容如下:
Highlights
- Documentation
- 修正错别字 (#5283)
- 更新 dev_install.md (#5266)
- 更新了 README 命令行 (#5199)
- 修改编译警告 (#5180)
- 更新了 odop.md,删除了过时的信息 (#5163)
- Language and syntax
- Refine SNode with quant 7/n: 支持将 QuantFixedType 置于 quant_array 之下 (#5386)
- 为 1d case 添加行列式 (#5375)
- 使 floor、ceil 和 round 接受 dtype 可选参数 (#5307)
- 重命名 struct_class 为 dataclass (#5365)
- 改进 ti 示例,以便用户可以通过输入数字来选择运行哪个示例 (#5265)
- Refine SNode with quant 5/n: 将 bit_array 重命名为 quant_array (#5344)
- 将 bit_vectorize 设为 ti.loop_config 的参数 (#5334)
- Refine SNode with quant 3/n: 将 bit_vectorize 转换为一个 on/off switch (#5331)
- 添加缺少 init 调用的错误消息 (#5280)
- 修复 fractal gui 关闭警告 (#5281)
- Refine SNode with quant 2/n: 在 bit_vectorize 关闭的情况下,为 bit_array 启用 struct (#5253)
- 在 AST 中重构索引表达式并强制执行整数索引 (#5138)
详情可查看:https://github.com/taichi-dev/taichi/releases/tag/v1.0.4