[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md and RELEASE.md for 0.18.0 release #1421

Merged
merged 1 commit into from
May 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ of releases [here](https://github.com/tensorflow/io/releases).

| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
| --- | --- | --- |
| 0.18.0 | 2.5.x | May 13, 2021 |
| 0.17.1 | 2.4.x | Apr 16, 2021 |
| 0.17.0 | 2.4.x | Dec 14, 2020 |
| 0.16.0 | 2.3.x | Oct 23, 2020 |
Expand Down
23 changes: 23 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Release 0.18.0

## Major Features
* GCS modular file system is now part of the tensorflow-io-gcs-filesystem package.
* S3 and HDFS modular file systems can be enabled with TF_USE_MODULAR_FILESYSTEM=1.
* Add python 3.9 support on macOS, Linux, and Windows.
* Add initial wavefront/obj parser for 3D vertices.
* Move tfio.experimental.audio to tfio.audio.
* Add https file system registration.
* Add FFmpeg support on macOS.
* Add 16 bit TIFF support.

## Thanks to our Contributors

This release contains contributions from many people:

Cheng Ren, Dale Lane, Irene Onyeneho, Keqiu Hu, Kota Yamaguchi,
Mark Daoust, Vignesh Kothapalli, Vo Van Nghia, Yong Tang,
Yuan Tang, markemus

We are also grateful to all who filed issues or helped resolve them, asked and
answered questions, and were part of inspiring discussions.

# Release 0.17.1

## Bug Fixes
Expand Down