Skip to content

v0.8.0

Compare
Choose a tag to compare
@mkdryden mkdryden released this 14 Nov 17:37
· 3 commits to master since this release

Added

  • Added a suite of tests for db and stats functions

Changed

  • Upgraded python-telegram-bot to version 20
  • Reply to edited messages
  • Updated to SQLAlchemy 2.0
  • Updated to pandas 2.1
  • Updated other dependencies
  • Separate SQL code from db_init function
  • Update to psycopg 3.0
  • Add more protection against bad stats options
  • Upgrade docker image to python 3.11
  • Update docker-compose file to use postgres 16
  • Use SQLAlchemy-Utils to make new db

Fixed

  • Date selection for word statistics was broken
  • Incorrect datatype for column in user_events table
  • Modify docker-compose file to set up host authentication with md5
  • Increase minimum title plot height

Full Changelog: v0.7.0...v0.8.0