Skip to content

v2.0.0 - Release

Compare
Choose a tag to compare
@deppen8 deppen8 released this 16 Jan 22:37
· 17 commits to master since this release
1073007

pip install pawprint==2.0.0

This release includes a major rebuild of the way user sessions are calculated. It adds a sessions.py module that contains the UserCurrentSession and Sessions classes. These classes help track sessions during calculation and prevent memory explosion.

The new sessions database table that is created will have two new fields:

  • last_timestamp which represents the timestamp of the last event in that session
  • events which is a string of comma-separated events that make up that session