Releases: opencadc/vostools
Releases · opencadc/vostools
Update dependencies (cadcutils) to bring a transfer fix for large files
vos=3.6.1.1 Update setup.cfg
Support for large files
Added support for transfer of large files. Code cleanup and bug fixes.
Improved support for the new VOSpace services
Fixes a bug that prevents copy to VOSpace and reduces the effect of Eventual Consistency of the storage inventory by checking the files
end point for up-to-date file metadata (size, checksum). This relies on preventNotFound
feature of vault
Test before release
vos=3.6rc Update setup.cfg
Update `vos` to work with the new versions of VOSpace services
Changed pypi publishing (#223) Co-authored-by: Adrian Damian <[email protected]>
Version check, Python 2.7 cleanup, insecure server https for testing
- added client version check against
PyPI
(warning) and server (error) - removed support for Python 2.7
- added Python 3.11 target
- added
-k
option (insecure https server - self sign certificate) for testing purposes
+ Support for Python3.10, - Support for 2.7
Added support for Python3.10 (CADC-11161) (#208) * Added support for Python3.10 and removed support for Python2.7
+ Python 3.10 support, - Python 2.7 support
Added support for Python3.10 (CADC-11161) (#208) * Added support for Python3.10 and removed support for Python2.7
Fixed external links and other small issues
vos=3.3.6 Fixed link to external sites and other small issues (#202)
Fix for `vsync` with later Python version (3.4+)
Changed async
to use multithreading and take advantage of IO bundle operations to speed up sync.