Skip to content

v0.5.10

Compare
Choose a tag to compare
@yuanming-hu yuanming-hu released this 30 Mar 00:59
· 5001 commits to master since this release

Notable changes:

  • (Mar 29, 2020) v0.5.10 released
    • Language and syntax
      • Fix ti.static(ti.grouped(ti.ndrange(...))) syntax checker false positive (#680) (by Yuanming Hu)
    • CLI
      • ti test now supports -t/--threads for specifying number of testing threads (#674) (by Yuanming Hu)

Full changelog:

  • [Infra] ti test now supports -t/--threads for specifying number of testing threads (#674) (by Yuanming Hu)
  • [Lang] Fix ti.static(ti.grouped(ti.ndrange(...))) syntax checker false positive (#680) (by Yuanming Hu)
  • [misc] Removed useless files (by Taichi Gardener)
  • [misc] Update README.md (by Yuanming Hu)