File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 22Release 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+
5122.11.13
6- ------
13+ -------
714Release 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
13202.11.12
14- ------
21+ -------
1522Release date: June 13, 2024
1623
1724* Fixed bugs and introduced enhancements following our recent release.
1825
1926
20272.11.11
21- ------
28+ -------
2229Release 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
28352.11.10
29- ------
36+ -------
3037Release date: June 5, 2024
3138
3239* 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"
2121
2222# Required
2323name = " 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
2727description = " Oracle Accelerated Data Science SDK"
You can’t perform that action at this time.
0 commit comments