Skip to content

Commit 25da6f9

Browse files
committed
Update version for next release
1 parent 2393fc3 commit 25da6f9

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ v0.1.5b2:
5353
2020-07-31 -- Handle all NaN timeseries
5454
v0.1.5b4:
5555
2020-12-11 -- Chunked requests
56+
v0.1.5b5:
57+

hapiclient/test/readcompare.log

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
2+
Parameter(s) = scalar; run = short. cache = False; usecache = False
3+
___________________________________________________________
4+
Method total d/l->buff parse buff
5+
___________________________________________________________
6+
csv; numpy; no len. 0.2340 0.1899 0.0009
7+
csv; pandas; no len. 0.2338 0.1855 0.0036 (diffs in float values <= 1e-15)
8+
csv; numpy 0.2010 0.1565 0.0003 (diffs in float values <= 1e-15)
9+
csv; pandas 0.2137 0.1856 0.0026 (diffs in float values <= 1e-15)
10+
binary 0.2446 0.1798 0.0000 (diffs in float values <= 1e-15)
11+
12+
Parameter(s) = scalar,vector; run = short. cache = False; usecache = False
13+
___________________________________________________________
14+
Method total d/l->buff parse buff
15+
___________________________________________________________
16+
csv; numpy; no len. 0.1956 0.1557 0.0013
17+
csv; pandas; no len. 0.2196 0.1924 0.0032
18+
csv; numpy 0.2299 0.1880 0.0003
19+
csv; pandas 0.2690 0.2182 0.0030
20+
binary 0.2193 0.1537 0.0000
21+
22+
Parameter(s) = ; run = short. cache = False; usecache = False
23+
___________________________________________________________
24+
Method total d/l->buff parse buff
25+
___________________________________________________________
26+
csv; numpy; no len. 0.2408 0.1992 0.0071
27+
csv; pandas; no len. 0.2388 0.1870 0.0201
28+
csv; numpy 0.2208 0.1873 0.0035
29+
csv; pandas 0.2657 0.1953 0.0200
30+
binary 0.2469 0.1706 0.0000
31+
32+
Parameter(s) = scalar; run = short. cache = True; usecache = False
33+
_____________________________________________________________
34+
Method total d/l->file read & parse file
35+
_____________________________________________________________
36+
csv; numpy; no len. 0.2039 0.1769 0.0008
37+
csv; pandas; no len. 0.2289 0.1813 0.0035 (diffs in float values <= 1e-15)
38+
csv; numpy 0.2402 0.1841 0.0005 (diffs in float values <= 1e-15)
39+
csv; pandas 0.2581 0.1965 0.0028 (diffs in float values <= 1e-15)
40+
binary 0.2331 0.1550 0.0003 (diffs in float values <= 1e-15)
41+
42+
Parameter(s) = scalar,vector; run = short. cache = True; usecache = False
43+
_____________________________________________________________
44+
Method total d/l->file read & parse file
45+
_____________________________________________________________
46+
csv; numpy; no len. 0.2206 0.1830 0.0007
47+
csv; pandas; no len. 0.2422 0.1862 0.0030
48+
csv; numpy 0.2466 0.1897 0.0017
49+
csv; pandas 0.2282 0.1802 0.0032
50+
binary 0.2570 0.1567 0.0002
51+
52+
Parameter(s) = ; run = short. cache = True; usecache = False
53+
_____________________________________________________________
54+
Method total d/l->file read & parse file
55+
_____________________________________________________________
56+
csv; numpy; no len. 0.2223 0.1838 0.0078
57+
csv; pandas; no len. 0.2419 0.1706 0.0219
58+
csv; numpy 0.2253 0.1844 0.0036
59+
csv; pandas 0.3047 0.2279 0.0206
60+
binary 0.6774 0.3426 0.0002
61+
62+
Parameter(s) = scalar,vector,spectra; run = long. cache = False; usecache = False
63+
___________________________________________________________
64+
Method total d/l->buff parse buff
65+
___________________________________________________________
66+
csv; numpy; no len. 8.0195 2.3475 5.4749
67+
csv; pandas; no len. 3.4910 2.2988 1.0477
68+
csv; numpy 4.8332 2.0174 2.6336
69+
csv; pandas 3.1603 2.0407 0.9982
70+
binary 4.7240 4.6477 0.0063
71+
72+
Parameter(s) = scalar,vector,spectra; run = long. cache = True; usecache = False
73+
_____________________________________________________________
74+
Method total d/l->file read & parse file
75+
_____________________________________________________________
76+
csv; numpy; no len. 8.1317 2.2212 5.8126
77+
csv; pandas; no len. 3.4191 2.0297 1.3268
78+
csv; numpy 5.9073 2.4489 3.3815
79+
csv; pandas 4.0357 2.2129 1.7617
80+
binary 4.7691 4.6339 0.0083
81+
82+
Parameter(s) = scalar,vector,spectra; run = long. cache = False; usecache = True
83+
___________________________________________________________
84+
Method total d/l->buff parse buff
85+
___________________________________________________________
86+
csv; numpy; no len. 0.0075 4.6339 0.0083
87+
csv; pandas; no len. 0.0098 4.6339 0.0083 (diffs in float values <= 1e-15)
88+
csv; numpy 0.0088 4.6339 0.0083 (diffs in float values <= 1e-15)
89+
csv; pandas 0.0055 4.6339 0.0083 (diffs in float values <= 1e-15)
90+
binary 0.0029 4.6339 0.0083 (diffs in float values <= 1e-15)

0 commit comments

Comments
 (0)