Analytix

Latest version: v5.3.0

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

Scan your dependencies

Page 7 of 11

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.

3.0.0rc1

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:
py
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.

2.2.0.post0

This release mainly focuses on workflow improvements ready for v3 development, as well as updating the out-of-date README.

2.2.0

Fixes

- Fix issue where extraneous newlines are added when writing to CSV files on Windows
- Fix bug where some reports created by the monthly factory method would have the wrong number of rows

CI and testing

- Added a full CI testing suite
- Improved the local testing suite

Page 7 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.