From 3d3c1c6b04009ed8b6aa76bdc4759fafb28b3df0 Mon Sep 17 00:00:00 2001 From: Venkat Ram Konijeti Date: Fri, 26 Aug 2022 17:28:30 +0000 Subject: [PATCH 1/2] Update 1.10.1 in version.py and RELEASE.md --- RELEASE.md | 20 ++++---------------- tfx_bsl/version.py | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 7b822b78..18e4f259 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,28 +1,16 @@ -# Version 1.10.0 +# Version 1.10.1 # Major Features and Improvements -* `ExamplesToRecordBatchDecoder` is now picklable. -* `ParquetTFXIO` can now be used as `RecordBasedTFXIO`. -* Introduces `CreateTfSequenceExampleParserConfig` that takes TFMD schema as - input and produces configs for `tf.SequenceExample` parsing. -* `TFSequenceExampleRecord` can now produce an equivalent tf.data.Dataset. -* Introduces an api: `CreateModelHandler` that produces a model handler - suitable for apache_beam.ml.inference. -* Quantiles sketch supports GetQuantilesAndCumulativeWeights, which returns - the sum of weights in each quantiles bin along with boundaries. +* N/A ## Bug Fixes and Other Changes -* Depends on `apache-beam[gcp]>=2.40,<3`. -* Depends on `pyarrow>=6,<7`. -* Depends on `tensorflow-metadata>=1.10,<1.11`. -* Depends on `tensorflow>=1.15.5,<2` or `tensorflow>=2.9,<3`. +* Combine a few beam metrics to reduce the number of counters in a pipeline. ## Breaking Changes -* GenerateQuantiles removed from weighted_quantiles_summary.h and replaced - with GenerateQuantilesAndCumulativeWeights. +* N/A ## Deprecations diff --git a/tfx_bsl/version.py b/tfx_bsl/version.py index b3a09e98..e27f4090 100644 --- a/tfx_bsl/version.py +++ b/tfx_bsl/version.py @@ -14,4 +14,4 @@ """Contains the version string of tfx_bsl.""" # Note that setup.py uses this version. -__version__ = '1.10.0' +__version__ = '1.10.1' From 0c3b8ba10ee919745f2c506704fac4058e80d1f3 Mon Sep 17 00:00:00 2001 From: venkat2469 <104534215+venkat2469@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:44:18 -0500 Subject: [PATCH 2/2] Update RELEASE.md --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 18e4f259..aaee3d04 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,7 +6,7 @@ ## Bug Fixes and Other Changes -* Combine a few beam metrics to reduce the number of counters in a pipeline. +* N/A ## Breaking Changes