|
5 | 5 | History
|
6 | 6 | =======
|
7 | 7 |
|
8 |
| -current - 2021-01-01 - 0.00Mb |
| 8 | +current - 2021-10-26 - 0.00Mb |
9 | 9 | =============================
|
10 | 10 |
|
| 11 | +* #27: Fixes json parser when input is a stream (2021-10-26) |
| 12 | +* #26: Fixes bug while reading json (iterator failed to be created twice) (2021-10-26) |
| 13 | +* #25: Fixes documentation (2021-10-18) |
| 14 | +* #24: Implements a first version of sort_values. (2021-10-18) |
| 15 | +* #23: First version of operator __setitem__ (2021-10-16) |
| 16 | +* #22: Fixes nan values after pandas update, add documentation example to the unit tests (2021-07-11) |
| 17 | +* #21: Fixes grouping by nan values after update pandas to 1.3.0 (2021-07-10) |
| 18 | +* #17: Implements method describe (2021-04-08) |
| 19 | + |
11 | 20 | 0.2.175 - 2020-08-06 - 0.03Mb
|
12 | 21 | =============================
|
13 | 22 |
|
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) |
17 |
| -* `13`: implement concat for axis=0,1 (2018-10-26) |
18 |
| -* `12`: add groupby_streaming (2018-10-26) |
19 |
| -* `11`: add method add_column (2018-10-26) |
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) |
22 |
| -* `8`: fix pandas_streaming for pandas 0.23.1 (2018-07-31) |
23 |
| -* `7`: implement read_json (2018-05-17) |
24 |
| -* `6`: add pandas_groupby_nan from pyensae (2018-05-17) |
25 |
| -* `5`: add random_state parameter to splitting functions (2018-02-04) |
26 |
| -* `2`: add method sample, resevoir sampling (2017-11-05) |
27 |
| -* `3`: method train_test_split for out-of-memory datasets (2017-10-21) |
28 |
| -* `1`: Excited for your project (2017-10-10) |
| 23 | +* #16: Unit tests failing with pandas 1.1.0. (2020-08-06) |
| 24 | +* #15: implements parameter lines, flatten for read_json (2018-11-21) |
| 25 | +* #14: implements fillna (2018-10-29) |
| 26 | +* #13: implement concat for axis=0,1 (2018-10-26) |
| 27 | +* #12: add groupby_streaming (2018-10-26) |
| 28 | +* #11: add method add_column (2018-10-26) |
| 29 | +* #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) |
| 30 | +* #9: head is very slow (2018-10-26) |
| 31 | +* #8: fix pandas_streaming for pandas 0.23.1 (2018-07-31) |
| 32 | +* #7: implement read_json (2018-05-17) |
| 33 | +* #6: add pandas_groupby_nan from pyensae (2018-05-17) |
| 34 | +* #5: add random_state parameter to splitting functions (2018-02-04) |
| 35 | +* #2: add method sample, resevoir sampling (2017-11-05) |
| 36 | +* #3: method train_test_split for out-of-memory datasets (2017-10-21) |
| 37 | +* #1: Excited for your project (2017-10-10) |
0 commit comments