Skip to content

Commit 9ed91a7

Browse files
authored
Merge branch 'main' into forecasting/ODSC68407/output_format
2 parents 4628262 + 5693bf6 commit 9ed91a7

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

ads/model/model_metadata.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ class MetadataTaxonomyKeys(ExtendedEnum):
103103
ALGORITHM = "Algorithm"
104104
HYPERPARAMETERS = "Hyperparameters"
105105
ARTIFACT_TEST_RESULT = "ArtifactTestResults"
106-
README = "Readme"
107-
LICENSE = "License"
108-
DEPLOYMENT_CONFIGURATION = "DeploymentConfiguration"
109-
FINETUNE_CONFIGURATION = "FineTuneConfiguration"
106+
# README = "Readme"
107+
# LICENSE = "License"
108+
# DEPLOYMENT_CONFIGURATION = "DeploymentConfiguration"
109+
# FINETUNE_CONFIGURATION = "FineTuneConfiguration"
110110

111111

112112
class MetadataCustomKeys(ExtendedEnum):

docs/source/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Release Notes
33
=============
44

5+
2.13.2
6+
-------
7+
Release date: March 14th, 2025
8+
9+
* Fixed bug in DataScienceModel defined metadata.
10+
11+
512
2.13.1
613
-------
714
Release date: March 13th, 2025

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.13.1"
24+
version = "2.13.2"
2525

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

0 commit comments

Comments
 (0)