Skip to content

Releases: fsspec/swiftspec

0.0.4: fixed recursive `rm`

13 Apr 10:28
529ceda
Compare
Choose a tag to compare
Merge pull request #4 from fsspec/recursive_rm

fixed recursive rm

0.0.3: bugfix for file not found

28 Feb 19:15
Compare
Choose a tag to compare

With this release, a FileNotFoundError is raised, if a file couldn't be found (instead of http 404 related exceptions). This helps downstream libraries to properly handle that case.

0.0.2

20 Dec 22:24
Compare
Choose a tag to compare

This release adds basic impmementations of rm() and open().
Furthermore, verify_uploads (default: True) has been added as a storage_option which can be used to disable object verification on upload, which may improve upload speeds.

initial release

15 Dec 23:05
Compare
Choose a tag to compare

This release is an initial working version. It should be sufficient to use the mappable interface and can be used in combination with zarr to read and write datasets. Further use cases have not yet been tested.