From 5f0a40339d6daf3abf6033805cf15bf8d1715d58 Mon Sep 17 00:00:00 2001 From: Eric Junyuan Xie Date: Wed, 25 May 2016 11:05:57 -0700 Subject: [PATCH] Update NEWS.md (#2239) --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4819b17b07e4..c7516f30a40f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,6 +17,8 @@ MXNet Change Log - Support Torch Module by @piiswrong - MXNet now can use any of the modules from Torch. - Support custom native operator by @piiswrong +- Support data types including fp16, fp32, fp64, int32, and uint8 by @piiswrong +- Support monitor for easy printing and debugging by @piiswrong - Support new module API by @pluskid - Module API is a middle level API that can be used in imperative manner like Torch-Module - Support bucketing API for variable length input by @pluskid