Skip to content

v4.1.4

Compare
Choose a tag to compare
@parafoxia parafoxia released this 19 Feb 21:42
· 143 commits to main since this release

Bug fixes

  • Fixed a typing bug in the to_excel, to_pandas, to_arrow, to_polars, to_feather, and to_parquet AnalyticsReport methods
  • Added empty data checks for Arrow and Polars conversions

Other changes

  • Exceptions thrown on invalid requests have been overhauled (#53)
    • You should still catch InvalidRequest exceptions
    • InvalidFeatures and InvalidFeatureSet exceptions are deprecated -- they still exist for backward compatibility, but now function identically to InvalidRequest
    • Error messages have been drastically improved, both in style and substance