Skip to content

Commit 0ad33b5

Browse files
authored
Merge pull request #652 from reyoung/release/v0.9.0
Refine documentation in RELEASE.md
2 parents 5b233fa + d118609 commit 0ad33b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

RELEASE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22

33
## New Features:
44

5-
* Add some layers to Paddle
5+
* New Layers
66
* bilinear interpolation layer.
77
* spatial pyramid-pool layer.
88
* de-convolution layer.
99
* maxout layer.
1010
* Support rectangle padding, stride, window and input for Pooling Operation.
1111
* Add —job=time in trainer, which can be used to print time info without compiler option -WITH_TIMER=ON.
12-
* Support Mac OS X Sierra by source code.
1312
* Expose cost_weight/nce_layer in `trainer_config_helpers`
1413
* Add FAQ, concepts, h-rnn docs.
1514
* Add Bidi-LSTM and DB-LSTM to quick start demo @alvations
1615
* Add usage track scripts.
1716

1817
## Improvements
1918

20-
* Add travis-ci for macos. Enable swig unittest in travis. Skip travis-ci when only docs are changed.
19+
* Add Travis-CI for Mac OS X. Enable swig unittest in Travis-CI. Skip Travis-CI when only docs are changed.
2120
* Add code coverage tools.
2221
* Refine convolution layer to speedup and reduce GPU memory.
2322
* Speed up PyDataProvider2

0 commit comments

Comments
 (0)