|
1 | 1 | Changes |
2 | 2 | ======= |
3 | 3 |
|
| 4 | +Version 0.2.0 (2020-11-19) |
| 5 | +-------------------------- |
| 6 | + |
| 7 | +- Adds new ``list-directory`` command to list content of EOS directories |
| 8 | + holding open data files. |
| 9 | +- Adds support for Python 3.9. |
| 10 | +- Improves ``download-files`` command to allow using XRootD protocol. |
| 11 | +- Improves ``download-files`` command to allow using HTTPS protocol. |
| 12 | +- Improves ``download-files`` command to optionally verify file integrity as |
| 13 | + soon as files are being downloaded. |
| 14 | +- Improves ``get-file-locations`` command to optionally output file sizes and |
| 15 | + checksums. |
| 16 | +- Improves output format colouring to better indicate notes and errors. |
| 17 | +- Fixes minor issues and improves code coverage. |
| 18 | + |
4 | 19 | Version 0.1.0 (2020-09-24) |
5 | 20 | -------------------------- |
6 | 21 |
|
7 | | -- Enriches `download-files` command to optionally download only files |
| 22 | +- Enriches ``download-files`` command to optionally download only files |
8 | 23 | matching certain name, regexp, or range count. |
9 | | -- Adds new `verify-files` command to verify number, size, and checksum of |
| 24 | +- Adds new ``verify-files`` command to verify number, size, and checksum of |
10 | 25 | downloaded files. |
11 | | -- Improves `get-metadata` command with respect to outputting only |
| 26 | +- Improves ``get-metadata`` command with respect to outputting only |
12 | 27 | certain desired metadata field values. |
13 | 28 | - Enriches user documentation. |
14 | 29 |
|
|
0 commit comments