Skip to content

Commit eafda62

Browse files
authored
Merge pull request #59 from venkat2469/r1.10.0
Update 1.10.1 in version.py and RELEASE.md
2 parents 1909d48 + 0c3b8ba commit eafda62

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

RELEASE.md

+4-16
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
1-
# Version 1.10.0
1+
# Version 1.10.1
22

33
# Major Features and Improvements
44

5-
* `ExamplesToRecordBatchDecoder` is now picklable.
6-
* `ParquetTFXIO` can now be used as `RecordBasedTFXIO`.
7-
* Introduces `CreateTfSequenceExampleParserConfig` that takes TFMD schema as
8-
input and produces configs for `tf.SequenceExample` parsing.
9-
* `TFSequenceExampleRecord` can now produce an equivalent tf.data.Dataset.
10-
* Introduces an api: `CreateModelHandler` that produces a model handler
11-
suitable for apache_beam.ml.inference.
12-
* Quantiles sketch supports GetQuantilesAndCumulativeWeights, which returns
13-
the sum of weights in each quantiles bin along with boundaries.
5+
* N/A
146

157
## Bug Fixes and Other Changes
168

17-
* Depends on `apache-beam[gcp]>=2.40,<3`.
18-
* Depends on `pyarrow>=6,<7`.
19-
* Depends on `tensorflow-metadata>=1.10,<1.11`.
20-
* Depends on `tensorflow>=1.15.5,<2` or `tensorflow>=2.9,<3`.
9+
* N/A
2110

2211
## Breaking Changes
2312

24-
* GenerateQuantiles removed from weighted_quantiles_summary.h and replaced
25-
with GenerateQuantilesAndCumulativeWeights.
13+
* N/A
2614

2715
## Deprecations
2816

tfx_bsl/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of tfx_bsl."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '1.10.0'
17+
__version__ = '1.10.1'

0 commit comments

Comments
 (0)