Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

v1.13.0

Compare
Choose a tag to compare
@romankolpak romankolpak released this 11 Nov 14:30
· 87 commits to master since this release
7e0f9de

v1.13.0 2017 November 10

Enhancements

  • Brings back support for legacy predictions (api/v1) and a new parameter for specifying api version (--api_version).
    Check batch_scoring --help for a list of valid options and the default value.
  • Adds --no_verify_ssl argument for disabling SSL verification and --ca_bundle
    for specifying certificate(s) of trusted Certificate Authorities.
  • Default for timeout is now None, meaning that the code does not enforce a timeout for operations to the server. This allows completion of runs with higher numbers of threads, particularly in MacOS. The value remains modifiable, and 30 seconds is a reasonable value in most cases.

Bugfixes

  • An issue which caused exit codes to not be set correctly from executables installed via the standalone installer has been addressed. The exit codes will now be set correctly.
  • An issue which caused script crashes if one or more boolean options were specified in the config file.