Analytix

Latest version: v5.5.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 12

3.2.0

Feature release

Additions

* Added ability to export report as Apache Arrow Table (28)
* Added ability to export report as Apache Feather file (28)
* Added ability to export report as Apache Parquet file (28)
* Added `analytix[arrow]` install method (28)

3.1.0

Feature release

Additions

* Native Modin support (23)
* `Report.to_excel` -- exports the report to an Excel spreadsheet (24)

Changes

The `Report.to_json` and `Report.to_csv` methods can now be called in sync or async contexts. For example, both of the following calls work:

py
report.to_csv("analytics.csv")
await report.to_csv("analytics.csv")


The `Report.ato_json` and `Report.ato_csv` methods still remain for backwards compatibility, but are deprecated.

Deprecations

* `analytix[df]` install method
* `await Report.ato_json`
* `await Report.ato_csv`

3.0.1

Bugfix release

This release fixes a few issues related to refreshing tokens.

Firstly, it fixes a misunderstanding in the README about how long refresh tokens last before they expire. The README stated that this is 200 days, when actually it's, more often than not, 7. I'd read the wrong part of the Google Documentation, and Google highlighting 200 days really didn't help that, sozza.

I've also fixed a bug where analytix couldn't handle refresh tokens being invalid -- you will now simply be prompted to manually reauthorise when necessary.

3.0.0

3.0.0rc3

This will DEFINITELY be the last pre-release before stable, just a fair amount has changed since the last release.

Additions

* Added an update checker (ignore warnings on pre-releases)
* Moved report determination to the Query class, as it better fits there
* Declare PyPy 3.9 support

Fixes

* Add some functionality to AsyncAnalytics I accidentally missed
* Fixed some typos in the README
* Fixed a bug where columns would not be correctly sorted in reports

Changes

* Some behaviour with relation to refreshing tokens

DevOps

* Bring test coverage up to near 100% (the rest will be done playlist support is added)
* Added some more checks, including a dependency manager

Future plans

3.0.0rc2

I know I said there wouldn't be another rc version but this one does quite a bit of useful stuff, so thought there should be.

Fixes

* Fixed a bug (yes, *totally* a bug) where the AsyncAnalytics class couldn't retrieve reports

Changes

* Changed all data constants to be sets natively so they don't have to be converted to sets every single request

Beyond that, it's just adding docs and stuff. Playlists and 100% test coverage needs to be done before stable v3.0.0 releases, but shouldn't be *too* long, in theory.

Page 7 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.