Skip to content

Commit cc1d2cd

Browse files
authoredJul 1, 2024··
ADS release v2.11.14 (#888)
1 parent e1b222b commit cc1d2cd

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed
 

‎docs/source/release_notes.rst

+11-4
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,38 @@
22
Release Notes
33
=============
44

5+
2.11.14
6+
-------
7+
Release date: June 27, 2024
8+
9+
* Added compatibility with Python ``3.11``.
10+
* Fixed the bug in model deployment tail logging.
11+
512
2.11.13
6-
------
13+
-------
714
Release date: June 18, 2024
815

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

1219

1320
2.11.12
14-
------
21+
-------
1522
Release date: June 13, 2024
1623

1724
* Fixed bugs and introduced enhancements following our recent release.
1825

1926

2027
2.11.11
21-
------
28+
-------
2229
Release date: June 11, 2024
2330

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

2734

2835
2.11.10
29-
------
36+
-------
3037
Release date: June 5, 2024
3138

3239
* Support for Bring Your Own Model (BYOM) via AI Quick Actions.

‎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.13"
24+
version = "2.11.14"
2525

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

0 commit comments

Comments
 (0)
Please sign in to comment.