Skip to content

Commit

Permalink
pre-release work
Browse files Browse the repository at this point in the history
  • Loading branch information
ethem-kinginthenorth committed Jul 16, 2019
1 parent 302e179 commit 569e1f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log

## 1.0.2 - 2019-03-22
## 1.1.0 - 2019-07-16

- New layers: transpose convolution and group convolution
- New architectures: U-Net, MobileNet, and ShuffleNet
- Supporting FasterRCNN for object detection
- Supporting image segmentation
- Various bug fixes
- A new way of creating models
- Multi-step forecasting
- Improved documentation
- Improved code coverage
10 changes: 7 additions & 3 deletions doc/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ What's New

This document outlines features and improvements from each release.

v1.0.2 (March 22, 2019)
v1.1.0 (July 16, 2019)
==========================

- New layers: transpose convolution and group convolution
- New architectures: U-Net, MobileNet, and ShuffleNet
- Supporting FasterRCNN for object detection
- Supporting image segmentation
- Various bug fixes
- A new way of creating models
- Multi-step forecasting
- Improved documentation
- Improved code coverage

0 comments on commit 569e1f0

Please sign in to comment.