|
1 |
| -Version 0.1-6 (2016-03-02) |
| 1 | +Version 0.2 (2016-03-02) |
2 | 2 | ===
|
3 | 3 |
|
4 |
| -- `frame_data()` forces list-mode columns if length-one lists are given as input. |
5 |
| -- Add tests for `matrixToDataFrame()`. |
6 |
| -- `glimpse()` now (invisibly) returns `x`, so it can be used within a chain of `dplyr` verbs (@edwindj). |
7 |
| - |
8 |
| - |
9 |
| -Version 0.1-5 (2016-02-29) |
10 |
| -=== |
11 |
| - |
12 |
| -- Functions related to `tbl` and `src` stay in `dplyr` (#26). |
| 4 | +- Functions related to `tbl` and `src` stay in `dplyr` (#26). Remove unused `make_tbl()`. |
| 5 | +- Non-scalar input to `frame_data()` and `tibble()` (including lists) creates list-valued columns (#7). |
| 6 | +- Use C++ implementation for `as_data_frame.matrix()` (#14). Also add former `matrixToDataFrame()` tests, and fix unwanted conversion to factor. |
| 7 | +- `as_data_frame(NULL)` is 0-row 0-column data frame (#17, @jennybc). `frame_data()` and `tibble()` create empty `data_frame` if no rows are given (#20). |
13 | 8 | - `data_frame(NULL)` raises error "must be a 1d atomic vector or list".
|
14 |
| - |
15 |
| - |
16 |
| -Version 0.1-4 (2016-01-07) |
17 |
| -=== |
18 |
| - |
19 |
| -- Non-scalar input to `frame_data()` and `tibble()` creates list-valued columns (#7). |
20 |
| -- `frame_data()` and `tibble()` create empty `data_frame` if no rows are given (#20). |
21 |
| -- `as_data_frame(NULL)` is 0-row 0-column data frame (#17, @jennybc). |
22 | 9 | - `lst(NULL)` doesn't raise an error anymore (#17, @jennybc), but always uses deparsed expression as name (even for `NULL`).
|
23 | 10 | - `trunc_mat()` and `print()` use `width` argument also for zero-row and zero-column data frames (#18).
|
24 |
| - |
25 |
| - |
26 |
| -Version 0.1-3 (2016-01-05) |
27 |
| -=== |
28 |
| - |
29 |
| -- Use C++ implementation for `as_data_frame.matrix()` (#14) |
30 |
| -- `as_data_frame(NULL)` returns `NULL` (#16, @jennybc) |
31 |
| - |
32 |
| - |
33 |
| -Version 0.1-2 (2015-12-30) |
34 |
| -=== |
35 |
| - |
36 |
| -- Add former `matrixToDataFrame()` tests, and fix unwanted conversion to factor. |
| 11 | +- `glimpse()` now (invisibly) returns `x`, so it can be used within a chain of `dplyr` verbs (@edwindj). |
37 | 12 | - `base::getElement()` now works with tibbles (#9).
|
38 |
| - |
39 |
| - |
40 |
| -Version 0.1-1 (2015-12-30) |
41 |
| -=== |
42 |
| - |
43 | 13 | - Remove spurious usage of "dplyr" in documentation (#3).
|
44 |
| -- Remove unused `make_tbl()`. |
45 | 14 | - Almost full test coverage.
|
46 | 15 |
|
47 | 16 |
|
|
0 commit comments