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

Commit

Permalink
Merge pull request #96 from datarobot/trafaret-pin
Browse files Browse the repository at this point in the history
Trafaret pin
  • Loading branch information
dsakagi authored Aug 14, 2017
2 parents a9da9d2 + a928bc7 commit e613155
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
1.12.0 (unreleased)
===================
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 to `0.10.0` to deal with a breaking change in the interface
of that package.


Documentation
Expand All @@ -15,7 +17,7 @@ Documentation


1.11.0 (2017 May 30)
=============
====================

New Features
------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
six>=1.9.0
requests>=2.7.0,<2.16
trafaret>=0.7.1
trafaret==0.10.0
contextlib2>=0.5.1
futures>=3.0.4
chardet>=2.3.0,<3.0

0 comments on commit e613155

Please sign in to comment.