Skip to content

Commit

Permalink
TFX 0.21.2 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 299982043
  • Loading branch information
dhruvesh09 authored and tensorflow-extended-team committed Mar 10, 2020
1 parent b2b0267 commit 32f476b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ but other *untested* combinations may also work.

tfx | tensorflow | tensorflow-data-validation | tensorflow-model-analysis | tensorflow-metadata | tensorflow-transform | ml-metadata | apache-beam[gcp] | pyarrow | tfx-bsl |
----------------------------------------------------------------------------------- | ------------------- | -------------------------- | ------------------------- | ------------------- | -------------------- | ----------- | -----------------| ------- | ------- |
[GitHub master](https://github.com/tensorflow/tfx/blob/master/RELEASE.md) | nightly (1.x / 2.1) | 0.21.4 | 0.21.4 | 0.21.1 | 0.21.2 | 0.21.3 | 2.17.0 | 0.15.0 | 0.21.3 |
0.21.1 | 1.15.0 / 2.1 | 0.21.4 | 0.21.4 | 0.21.1 | 0.21.2 | 0.21.3 | 2.17.0 | 0.15.0 | 0.21.3 |
[GitHub master](https://github.com/tensorflow/tfx/blob/master/RELEASE.md) | nightly (1.x / 2.1) | 0.21.5 | 0.21.5 | 0.21.1 | 0.21.2 | 0.21.2 | 2.17.0 | 0.15.0 | 0.21.4 |
0.21.2 | 1.15.0 / 2.1 | 0.21.5 | 0.21.5 | 0.21.1 | 0.21.2 | 0.21.2 | 2.17.0 | 0.15.0 | 0.21.4 |
0.21.1 | 1.15.0 / 2.1 | 0.21.4 | 0.21.4 | 0.21.1 | 0.21.2 | 0.21.2 | 2.17.0 | 0.15.0 | 0.21.3 |
0.21.0 | 1.15.0 / 2.1 | 0.21.0 | 0.21.1 | 0.21.0 | 0.21.0 | 0.21.0 | 2.17.0 | 0.15.0 | 0.21.0 |
0.15.0 | 1.15.0 / 2.0.0 | 0.15.0 | 0.15.2 | 0.15.0 | 0.15.0 | 0.15.0 | 2.16.0 | 0.14.0 | 0.15.1 |
0.14.0 | 1.14.0 | 0.14.1 | 0.14.0 | 0.14.0 | 0.14.0 | 0.14.0 | 2.14.0 | 0.14.0 | n/a |
Expand Down
24 changes: 20 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
# Current version (not yet released; still in development)

## Major Features and Improvements

## Bug fixes and other changes

### Deprecations

## Breaking changes

### For pipeline authors

### For component authors

## Documentation updates

# Version 0.21.2

## Major Features and Improvements
* Updated `StatisticsGen` to optionally consume a schema `Artifact`.
* Added support for configuring the `StatisticsGen` component via serializable
parts of `StatsOptions`.
* Added Keras guide doc.
* Changed Iris model_to_estimator e2e example to use generic Trainer.
* Demonstrated how TFLite is supported in TFX by extending MNIST example
pipeline to also train a TFLite model.

## Bug fixes and other changes
* Fix the behavior of Trainer Tensorboard visualization when caching is used.
* Added component documentation and guide on using TFLite in TFX.
* Changed Iris model_to_estimator e2e example to use generic Trainer.
* Demonstrated how TFLite is supported in TFX by extending MNIST example
pipeline to also train a TFLite model.
* Relaxed the PyYaml dependency.

### Deprecations
Expand Down Expand Up @@ -55,7 +71,7 @@
* Depends on 'tensorflow-data-validation>=0.21.4,<0.22'.
* Depends on 'tensorflow-model-analysis>=0.21.4,<0.22'.
* Depends on 'tensorflow-transform>=0.21.2,<0.22'.
* Relaxed the PyYaml dependency.

### Deprecations

## Breaking changes
Expand Down

0 comments on commit 32f476b

Please sign in to comment.