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

v1.11.0

Compare
Choose a tag to compare
@Axik Axik released this 09 Jun 17:10
· 216 commits to master since this release

1.11.0 (2017 May 30)

New Features

  • New parameter field_size_limit allows users to specify a larger maximum field
    size than the Python csv module normally allows. Users can use a larger number
    for this value if they encounter issues with very large text fields, for example.
    Please note that using larger values for this parameter may cause issues with
    memory consumption.

Bugfixes

  • Previously, files whose first few lines did not fit within 512KB would error during
    the auto-sampler (which finds a reasonable number of rows to send with each batch).
    This issue hsa been fixed by adding a fallback to a default of 10 lines per
    batch in these cases. This parameter can still be overridden by using the
    n_samples parameter.

  • Fix issue when client error message wasn't logged properly.