Skip to content

Version 0.11.0

Compare
Choose a tag to compare
@tswast tswast released this 29 Jul 20:06
9990047
  • Breaking Change: Python 2 support has been dropped. This is to align
    with the pandas package which dropped Python 2 support at the end of 2019.
    (#268)

Enhancements

  • Ensure table_schema argument is not modified inplace. (:issue:278)

Implementation changes

  • Use object dtype for STRING, ARRAY, and STRUCT columns when
    there are zero rows. (#285)

Internal changes

  • Populate user-agent with pandas version information. (#281)
  • Fix pytest.raises usage for latest pytest. Fix warnings in tests.
    (#282 )
  • Update CI to install nightly packages in the conda tests. (#254)