Skip to content

Commit 7e8298d

Browse files
authored
Release DRUM v1.5.13 (#427)
* [RAPTOR-6387] update DRUM readme
1 parent 123ddb6 commit 7e8298d

File tree

19 files changed

+22
-19
lines changed

19 files changed

+22
-19
lines changed

custom_model_runner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
##### Fixed
1010
##### Added
1111

12+
#### [1.5.13] - 2021-09-17
13+
####
14+
- compile DRUM with Java 11
15+
1216
#### [1.5.12] - 2021-09-15
1317
##### Fixed
1418
- R custom tasks sampling

custom_model_runner/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ All models:
2828
- If you are using a drop-in environment found in this repo, you must pip install these dependencies.
2929

3030
Python models:
31-
- Python 3.6 or 3.7 is required unless you are using DRUM with a Docker image.
32-
- This is because DRUM only runs with Python 3.6 or 3.7.
31+
- Check https://pypi.org/project/datarobot-drum/ for supported Python versions.
3332

3433
Java models:
3534
- JRE >= 11.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = "1.5.12"
1+
version = "1.5.13"
22
__version__ = version
33
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.5.12
3+
datarobot-drum==1.5.13

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": "614235a4eef323a0d7af0c4d",
6+
"environmentVersionId": "61451f149f56415553ced151",
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.5.12
3+
datarobot-drum==1.5.13

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": "614235a4eef323a0d7af0c50",
6+
"environmentVersionId": "61451f149f56415553ced154",
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.5.12
2+
datarobot-drum==1.5.13

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": "614235a4eef323a0d7af0c52",
6+
"environmentVersionId": "61451f149f56415553ced152",
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.5.12
2+
datarobot-drum==1.5.13

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": "614235a4eef323a0d7af0c51",
6+
"environmentVersionId": "61451f149f56415553ced153",
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.5.12
2+
datarobot-drum==1.5.13

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": "614235a4eef323a0d7af0c4f",
6+
"environmentVersionId": "61451f149f56415553ced14e",
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.5.12
2+
datarobot-drum==1.5.13

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": "614235a4eef323a0d7af0c53",
6+
"environmentVersionId": "61451f149f56415553ced14f",
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.5.12
2+
datarobot-drum==1.5.13

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": "614235a4eef323a0d7af0c4c",
6+
"environmentVersionId": "61451f149f56415553ced150",
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.5.12
5+
datarobot-drum[R]==1.5.13

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": "614235a4eef323a0d7af0c4e",
6+
"environmentVersionId": "61451f149f56415553ced14d",
77
"isPublic": true
88
}

0 commit comments

Comments
 (0)