Skip to content

Releases: opencadc/vostools

Optimizations in vls to reduce the number of server calls

28 Sep 22:39
fb36673
Compare
Choose a tag to compare

vls was making unnecessary calls to the server causing it to be considerable slower in certain situations.

Added --head flag to vcp and vcat

29 Aug 00:42
77af5fa
Compare
Choose a tag to compare

The 'head' flag allows for the retrieval of file header information only if the server supports it for a given file type.

vtag repair

09 Aug 21:15
Compare
Choose a tag to compare

Update restores ability of vtag to list all properties of a file.

Explicit dependency on enum34

07 Jun 15:59
331067d
Compare
Choose a tag to compare
vos=3.0.6

Update setup.cfg

Faster vls for large directories (unless wild cards are used)

06 Jun 20:20
dfbfd8c
Compare
Choose a tag to compare

Listing of a large directory is now significantly faster and can be piped to other applications (more, head, etc) or terminate. Sorting is performed on the server side.
This does not work when used with wild cards.

Globing support in vls

12 Mar 21:41
9a9a5e5
Compare
Choose a tag to compare
vos=3.0.4

Update setup.cfg

Fixed bug in vos.copy

30 Nov 00:00
6a14852
Compare
Choose a tag to compare

vos.copy transferred identical files without checking the md5 first.
Also remove support for Python 3.3

vsync patch

18 Sep 21:07
Compare
Choose a tag to compare
vos=3.0.2

Update setup.cfg

Renamed the exceptions log file

18 Sep 21:32
Compare
Choose a tag to compare
vofs=3.0.1

Update setup.cfg

A working 'requests' based release

12 Aug 16:05
Compare
Choose a tag to compare
Pre-release

This release corrected some errors and bugs in the previous alpha release. This version passes the integration tests.