From 9d3155e448356ab99790c683310897b3db5e3c4c Mon Sep 17 00:00:00 2001 From: Jack McCluskey Date: Tue, 29 Nov 2022 13:14:14 -0500 Subject: [PATCH] Add custom inference fns to CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 65104de7db8f7..293f2c200bf08 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -72,6 +72,7 @@ (Python) ([#23684](https://github.com/apache/beam/pull/23684)). * Pipeline Resource Hints now supported via `--resource_hints` flag (Go) ([#23990](https://github.com/apache/beam/pull/23990)). * Make Python SDK containers reusable on portable runners by installing dependencies to temporary venvs ([BEAM-12792](https://issues.apache.org/jira/browse/BEAM-12792)). +* RunInference model handlers now support the specification of a custom inference function in Python ([#22572](https://github.com/apache/beam/issues/22572)) ## Breaking Changes