Notable changes:
- Language
- Support
4x4
matrix inverse and determinant (#763) (by KLozes)
- Support
- Command-line interface
- Fix
ti test --arch ...
(#764) (by 彭于斌)
- Fix
- Examples
- Add 2D stable fluids example (#748) (by Ye Kuang)
- PyPI package
- Package name changed from
taichi-nightly
totaichi
(#762) (by Yuanming Hu)
- Package name changed from
- Full log
Full changelog:
- [cli] Add
TI_GDB_TRIGGER
environment variable (#766) (by 彭于斌) - [misc] Update Jenkinsfile (by Yuanming Hu)
- [cli] Fix
ti test
(#774) (by Yuanming Hu) - [misc] Update
README.md
(#767) (by Yuanming Hu) - [refactor] [opt] Move LocalLoadSearcher and 2 other classes to irpass::analysis (#771) (by xumingkuan)
- [ir] [refactor] Slim ir.h and reduce build time by ~4% (#761) (by xumingkuan)
- [CLI] Fix
ti test --arch ...
(#764) (by 彭于斌) - [opengl] GLFW 3.3.2 is now included as a submodule (#760) (by Yuanming Hu)
- [lang] Support 4x4 matrix inverse and determinant (#763) (by KLozes)
- [PyPI] Package name changed from
taichi-nightly
totaichi
(#762) (by Yuanming Hu) - [misc] Unify #include format (#759) (by Taichi Gardener)
- [Example] Add 2D stable fluids example (#748) (by Ye Kuang)