Skip to content

Commit f3e25b3

Browse files
authored
[RAPTOR-8683] release DRUM v1.9.11, update envs (#704)
1 parent e99b9c4 commit f3e25b3

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

custom_model_runner/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
#### [1.9.11] - In-Progress
7+
#### [1.9.11] - 2022-10-24
88
##### Changed
99
- Add support to initialize DR Python client in order to allow DR API access.
1010

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pandas==1.3.0
22
pyarrow>=0.14.1,<=3.0.0
3-
datarobot-drum==1.9.10
3+
datarobot-drum==1.9.11

public_dropin_environments/java_codegen/env_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "[DataRobot] Java 11 Drop-In (DR Codegen, H2O)",
44
"description": "This template can be used as an environment for DataRobot generated scoring code or models that implement the either the IClassificationPredictor or IRegressionPredictor interface from the datarobot-prediction package and for H2O models exported as POJO or MOJO.",
55
"programmingLanguage": "java",
6-
"environmentVersionId": "633e0affd67534d1b03d3f42",
6+
"environmentVersionId": "6352f657135952146bcca12b",
77
"isPublic": true
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyarrow>=0.14.1,<=3.0.0
2-
datarobot-drum==1.9.10
2+
datarobot-drum==1.9.11

public_dropin_environments/python3_keras/env_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "[DataRobot] Python 3.9 Keras Drop-In",
44
"description": "This template environment can be used to create artifact-only keras custom models. This environment contains keras backed by tensorflow and only requires your model artifact as a .h5 file and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "633e0affd67534d1b03d3f43",
6+
"environmentVersionId": "6352f657135952146bcca12c",
77
"isPublic": true
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyarrow>=0.14.1,<=3.0.0
2-
datarobot-drum==1.9.10
2+
datarobot-drum==1.9.11

public_dropin_environments/python3_onnx/env_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "[DataRobot] Python 3.9 ONNX Drop-In",
44
"description": "This template environment can be used to create artifact-only ONNX custom models. This environment contains ONNX runtime and only requires your model artifact as an .onnx file and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "633e0affd67534d1b03d3f45",
6+
"environmentVersionId": "6352f657135952146bcca12e",
77
"isPublic": true
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyarrow>=0.14.1,<=3.0.0
2-
datarobot-drum==1.9.10
2+
datarobot-drum==1.9.11

public_dropin_environments/python3_pmml/env_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "[DataRobot] Python 3.9 PMML Drop-In",
44
"description": "This template environment can be used to create artifact-only PMML custom models. This environment contains PyPMML and only requires your model artifact as a .pmml file and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "633e0affd67534d1b03d3f44",
6+
"environmentVersionId": "6352f657135952146bcca12d",
77
"isPublic": true
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyarrow>=0.14.1,<=3.0.0
2-
datarobot-drum==1.9.10
2+
datarobot-drum==1.9.11

0 commit comments

Comments
 (0)