Skip to content

v3.0.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@parafoxia parafoxia released this 03 Mar 00:40
· 461 commits to main since this release

The first (and probably only) v3 pre-release is out! This version is just for people to mess around with the new stuff before it properly comes out. Documentation, final tests, and a migration guide will come out nearer the time v3 stable launches -- the current docs do not reflect v3.

You can install it using:

pip install -U analytix --pre

Here are some highlights:

  • Async support
  • Typehinting
  • Token refreshing

You'll probably need to look at the source code to figure out what's going on, but as it's all typehinted it should be easier.

Let me know if you find any issues (:

NOTE: I've already found an issue in AsyncAnalytics not being able to retrieve reports -- that's been fixed in the development version.