File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
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
+
5
12
2.11.13
6
- ------
13
+ -------
7
14
Release date: June 18, 2024
8
15
9
16
* Update langchain dependencies.
10
17
* Support adding and removing artifact in a multi-model setting for model created by reference.
11
18
12
19
13
20
2.11.12
14
- ------
21
+ -------
15
22
Release date: June 13, 2024
16
23
17
24
* Fixed bugs and introduced enhancements following our recent release.
18
25
19
26
20
27
2.11.11
21
- ------
28
+ -------
22
29
Release date: June 11, 2024
23
30
24
31
* Fixed the bug that led to timeout when loading config files during jupyterlab load.
25
32
* Fixed bugs and introduced enhancements following our recent release.
26
33
27
34
28
35
2.11.10
29
- ------
36
+ -------
30
37
Release date: June 5, 2024
31
38
32
39
* Support for Bring Your Own Model (BYOM) via AI Quick Actions.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
21
21
22
22
# Required
23
23
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 "
25
25
26
26
# Optional
27
27
description = " Oracle Accelerated Data Science SDK"
You can’t perform that action at this time.
0 commit comments