1. 20 Oct, 2021 1 commit
  2. 24 Aug, 2021 1 commit
    • Wenwei Zhang's avatar
      [Feature] Add windows CI (#1023) · 979a355d
      Wenwei Zhang authored
      
      
      * add windows CI
      
      * clean versions
      
      * only allow pt1.7 on windows
      
      * fix windows install issue
      
      * add win cpu
      
      * fix win command
      
      * clean unnecessary command
      
      * resolve turbojpeg & tempfile on win
      
      * replace os.readlink with os.path.realpath
      
      * fix windows ci
      
      * close file before removing it
      
      * fix windows ci
      
      * fix symlink on windows
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * modify according to comment
      Co-authored-by: default avatarzhouzaida <zhouzaida@163.com>
      979a355d
  3. 08 Aug, 2021 1 commit
  4. 29 Jun, 2021 1 commit
    • achaiah's avatar
      [Fix]: fix missing check of directory in scandir (#1110) · 21845db4
      achaiah authored
      
      
      * Missing check for dir in the 'else' clause
      
      Fixing issue when recursively scanning directories with filenames starting with '.'  Without this fix, the `if not entry.name.startswith('.') and entry.is_file()` logic falls through to the `else` clause which in the current code base will error out as it encounters '.' files (e.g. .DS_Store)
      
      * Updated code per comments
      
      * fixing indentation
      
      * fix indenterror and add comment
      
      * remove .DS_Store and add .file
      Co-authored-by: default avatarzhouzaida <zhouzaida@163.com>
      21845db4
  5. 25 Aug, 2020 1 commit
  6. 19 Mar, 2020 1 commit
  7. 16 Mar, 2020 1 commit
  8. 10 Jan, 2020 1 commit
  9. 30 Jul, 2019 1 commit
    • Kai Chen's avatar
      Add yapf and isort to travis (#96) · eae81c1e
      Kai Chen authored
      * add yapf and isort to travis
      
      * minor formatting
      
      * remove blank lines
      
      * skip unit tests for progressbar when python2
      
      * update travis to ubuntu 16.04
      
      * use a newer version ffmpeg
      
      * add -y to add-apt-repository
      eae81c1e
  10. 07 Oct, 2018 2 commits
  11. 04 Oct, 2018 1 commit
  12. 26 Aug, 2018 2 commits