Skip to content

Commit 31295b5

Browse files
authored
Merge branch 'main' into fix/ODSC-63260
2 parents a010890 + 0ed3daa commit 31295b5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

ads/aqua/evaluation/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ def _process(
13051305
"id": model_id,
13061306
"name": model.display_name,
13071307
"console_url": console_url,
1308-
"time_created": model.time_created,
1308+
"time_created": str(model.time_created),
13091309
"tags": tags,
13101310
"experiment": self._build_resource_identifier(
13111311
id=experiment_id,

docs/source/release_notes.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Release Notes
33
=============
44

5+
2.12.5
6+
-------
7+
Release date: November 10, 2024
8+
9+
* Fixed bugs in the AI Quick Actions Evaluation.
10+
511
2.12.4
612
-------
713
Release date: November 7, 2024
@@ -131,7 +137,7 @@ Release date: April 24, 2024
131137
Release date: April 18, 2024
132138

133139
* Fixed the bug in ``ADSDataset.show_in_notebook()``.
134-
* Updated langchain version.
140+
* Updated langchain version.
135141

136142

137143
2.11.6

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.12.4"
24+
version = "2.12.5"
2525

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

0 commit comments

Comments
 (0)