Skip to content

Commit

Permalink
update release notes and version
Browse files Browse the repository at this point in the history
  • Loading branch information
VipulMascarenhas committed Jul 22, 2024
1 parent 4b2b653 commit 66f03b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Release Notes
=============

2.11.16
-------
Release date: July 22, 2024

* Support for llama-cpp container for model deployment and evaluation via AI Quick Actions.
* Added web socket support for AI Quick Actions APIs.
* Added Recommender Operator, designed to provide personalised recommendations based on user behaviour and preferences.
* Added apis ``with_image_digest`` and ``with_image_signature_id`` in ``ContainerRuntime`` class.
* Fixed pipeline run logging issue when service logging is not enabled.

2.11.15
-------
Release date: July 3, 2024
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"

# Required
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
version = "2.11.15"
version = "2.11.16"

# Optional
description = "Oracle Accelerated Data Science SDK"
Expand Down

0 comments on commit 66f03b1

Please sign in to comment.