Releases: fsspec/swiftspec
Releases · fsspec/swiftspec
0.0.4: fixed recursive `rm`
0.0.3: bugfix for file not found
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
initial release
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.