1.80.0 (2025-02-11)
Features
- Add notebook helper functions to preview eval SDK to display and visualize evaluation results in an IPython environment (1ab4344)
- Add vertex_registry_source to create_feature_view method (0abe0b7)
- Support global endpoint natively (d4cae46)
- Support Python 3.12 for reasoning engine. (1624a23)
- Upload dataset URI, metric criteria, and rating rubrics used in an evaluation to GCS. (aabb579)
Bug Fixes
- Handle the streaming of JSON delimited by newlines (acc82c5)
- Use GA generative_models path in
tune_autoraterto make it consistent withmodelparameter in Rapid Eval SDKevaluatefunction (ef596f5)
Documentation
- Fix minor typos in generative model readme. (d0ef994)