Skip to content

Releases: datarobot/datarobot-user-models

v1.9.12

01 Nov 14:03
5bc1088
Compare
Choose a tag to compare

The main improvement in this release is the new capability to add your own custom Flask extensions when running drum server. Note: this capability is not available when using the --production flag (or PRODUCTION=1 environment variable). For a reference implementation, see the new example.

Added
  • Add support for a new hook (custom_flask.py) in the model-dir to allow extending the Flask application when drum is running in server mode.
  • Add a new model template sample (flask_extension_httpauth) to illustrate a potential authentication use-case using the new custom_flask.py hook.
Changed
  • Improve handling of SIGTERM to support cleaner shutdowns.
  • Use --init flag when running docker containers to improve how signals are propigated to child processes.

v1.9.0

22 Mar 18:56
b474e25
Compare
Choose a tag to compare

Support Py 3.9

v1.6.5

11 Dec 21:56
2be3bb4
Compare
Choose a tag to compare
Release 1.6.5 (#512)

* Release 1.6.5 placeholder

* update versions

* updated changelog

* changelog

Release v1.6.4

03 Dec 18:14
42b44a4
Compare
Choose a tag to compare
[YOLO] Release v1.6.4 (#504)

Release v1.5.15

27 Sep 19:13
d93ee87
Compare
Choose a tag to compare
Release v1.5.15 (#434)

Release v1.5.13

21 Sep 19:13
7e8298d
Compare
Choose a tag to compare
Release DRUM v1.5.13 (#427)

* [RAPTOR-6387] update DRUM readme

v1.4.8

14 Dec 14:17
af4a4c6
Compare
Choose a tag to compare

Fix issue with numeric class labels being interpreted as numbers instead of strings

v1.4.5

02 Dec 22:10
1c78b21
Compare
Choose a tag to compare
[RAPTOR-3968] Allow DRUM multiclass with only 2 labels (#237), releas…