|
5 | 5 | History
|
6 | 6 | =======
|
7 | 7 |
|
8 |
| -current - 2018-10-27 - 0.00Mb |
| 8 | +current - 2020-08-06 - 0.00Mb |
9 | 9 | =============================
|
10 | 10 |
|
| 11 | +0.0.0 - 2020-08-06 - 0.00Mb |
| 12 | +=========================== |
| 13 | + |
| 14 | +* `16`: Unit tests failing with pandas 1.1.0. (2020-08-06) |
| 15 | +* `15`: implements parameter lines, flatten for read_json (2018-11-21) |
| 16 | +* `14`: implements fillna (2018-10-29) |
11 | 17 | * `13`: implement concat for axis=0,1 (2018-10-26)
|
12 | 18 | * `12`: add groupby_streaming (2018-10-26)
|
13 | 19 | * `11`: add method add_column (2018-10-26)
|
14 |
| -* `9`: head is very slow (2018-10-26) |
15 | 20 | * `10`: plan B to bypass a bug in pandas about read_csv when iterator=True --> closed, pandas has a weird behaviour when names is too small compare to the number of columns (2018-10-26)
|
| 21 | +* `9`: head is very slow (2018-10-26) |
16 | 22 | * `8`: fix pandas_streaming for pandas 0.23.1 (2018-07-31)
|
17 |
| - |
18 |
| -0.1.87 - 2018-05-17 - 0.02Mb |
19 |
| -============================ |
20 |
| - |
21 | 23 | * `7`: implement read_json (2018-05-17)
|
22 | 24 | * `6`: add pandas_groupby_nan from pyensae (2018-05-17)
|
23 |
| - |
24 |
| -0.1.66 - 2018-02-05 - 0.02Mb |
25 |
| -============================ |
26 |
| - |
27 | 25 | * `5`: add random_state parameter to splitting functions (2018-02-04)
|
28 | 26 | * `2`: add method sample, resevoir sampling (2017-11-05)
|
29 | 27 | * `3`: method train_test_split for out-of-memory datasets (2017-10-21)
|
|
0 commit comments