pulumi-datarobot 0.8.5__tar.gz → 0.8.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/PKG-INFO +1 -1
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/_utilities.py +8 -4
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/setup.py +1 -1
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/README.md +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/__init__.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/_inputs.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/api_token_credential.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/application_source.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/application_source_from_template.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/aws_credential.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/basic_credential.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/custom_application.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/custom_application_from_environment.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/custom_job.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/custom_metric.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/custom_metric_from_job.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/custom_metric_job.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/custom_model.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/custom_model_llm_validation.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/dataset_from_datasource.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/dataset_from_file.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/dataset_from_url.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/datasource.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/datastore.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/deployment.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/execution_environment.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/get_execution_environment.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/google_cloud_credential.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/llm_blueprint.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/notification_channel.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/notification_policy.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/outputs.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/playground.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/prediction_environment.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/provider.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/qa_application.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/registered_model.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/remote_repository.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/use_case.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/vector_database.py +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/setup.cfg +0 -0
@@ -89,12 +89,16 @@ def _get_semver_version():
|
|
89
89
|
elif pep440_version.pre_tag == 'rc':
|
90
90
|
prerelease = f"rc.{pep440_version.pre}"
|
91
91
|
elif pep440_version.dev is not None:
|
92
|
+
# PEP440 has explicit support for dev builds, while semver encodes them as "prerelease" versions. To bridge
|
93
|
+
# between the two, we convert our dev build version into a prerelease tag. This matches what all of our other
|
94
|
+
# packages do when constructing their own semver string.
|
92
95
|
prerelease = f"dev.{pep440_version.dev}"
|
96
|
+
elif pep440_version.local is not None:
|
97
|
+
# PEP440 only allows a small set of prerelease tags, so when converting an arbitrary prerelease,
|
98
|
+
# PypiVersion in /pkg/codegen/python/utilities.go converts it to a local version. Therefore, we need to
|
99
|
+
# do the reverse conversion here and set the local version as the prerelease tag.
|
100
|
+
prerelease = pep440_version.local
|
93
101
|
|
94
|
-
# The only significant difference between PEP440 and semver as it pertains to us is that PEP440 has explicit support
|
95
|
-
# for dev builds, while semver encodes them as "prerelease" versions. In order to bridge between the two, we convert
|
96
|
-
# our dev build version into a prerelease tag. This matches what all of our other packages do when constructing
|
97
|
-
# their own semver string.
|
98
102
|
return SemverVersion(major=major, minor=minor, patch=patch, prerelease=prerelease)
|
99
103
|
|
100
104
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/custom_metric_from_job.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/custom_model_llm_validation.py
RENAMED
File without changes
|
{pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/dataset_from_datasource.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/deployment_retraining_policy.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/get_execution_environment.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/google_cloud_credential.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot/prediction_environment.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.5 → pulumi_datarobot-0.8.7}/pulumi_datarobot.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|