Skip to content

Commit 66f03b1

Browse files
update release notes and version
1 parent 4b2b653 commit 66f03b1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/source/release_notes.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Release Notes
33
=============
44

5+
2.11.16
6+
-------
7+
Release date: July 22, 2024
8+
9+
* Support for llama-cpp container for model deployment and evaluation via AI Quick Actions.
10+
* Added web socket support for AI Quick Actions APIs.
11+
* Added Recommender Operator, designed to provide personalised recommendations based on user behaviour and preferences.
12+
* Added apis ``with_image_digest`` and ``with_image_signature_id`` in ``ContainerRuntime`` class.
13+
* Fixed pipeline run logging issue when service logging is not enabled.
14+
515
2.11.15
616
-------
717
Release date: July 3, 2024

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

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

2626
# Optional
2727
description = "Oracle Accelerated Data Science SDK"

0 commit comments

Comments
 (0)