Skip to content

v0.9.0: bump fsspec to 2021.07.0, adds callback support

Compare
Choose a tag to compare
@skshetry skshetry released this 21 Jul 09:45
· 85 commits to main since this release
v0.9.0
7d41d7c
  • fsspec updated to 2021.07.0.
  • httpx updated to 0.18.2.
  • callback support on put_file, as per 2021.07.0 requirements,
    thanks to @isidentical.
  • upload_fileobj - extended API in fsspec implementations
    with callback support.
  • tests for peek_filelike_length and upload_fileobj.
  • Packaging badges in the README, thanks to @efiop.
  • dev packages updated,
    specifically, Sphinx, sphinx-copybutton, furo, pylint and WsgiDAV.