File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff 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
112112class MetadataCustomKeys (ExtendedEnum ):
Original file line number Diff line number Diff line change 22Release Notes
33=============
44
5+ 2.13.2
6+ -------
7+ Release date: March 14th, 2025
8+
9+ * Fixed bug in DataScienceModel defined metadata.
10+
11+
5122.13.1
613-------
714Release date: March 13th, 2025
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.13.1 "
24+ version = " 2.13.2 "
2525
2626# Optional
2727description = " Oracle Accelerated Data Science SDK"
You can’t perform that action at this time.
0 commit comments