File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
5
+ 2.13.3
6
+ -------
7
+ Release date: March 21, 2025
8
+
9
+ * Fixed defined tag permission issue when creating AI Quick Action fine-tuning and evaluation.
10
+
11
+
5
12
2.13.2
6
13
-------
7
- Release date: March 14th , 2025
14
+ Release date: March 14 , 2025
8
15
9
16
* Fixed bug in DataScienceModel defined metadata.
10
17
11
18
12
19
2.13.1
13
20
-------
14
- Release date: March 13th , 2025
21
+ Release date: March 13 , 2025
15
22
16
23
17
24
* Upgraded OCI SDK to ``v2.148.0 `` for improved compatibility and performance.
@@ -35,21 +42,21 @@ Release date: March 13th, 2025
35
42
36
43
2.13.0
37
44
-------
38
- Release date: Feb 14th , 2025
45
+ Release date: Feb 14 , 2025
39
46
40
47
* Fixed bug in DataScienceModel defined metadata where non-predefined metadata keys caused errors.
41
48
42
49
43
50
2.12.11
44
51
-------
45
- Release date: Feb 5th , 2025
52
+ Release date: Feb 5 , 2025
46
53
47
54
* Fixed bug while loading model configuration in AI Quick Actions.
48
55
49
56
50
57
2.12.10
51
58
-------
52
- Release date: Feb 5th , 2025
59
+ Release date: Feb 5 , 2025
53
60
54
61
* Support inference container URI to be edited for unverified models in AI Quick Actions.
55
62
* Logging improvements for all CRUD operations in 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.13.2 "
24
+ version = " 2.13.3 "
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