This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
v1.12.0
1.12.0 (2017 August 9)
Enhancements
- Batch scoring now works with Python 3.6 on Windows (offline installs require 3.5 though)
- Logs now include version, retry attempts and whether output file was removed.
- New argument
no-resume
that allows you to start new batch-scoring run from scratch without being questioned about previous runs. - The version of the dependency
trafaret
has been pinned to0.10.0
to deal with a breaking change in the interface
of that package.
Documentation
- A new "Version Compatibility" section has been added to the README to help surface to users any
incompatibilities between versions ofbatch_scoring
and versions ofDataRobot
.