Skip to content

v1.37.0

Compare
Choose a tag to compare
@release-please release-please released this 05 Dec 21:03
c505ff6

1.37.0 (2023-12-05)

Features

  • Add additional parameters to Model.upload(). (7b7d7d2)
  • Adding support for concurrent explanations (8e2ad75)
  • Allow configuring container logging settings on models when deploying. (beae48f)
  • Support user provided api endpoint. (92f2b4e)
  • Add grpc_ports to UploadModel ModelContainerSpec, add DirectPredict, DirectRawPredict, StreamingPredict, StreamingRawPredict to PredictionService. (6dfbad7)

Bug Fixes

  • Clarify wording when Ray on Vertex cluster is missing head node ip (4a71c8c)
  • Fix error when allowed_plugins is set to None. (6f2860a)
  • Fixed INTEGER and BOOL parameters casting issue. Fix conversion bug where INTEGER and BOOL parameters are not cast to the correct type. (9a204c4)
  • Make PipelineJobSchedule propagate labels to created PipelineJobs (a34533f)

Documentation

  • Add upload Tensorboard profile log to Experiment sample. (5780513)
  • Update the documentation for the image_dataset class (8562368)