Skip to content

Commit d0aaf81

Browse files
committed
update changelog and readme
1 parent 02c0db4 commit d0aaf81

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/)
77
and this project adheres to [Semantic Versioning](http://semver.org/).
88

9+
## [0.3.1] - 2019-05-28
10+
11+
### Changed
12+
13+
- Upgrade base version of mxnet to *mxnet v1.4.1*
14+
915
## [0.3.0] - 2019-05-21
1016

1117
### Added

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,20 @@ A fork of the deep learning framework [mxnet](http://mxnet.io) to study and impl
55
This project is based on the [first version of BMXNet](https://github.com/hpi-xnor/BMXNet), but is different in that it reuses more of the original MXNet operators.
66
This aim was to have only minimal changes to C++ code to get better maintainability with future versions of mxnet.
77

8+
## mxnet version
9+
10+
This version of BMXNet 2 is based on: *mxnet v1.4.1*
11+
812
## News
913

10-
- **May 21, 2019** - Upgraded to MXNet v1.4.0
11-
- Model converter released ([Test & Example](tests/binary/test_converter.py))
12-
- All changes: [Changelog](CHANGELOG.md)
13-
- **Sep 01, 2018** - MXNet v1.3.0
14-
- We are currently rebuilding BMXNet to utilize the new Gluon API for better maintainability
14+
See all BMXNet changes: [Changelog](CHANGELOG.md).
15+
16+
- **May 21, 2019**
17+
- Model converter for deployment released ([Test & Example](tests/binary/test_converter.py))
18+
- **Sep 01, 2018**
19+
- We rebuilt BMXNet to utilize the new Gluon API for better maintainability
1520
- To build binary neural networks, you can use drop in replacements of convolution and dense layers (see [Usage](#usage)):
16-
- Changes are now documented in the [Changelog](CHANGELOG.md)
1721
- Note that this project is still in beta and changes might be frequent
18-
- We do not yet support deployment and inference with binary operations and models (please use the [first version of BMXNet](https://github.com/hpi-xnor/BMXNet) instead if you need this).
1922

2023
# Setup
2124

0 commit comments

Comments
 (0)