-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathCHANGES
73 lines (44 loc) · 2.01 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
portal_client 1.4.4
* Fixed authentication handling when processing manifests with
multiple FASP resources to download. Was interactively querying
the password for each download instead of just once for all.
Reported by @pbieberstein.
- Victor <[email protected]> Thu, 21 Mar 2019 14:00:00 -0400
portal_client 1.4.3
* Logging in convert_to_manifest.py.
* Minor refactoring.
* Improved documentation in classes per pylint.
- Victor <[email protected]> Tue, 05 Mar 2019 18:00:00 -0400
portal_client 1.4.2
* Corrections to setup.py.
* Addition of --version option.
- Victor <[email protected]> Sun, 03 Mar 2019 18:00:00 -0400
portal_client 1.4.1
* Additional clarification about the virtualenv creation.
* Separate installation document and new readme.
* Checking for ascp being in the path when FASP endpoint is used.
- Victor <[email protected]> Fri, 01 Mar 2019 12:28:00 -0400
portal_client 1.4.0
* Fixes FTP downloads for NCBI SRA FTP urls.
* Adds new feature, --disable-validation, to turn off/disable MD5 checksum
validation to boost performance for large files/transfers (or when MD5
information is incorrect or unavailable).
- Victor <[email protected]> Fri, 01 Mar 2019 12:26:00 -0400
portal_client 1.3.0
* Fixes problem with destination path using /, instead of os.path.join().
- Victor <[email protected]> Thu, 28 Feb 2019 15:00:00 -0400
portal_client 1.2.0
* Major refactoring in several classes.
* Replacement to the ihmpdcc/hmp_client project.
- Victor <[email protected]> Sun, 10 Feb 2019 10:06:00 -0400
portal_client 1.2
* Updated documentation.
* New FASP (Aspera) functionality.
- jmatsumura <[email protected]> Wed, 14 Jun 2017 14:33:00 -0400
portal_client 1.1
* Adding in a basic, but very convenient feature for creating a directory if
it does not already exist.
- jmatsumura <[email protected]> Tue, 13 Jun 2017 16:57:00 -0400
portal_client 1.0
* Initial release.
- jmatsumura <[email protected]> Wed, 07 Jun 2017 16:17:00 -0400