You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/06/13 15:51:17 UTC

[beam] branch master updated: Add RunInference API to CHANGES.md (#21754)

This is an automated email from the ASF dual-hosted git repository.

bhulette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 3356cc6aee8 Add RunInference API to CHANGES.md (#21754)
3356cc6aee8 is described below

commit 3356cc6aee81c726fd0e57e0974cfa842ecb03aa
Author: Andy Ye <an...@gmail.com>
AuthorDate: Mon Jun 13 11:51:08 2022 -0400

    Add RunInference API to CHANGES.md (#21754)
    
    * Add RunInference to Changes.md
    
    * Fix typo
    
    * Change text
---
 CHANGES.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 0c3ac22c94a..df78fecc829 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -53,8 +53,8 @@
 
 ## Highlights
 
-* New highly anticipated feature X added to Python SDK ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-* New highly anticipated feature Y added to Java SDK ([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y)).
+* Added [RunInference](https://s.apache.org/inference-sklearn-pytorch) API, a framework agnostic transform for inference. With this release, PyTorch and Scikit-learn are supported by the transform.
+    See also example at apache_beam/examples/inference/pytorch_image_classification.py
 
 ## I/Os