Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Update documents after 1.5.1 patch release #16385

Merged
merged 1 commit into from
Oct 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
MXNet Change Log
================
- [MXNet Change Log](#mxnet-change-log)
* [1.5.1](#151)
* [1.5.0](#150)
+ [New Features](#new-features)
- [Automatic Mixed Precision(experimental)](#automatic-mixed-precision-experimental-)
Expand Down Expand Up @@ -199,6 +200,29 @@ MXNet Change Log
* [v0.7](#v07)
* [v0.5 (initial release)](#v05--initial-release-)

## 1.5.1
Apache MXNet (incubating) 1.5.1 is a maintenance release incorporating important bug fixes and important performance improvements. All users of Apache MXNet (incubating) 1.5.0 are advised to upgrade. You can install Apache MXNet (incubating) 1.5.1 at the usual place. Please review these Release Notes to learn the bug fixes.

### Bug-fixes
* add deconv in TRT subgraph (#15666) (#16043)
* Update TRT tutorial with new APIs (#16044)
* Fix _copy_to on MKLDNN backend (#15637) (#15803)
* Benchmark doc fix (#15769) (#16029)
* remove Julia cat image for license issue (#15964) (#16026)
* added check for empty params file and unknown param (not arg/aux) (#15917)
* fix license issues (#15806) (#15860)
* prevent TRT_Logger to be destroyed before TRT engine (#14898) (#15877)
* [MXNET-1086] added sub and mul to ONNX->TensorRT conversion (#15344) (#15875)
* handle fix_gamma in tensorrt subgraph conversion correctly (#15645) (#15874)
* fix LinearRegressionOutput with empty label (#15620) (#15873)
* [v1.5.x] [MKLDNN] Independent gradients requests check with respect to weights… (#15805)
* fix dropout mask output (#15697) (#15804)
* fix fp32 flatten issue (#15351) (#15802)
* Clojure package remove source images (#15828)
* changed constructor args (#15601) (#15827)
* Add MKLDNN 4c layout to fix gluoncv se_resnext101_64x4d (#15692) (#15801)
* Fix the bug of `MXEnginePushAsyncND` and `MXEnginePushSyncND` (#15751) (#15792)

## 1.5.0

### New Features
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ How to Contribute

What's New
----------
* [Version 1.5.1 Release](https://github.com/apache/incubator-mxnet/releases/tag/1.5.1) - MXNet 1.5.1 Patch Release.
* [Version 1.5.0 Release](https://github.com/apache/incubator-mxnet/releases/tag/1.5.0) - MXNet 1.5.0 Release.
* [Version 1.4.1 Release](https://github.com/apache/incubator-mxnet/releases/tag/1.4.1) - MXNet 1.4.1 Patch Release.
* [Version 1.4.0 Release](https://github.com/apache/incubator-mxnet/releases/tag/1.4.0) - MXNet 1.4.0 Release.
Expand Down