Skip to content

v0.14.0

Compare
Choose a tag to compare
@jacksonllee jacksonllee released this 12 May 20:26
· 51 commits to main since this release

[0.14.0] - 2021-05-12

Added

  • Added the parallel optional argument to the Reader methods
    {from_zip, from_dir, from_files, from_strs}
    so that parallelization can be turned off if desired.
  • Added the filter method to Reader for filtering data by file paths.