File tree 2 files changed +5
-17
lines changed
2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 1
- # Version 1.10.0
1
+ # Version 1.10.1
2
2
3
3
# Major Features and Improvements
4
4
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
14
6
15
7
## Bug Fixes and Other Changes
16
8
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
21
10
22
11
## Breaking Changes
23
12
24
- * GenerateQuantiles removed from weighted_quantiles_summary.h and replaced
25
- with GenerateQuantilesAndCumulativeWeights.
13
+ * N/A
26
14
27
15
## Deprecations
28
16
Original file line number Diff line number Diff line change 14
14
"""Contains the version string of tfx_bsl."""
15
15
16
16
# Note that setup.py uses this version.
17
- __version__ = '1.10.0 '
17
+ __version__ = '1.10.1 '
You can’t perform that action at this time.
0 commit comments