Skip to content

Releases: LBeaudoux/tatoebatools

v0.2.3

10 Dec 10:11
Compare
Choose a tag to compare

Bug fixes

  • fix setup.py on Windows

Coverage

  • support Python 3.12
  • upgrade dependencies

v0.2.2

22 Jun 13:14
Compare
Choose a tag to compare

Breaking change

  • Python 3.8+ is now required in place of Python 3.7.1+

Bug fixes

  • directory traversal vulnerability in zip extraction
  • CSV module issues with python 3.11

v0.2.1

25 Jun 13:37
Compare
Choose a tag to compare

Bug fixes

  • support newly exported audio IDs

v0.2.0

17 Sep 16:39
Compare
Choose a tag to compare

Breaking change

  • Python 3.7.1+ is now required in place of Python 3.6+

New features

  • addition of a dataframe attribute to ParallelCorpus
  • inclusion of a SQLAlchemy model for each data file

Bug fixes

  • returned dataframes are no longer indexed by default
  • datetime parsing is now provided for all CSV files
  • unnecessary datafile differences are prevented
  • iteration through dataframe chunks is allowed
  • encoding errors in queries.csv are ignored for now