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

Commit

Permalink
[RELASE] tag 0.7 release (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed May 26, 2016
1 parent 1313609 commit 118b37e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
MXNet Change Log
================
## in progress version

## next release candidate
## v0.7
- 0.6 is skipped because there are a lot of improvements since initial release
- More math operators
- elementwise ops and binary ops
- Attribute support in computation graph
Expand Down Expand Up @@ -29,6 +31,7 @@ MXNet Change Log
- [Detection](https://github.com/dmlc/mxnet/tree/master/example/rcnn), RCNN bt @precedenceguo
- [Segmentation](https://github.com/dmlc/mxnet/tree/master/example/fcn-xs), FCN by @tornadomeet
- [Face identification](https://github.com/tornadomeet/mxnet-face) by @tornadomeet
- More on the example

## v0.5 (initial release)
- All basic modules ready
2 changes: 1 addition & 1 deletion R-package/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mxnet
Type: Package
Title: MXNet
Version: 0.5
Version: 0.7
Date: 2015-12-23
Author: Tianqi Chen, Qiang Kou, Tong He
Maintainer: Qiang Kou <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
}
os.environ['MXNET_BUILD_DOC'] = '1'
# Version information.
version = '0.7.0'
release = '0.7.0'
# import mxnet
# version = mxnet.__version__
# release = mxnet.__version__
Expand Down
2 changes: 1 addition & 1 deletion python/mxnet/libinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def find_lib_path():


# current version
__version__ = "0.5.0"
__version__ = "0.7.0"

0 comments on commit 118b37e

Please sign in to comment.