Skip to content

v1.14.0

Compare
Choose a tag to compare
@mheilman mheilman released this 22 Apr 14:28
39b6498

Added

  • Added .outputs method to retrieve outputs from CivisFuture
    objects. (#381)
  • Added table_columns parameter to civis.io.civis_file_to_table, civis.io.dataframe_to_civis, and civis.io.csv_to_civis (#379)

Fixed

  • Fixed/relaxed version specifications for click, jsonref, and jsonschema. (#377)

Removed

  • Removed support for Python 2.7 and 3.4. (#378)

Changed

  • No longer require ServiceClient to be instantiated to parse a
    service api spec. (#382)