You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the last version that supports TensorFlow 1.15.x. TF 1.15.x support
will be removed in the next version. Please check the TF2 migration guide to migrate
to TF2.
Artifact/Channel properties now support the new MLMD PROTO property type.
Supports environment variables in the placeholder expression.
This placeholder can be used to generate beam_pipeline_args
dynamically.
Breaking Changes
N/A
For Pipeline Authors
N/A
For Component Authors
N/A
Deprecations
N/A
Bug Fixes and Other Changes
Moved tflite-support related dependencies from [examples] to a separate [tflite-support] extra.
Moved flax related dependencies from [examples] to a separate [flax]
extra.
Statistics gen and Schema gen now crash on empty input examples and statistics respectively.
Importer will now check that an existing artifact has the same type as the intended output before reusing the existing artifact.
Importer will now use the most recently created artifact when reusing an existing artifact instead of the one with the highest ID.
Proto placeholder now works with proto files that have non-trivial transitive dependencies.
This is the last version that supports TensorFlow 1.15.x. TF 1.15.x support
will be removed in the next version. Please check the TF2 migration guide to migrate
to TF2.
Artifact/Channel properties now support the new MLMD PROTO property type.
Supports environment variables in the placeholder expression.
This placeholder can be used to generate beam_pipeline_args
dynamically.
Breaking Changes
N/A
For Pipeline Authors
N/A
For Component Authors
N/A
Deprecations
N/A
Bug Fixes and Other Changes
Moved tflite-support related dependencies from [examples] to a separate [tflite-support] extra.
Moved flax related dependencies from [examples] to a separate [flax]
extra.
Statistics gen and Schema gen now crash on empty input examples and statistics respectively.
Importer will now check that an existing artifact has the same type as the intended output before reusing the existing artifact.
Importer will now use the most recently created artifact when reusing an existing artifact instead of the one with the highest ID.
Proto placeholder now works with proto files that have non-trivial transitive dependencies.
Saved tuner results in pandas records formatted JSON.
TFX Transform now supports tf.SequenceExample natively. The native path can be activated by providing TensorRepresentations in the Schema.
TFX Transform now supports reading raw and materializing transformed data in
Apache Parquet format.
ExampleDiff outputs statistics on the matching process, and optional counts
of paired feature values.
Breaking Changes
N/A
For Pipeline Authors
N/A
For Component Authors
N/A
Deprecations
N/A
Bug Fixes and Other Changes
Type hint on BaseComponent.inputs and BaseComponent.outputs corrected to be
Channel subclasses.
Added input_optional parameter to ChannelParameter. This allows
component authors to declare that even if a channel is optional, if it is
provided during pipeline definition time, then it must have resolved inputs
during run time.
Allow latest apache-airflow 2.x versions.
Moved tflite-support related dependencies from [examples] to a separate [tflite-support] extra.
Output artifacts from multiple invocations of the same component are given
unique names, avoiding duplication errors, especially in the
InteractiveContext.
Dependency Updates
Package Name
Version Constraints
Previously (in v1.9.0)
Comments
google-api-core
<2
N/A
Added to help pip dependency resolution. google-api-core was already a transitive dependency.
Saved tuner results in pandas records formatted JSON.
TFX Transform now supports tf.SequenceExample natively. The native path can be activated by providing TensorRepresentations in the Schema.
TFX Transform now supports reading raw and materializing transformed data in
Apache Parquet format.
ExampleDiff outputs statistics on the matching process, and optional counts
of paired feature values.
Breaking Changes
N/A
For Pipeline Authors
N/A
For Component Authors
Deprecations
N/A
Bug Fixes and Other Changes
Type hint on BaseComponent.inputs and BaseComponent.outputs corrected to be
Channel subclasses.
Added input_optional parameter to ChannelParameter. This allows
component authors to declare that even if a channel is optional, if it is
provided during pipeline definition time, then it must have resolved inputs
during run time.
Allow latest apache-airflow 2.x versions.
Moved tflite-support related dependencies from [examples] to a separate [tflite-support] extra.
Dependency Updates
Package Name
Version Constraints
Previously (in v1.9.0)
Comments
google-api-core
<2
N/A
Added to help pip dependency resolution. google-api-core was already a transitive dependency.