Skip to content

v1.14.2

Compare
Choose a tag to compare
@mheilman mheilman released this 03 Jun 13:57
3fdceb9

Added

  • Added support for Python 3.8 (#391)

Fixed

  • Fixed a bug in the CLI tool which caused failed commands to exit with a 0 exit status. (#389)
  • Fixed some issues that the newly-released flake8 3.8 complained about, including a buggy print statement for logging in run_joblib_func.py. (#394)
  • Fixed a bug when cancelling jobs while using the Civis joblib backend. (#395)

Changed

  • Added additional detail to civis.io.dataframe_to_civis, civis.io.csv_to_civis, and civis.io.civis_file_to_table's docstrings on the primary key parameter. (#388)
  • Made polling threads for Civis futures be daemon threads so that Python processes will shut down properly in Python 3.8 (#391)
  • Removed deprecation warning on the file_id parameter of civis.io.civis_file_to_table. The parameter name will be kept in v2. (#360, #393)
  • Show tables of methods for each set of endpoints in the API Resources pages. (#396)