Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@lefessan lefessan released this 21 Sep 13:14
· 10 commits to master since this release
352c9ad

Simplified API for directory iterators and selectors

  • EzFile.iter_dir handler takes only one argument instead of 3
  • EzFile.select has more optional arguments to filter files on which to iter
  • EzFile.cut_extension/EzFile.cut_extensions replace other extension handling functions
  • These change make 0.2.0 incompatible with 0.1.0 for programs using the previous functions