Skip to content

Commit

Permalink
ADS release v2.11.14 (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
liudmylaru authored Jul 1, 2024
1 parent e1b222b commit cc1d2cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,38 @@
Release Notes
=============

2.11.14
-------
Release date: June 27, 2024

* Added compatibility with Python ``3.11``.
* Fixed the bug in model deployment tail logging.

2.11.13
------
-------
Release date: June 18, 2024

* Update langchain dependencies.
* Support adding and removing artifact in a multi-model setting for model created by reference.


2.11.12
------
-------
Release date: June 13, 2024

* Fixed bugs and introduced enhancements following our recent release.


2.11.11
------
-------
Release date: June 11, 2024

* Fixed the bug that led to timeout when loading config files during jupyterlab load.
* Fixed bugs and introduced enhancements following our recent release.


2.11.10
------
-------
Release date: June 5, 2024

* Support for Bring Your Own Model (BYOM) via AI Quick Actions.
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.13"
version = "2.11.14"

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

0 comments on commit cc1d2cd

Please sign in to comment.