Skip to content

v2.0.0.dev4

Pre-release
Pre-release
Compare
Choose a tag to compare
@parafoxia parafoxia released this 23 Jul 11:50
· 574 commits to main since this release

WARNING: This release contains extensive breaking changes.

  • API requests are now handled manually
  • The number of dependencies has been significantly reduced
  • The service and analytics objects are now one combined object
  • The API token is now stored (unless the user wishes otherwise) for future use
  • A bug where queries would error through the API if reports that required sorts were not sorted in descending order has been fixed
  • The report.to_json method has been removed
  • If numpy is installed, np arrays are used instead of lists of lists to store data within the report object
  • The retrieve kwargs have been rejigged to make it clearer which elements are necessary
  • The verification files have been cleaned up

This release is largely undocumented. You will need to view the source code to work stuff out, or stick with v1.2.1 for the time being.