tqchen commented on a change in pull request #4558: [NEWS] add v0.6 release URL: https://github.com/apache/incubator-tvm/pull/4558#discussion_r360725548
########## File path: NEWS.md ########## @@ -26,6 +26,899 @@ Refer to the Roadmap issue for complete list on on-going version features. If you check in something that is not reflected in Roadmap issue, please reply to that issue so it can get added. +## 0.6 + +### Relay in Production +Relay is a functional, differentiable programming language designed to be an expressive intermediate representation for machine learning systems. Relay supports algebraic data types, closures, control flow, and recursion, allowing it to directly represent more complex models than computation graph-based IRs (e.g., NNVM) can. In TVM v0.6, Relay is in stable phase and is ready for production. + +* Algebraic Data Types (ADT) support ([#2442](#2442), [#2575](#2575)). ADT provides an expressive, efficient, and safe way to realize recursive computation (e.g., RNN). Refer to https://docs.tvm.ai/langref/relay_adt.html for more information. Review comment: remove the bracket [#2442](#2442) because it will only link to a internal location of news which ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
