Skip to content

Commit

Permalink
Merge pull request #59 from venkat2469/r1.10.0
Browse files Browse the repository at this point in the history
Update 1.10.1 in version.py and RELEASE.md
  • Loading branch information
venkat2469 authored Aug 26, 2022
2 parents 1909d48 + 0c3b8ba commit eafda62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
20 changes: 4 additions & 16 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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`.
* N/A

## Breaking Changes

* GenerateQuantiles removed from weighted_quantiles_summary.h and replaced
with GenerateQuantilesAndCumulativeWeights.
* N/A

## Deprecations

Expand Down
2 changes: 1 addition & 1 deletion tfx_bsl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit eafda62

Please sign in to comment.