Skip to content

v3.3.0

Choose a tag to compare

@parafoxia parafoxia released this 03 Apr 16:26

Feature release

This release adds and changes a lot of little things.

Additions

  • The Analytics.retrieve and AsyncAnalytics.retrieve methods now accept a token_path kwarg to allow users to save their tokens wherever without needing to manually authorise
  • The Report class now has dimensions and metrics properties, which return columns that are dimensions and those that are metrics respectively

Changes

  • The outdated version warning message was reworded
  • The token refresh check is now a little more optimised
  • Some imports are a little more optimised

Potential breaking change

  • The Report._nrows and Report._ncolumns private attributes have been merged into Report._shape, and thus no longer exist. You should use Report.shape[0] and Report.shape[1] instead. This will cause problems for those using these attributes, but as they are private, this isn't a major version change.