Skip to content

Commit f71ef1d

Browse files
authored
Update RELEASE.md and README.md for release note. (#817)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 7540c5c commit f71ef1d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ version of TensorFlow I/O according to the table below:
9191

9292
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
9393
| --- | --- | --- |
94+
| 0.12.0 | 2.1.x | Feb 28, 2020 |
9495
| 0.11.0 | 2.1.x | Jan 10, 2020 |
9596
| 0.10.0 | 2.0.x | Dec 5, 2019 |
9697
| 0.9.1 | 2.0.x | Nov 15, 2019 |
@@ -140,7 +141,10 @@ bazel run //tools/lint:lint -- bazel clang
140141
On macOS Catalina or higher, it is possible to build tensorflow-io with
141142
system provided python 3 (3.7.3). Both `tensorflow` and `bazel` are needed.
142143

143-
Note there is a bug in macOS's native python 3.7.3 that could be fixed
144+
Note Xcode installation is needed as tensorflow-io requires Swift for accessing
145+
Apple's native AVFoundation APIs.
146+
147+
Note also there is a bug in macOS's native python 3.7.3 that could be fixed
144148
with https://github.com/tensorflow/tensorflow/issues/33183#issuecomment-554701214
145149

146150
```sh

RELEASE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Release 0.12.0
2+
3+
## Major Features
4+
* Add Windows support for tensorflow-io.
5+
* Add PostgreSQL server dataset support.
6+
* Add MP3 format for audio dataset support.
7+
* Add ArrowIOTensor with input from a pyarrow.Table.
8+
* Add Numpy dataset support for numpy file and memory input.
9+
* Add decode_avro/encode_avro for Avro serialization support.
10+
* Prometheus dataset now outputs structured shapes.
11+
12+
## Thanks to our Contributors
13+
14+
This release contains contributions from many people:
15+
16+
Bryan Cutler, DylanTallchiefGit, Kota Yamaguchi, Mark Daoust,
17+
Suyash Kumar, Yong Tang, Yuan Tang
18+
19+
We are also grateful to all who filed issues or helped resolve them, asked and
20+
answered questions, and were part of inspiring discussions.
21+
122
# Release 0.11.0
223

324
## Major Features

0 commit comments

Comments
 (0)