Skip to content

Commit 2be3bb4

Browse files
authored
Release 1.6.5 (#512)
* Release 1.6.5 placeholder * update versions * updated changelog * changelog
1 parent 3da686d commit 2be3bb4

File tree

18 files changed

+22
-17
lines changed

18 files changed

+22
-17
lines changed

custom_model_runner/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
#### Current
88

9+
#### [1.6.5] - 2021-12-11
10+
##### Fixed
11+
- update log4j version
12+
- wrap main func with "if __name__ == __main__"
13+
914
#### [1.6.4] - 2021-12-03
1015
##### Added
1116
##### Fixed

custom_model_runner/datarobot_drum/drum/description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
This is proprietary source code of DataRobot, Inc. and its affiliates.
55
Released under the terms of DataRobot Tool and Utility Agreement.
66
"""
7-
version = "1.6.4"
7+
version = "1.6.5"
88
__version__ = version
99
project_name = "datarobot-drum"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pandas==1.0.5
22
pyarrow==0.14.1
3-
datarobot-drum==1.6.4
3+
datarobot-drum==1.6.5

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 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": "61a9ad099f56415e0ab49d7e",
6+
"environmentVersionId": "61b4dcf49f5641be0031c7f6",
77
"isPublic": true
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pandas==1.0.5
22
pyarrow==0.14.1
3-
datarobot-drum==1.6.4
3+
datarobot-drum==1.6.5

public_dropin_environments/julia_mlj/env_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "[DataRobot] Julia Drop-In",
44
"description": "This template environment can be used to create artifact-only Julia MLJ custom models. This environment contains Julia and a number of models accessilbe via MLJ interfaces and only requires your model artifact as a .jlso file and optionally a custom.jl file.",
55
"programmingLanguage": "julia",
6-
"environmentVersionId": "61a9ad099f56415e0ab49d81",
6+
"environmentVersionId": "61b4dcf49f5641be0031c7f9",
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
2-
datarobot-drum==1.6.4
2+
datarobot-drum==1.6.5

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 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": "61a9ad099f56415e0ab49d7f",
6+
"environmentVersionId": "61b4dcf49f5641be0031c7f7",
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
2-
datarobot-drum==1.6.4
2+
datarobot-drum==1.6.5

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 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": "61a9ad099f56415e0ab49d80",
6+
"environmentVersionId": "61b4dcf49f5641be0031c7f8",
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
2-
datarobot-drum==1.6.4
2+
datarobot-drum==1.6.5

public_dropin_environments/python3_pytorch/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 PyTorch Drop-In",
44
"description": "This template environment can be used to create artifact-only PyTorch custom models. This environment contains PyTorch and requires only your model artifact as a .pth file, any other code needed to deserialize your model, and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "61a9ad099f56415e0ab49d7b",
6+
"environmentVersionId": "61b4dcf49f5641be0031c7f3",
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
2-
datarobot-drum==1.6.4
2+
datarobot-drum==1.6.5

public_dropin_environments/python3_sklearn/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 Scikit-Learn Drop-In",
44
"description": "This template environment can be used to create artifact-only scikit-learn custom models. This environment contains scikit-learn and only requires your model artifact as a .pkl file and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "61a9ad099f56415e0ab49d7c",
6+
"environmentVersionId": "61b4dcf49f5641be0031c7f4",
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
2-
datarobot-drum==1.6.4
2+
datarobot-drum==1.6.5

public_dropin_environments/python3_xgboost/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 XGBoost Drop-In",
44
"description": "This template environment can be used to create artifact-only xgboost custom models. This environment contains xgboost and only requires your model artifact as a .pkl file and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "61a9ad099f56415e0ab49d7d",
6+
"environmentVersionId": "61b4dcf49f5641be0031c7f5",
77
"isPublic": true
88
}

public_dropin_environments/r_lang/dr_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ numpy==1.19.5
22
pandas==1.0.5
33
rpy2<=3.3.6
44
pyarrow==0.14.1
5-
datarobot-drum[R]==1.6.4
5+
datarobot-drum[R]==1.6.5

public_dropin_environments/r_lang/env_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "[DataRobot] R Drop-In",
44
"description": "This template environment can be used to create artifact-only R custom models that use the caret library. Your custom model archive need only contain your model artifacts if you use the environment correctly.",
55
"programmingLanguage": "r",
6-
"environmentVersionId": "61a9ad099f56415e0ab49d7a",
6+
"environmentVersionId": "61b4dcf49f5641be0031c7f2",
77
"isPublic": true
88
}

0 commit comments

Comments
 (0)