- Fixes issue with reading all remaining data the last part of a large file (2GB+).
0.1.5
- Fixes an issue where the xrootd response was not checked when closing a file. This could ultimately result in masking very important errors that could lead to silent data loss (such as not reporting that the server had a problem replicating the file and thus deleted the file).
0.1.4
- Pins PyFilesystem dependency as v2+ is incompatible with XRootDPyFS.
0.1.3
- Allows negative seek offsets from the end of the binary files.
0.1.2
- Fixes issue with generated root url when query string was present.
0.1.1
- Changed package name from xrootdfs to xrootdpyfs due to naming conflict with XRootD FUSE.