Thu, 04 Feb 2021 10:19:13 +0200
Support of the "delay" parameter when uploading files.
i@15 | 1 | Changelog |
i@15 | 2 | ========= |
ioannis@54 | 3 | |
ioannis@54 | 4 | 0.10.0 - 2021-02-04 |
ioannis@54 | 5 | ------------------ |
ioannis@54 | 6 | * Support for new version of web interface (to be released on 2021-02-09. |
ioannis@54 | 7 | * Output of module exit codes and their description. |
ioannis@54 | 8 | * Support of the "delay" parameter when uploading files. |
ioannis@54 | 9 | |
ioannis@44 | 10 | 0.9.0 - 2021-01-09 |
ioannis@44 | 11 | ------------------ |
ioannis@44 | 12 | * Added force_upload option |
ioannis@50 | 13 | * Removed the process subcommand, added the --process option to the `upload_file` subcommand. |
ioannis@50 | 14 | * Homogenised download directory names. |
i@15 | 15 | |
i@40 | 16 | 0.8.1 - 2019-12-19 |
i@40 | 17 | ------------------ |
i@40 | 18 | * Correct handling of ancillary file full paths (thanks to Marc-Antoine Drouin) |
i@40 | 19 | |
i@40 | 20 | 0.8.0 - 2019-12-19 |
i@40 | 21 | ------------------ |
i@40 | 22 | * Check if ancillary file is already in the SCC DB before uploading. |
i@40 | 23 | |
i@36 | 24 | 0.7.1 - 2019-12-05 |
i@36 | 25 | ------------------ |
i@36 | 26 | * Fixed handling of both old- and new-style measurement ids. |
i@36 | 27 | |
ioannis@34 | 28 | 0.7.0 - 2019-01-11 |
ioannis@34 | 29 | ------------------ |
ioannis@34 | 30 | * Download method for HiRElPP, cloudmask, and other new datasets. |
ioannis@34 | 31 | * Since 0.6.2: Restructuring of input arguments, ancillary file upload, code improvements. |
ioannis@34 | 32 | |
i@15 | 33 | 0.6.2 - 2018-01-10 |
i@15 | 34 | ------------------ |
i@15 | 35 | * Fixed bug when download optical files. |
i@16 | 36 | * Changes config file path to positional argument. |
i@15 | 37 | |
i@15 | 38 | 0.6.1 - 2017-12-15 |
i@15 | 39 | ------------------ |
i@15 | 40 | * Converted script to python module |
i@15 | 41 | * Settings are now read from .yaml file. |
i@15 | 42 | |
i@15 | 43 | 0.5.0 - 2015-06-23 |
i@15 | 44 | ------------------ |
ioannis@3 | 45 | * Moved configuration settings to a separate file |
ioannis@3 | 46 | * Added lincence information (MIT) |
ioannis@3 | 47 | * Added version number |
ioannis@3 | 48 | * Added this changelog |
ioannis@3 | 49 |