Releases: PyFilesystem/pyfilesystem2
Releases · PyFilesystem/pyfilesystem2
API Refresh
[2.2.0] - 2019-01-01
A few methods have been renamed for greater clarity (but functionality remains the same).
The old methods are now aliases and will continue to work, but will
issue a deprecation warning via the warnings
module.
Please update your code accordingly.
getbytes
->readbytes
getfile
->download
gettext
->readtext
setbytes
->writebytes
setbinfile
->upload
settext
->writetext
Changed
- Changed default chunk size in
copy_file_data
to 1MB - Added
chunk_size
andoptions
toFS.upload
v2.1.3: Opener refinements (#245)
[2.1.3] - 2018-12-24
Fixed
- Incomplete FTPFile.write when using
workers
@geoffjukes - Fixed AppFS not creating directory
Added
v2.1.2
v2.1.1: Py.typed (#218)
v2.1.0: implementation of glob (#209)
[2.1.0] - 2018-08-12
Added
- fs.glob support
v2.0.27
v2.0.26
v2.0.25: Parallel copy (#188)
Added
- workers parameter to fs.copy, fs.move, and fs.mirror for concurrent
copies
v2.0.24
[2.0.24] - 2018-06-28
Added timeout to FTP opener
v2.0.23
[2.0.23] - 2018-05-02
- Fix for Markdown on PyPi, no code changes
[2.0.22] - 2018-05-02
Fixed
- Handling of broken unicode on Python2.7
Added
- Added fs.getospath