|
2 | 2 |
|
3 | 3 | # tibble 3.2.0
|
4 | 4 |
|
5 |
| -## Chore |
6 |
| - |
7 |
| -- Ignore revdep packages that take too long. |
8 |
| - |
9 |
| - |
10 |
| -# tibble 3.1.8.9012 |
11 |
| - |
12 |
| -## Chore |
13 |
| - |
14 |
| -- Forward `trunc_mat()` to new-style pillar methods (#1517). |
15 |
| - |
16 |
| - |
17 |
| -# tibble 3.1.8.9011 |
18 |
| - |
19 |
| -## Chore |
20 |
| - |
21 |
| -- Fix r-oldrel-4 checks. |
22 |
| - |
23 |
| -- Breaking change: Remove `knit_print.trunc_mat()` method (#1516). |
24 |
| - |
25 |
| -- Adapt to dev rlang. |
26 |
| - |
27 |
| -- List notoriously failing revdep packages. |
28 |
| - |
29 |
| -- Warn with partial matching in tests. |
30 |
| - |
31 |
| -- Fix partial argument matching. |
32 |
| - |
33 |
| -- Deprecate `data_frame_()`, `lst_()`, `frame_data()`, `as_tibble(validate = )`, `as_tibble(NULL)`, `new_tibble(subclass = )`, `add_row()` and `add_column()` for non-data-frame input, `add_column()` for input with non-unique names, and corner cases for `tbl[[x]]` (#1515). |
34 |
| - |
35 |
| -## Breaking changes |
36 |
| - |
37 |
| -- Breaking change: Remove `knit_print.trunc_mat()` method (#1516). |
38 |
| - |
39 |
| - |
40 |
| -# tibble 3.1.8.9010 |
41 |
| - |
42 |
| -## Chore |
43 |
| - |
44 |
| -- Remove obsolete tests (#1513). |
45 |
| - |
46 |
| -- Use `vec_as_location(missing = "error")` for better error messages (#741, #1511). |
47 |
| - |
48 |
| -## Uncategorized |
49 |
| - |
50 |
| -- Merge pull request #1512 from tidyverse/docs-1151-1070-275-tweaks. |
51 |
| - |
52 |
| - |
53 |
| -# tibble 3.1.8.9009 |
54 |
| - |
55 | 5 | ## Features
|
56 | 6 |
|
57 |
| -- Revert `as_data_frame()` now also refers to `as.data.frame()` in its deprecation message. |
58 |
| - |
59 |
| -Revert "Merge pull request #1504 from tidyverse/f-1202-as-row-names" |
60 |
| - |
61 |
| -This reverts commit 83e617811b837423ffc2fbd4533946cf05ae2563, reversing |
62 |
| -changes made to 21729a3c850accd490f6837094bde319094d9b9e. |
| 7 | +- Accurate location of the source of an error in error messages (#1379, #1065, #1508). |
63 | 8 |
|
64 |
| -## Chore |
65 |
| - |
66 |
| -- Remove compatibility code for RSDA package which is broken anyway due to other changes (#923, #1509). |
| 9 | +- `as_data_frame()` now also refers to `as.data.frame()` in its deprecation message (#1149, #1506). |
67 | 10 |
|
68 |
| -- Accurate location of error source in error messages (#1065, #1508). |
| 11 | +## Breaking changes |
69 | 12 |
|
70 |
| -## Uncategorized |
| 13 | +- Deprecated functions and arguments where we could not detect usage by other CRAN packages (#1515): |
71 | 14 |
|
72 |
| -- Merge pull request #1510 from tidyverse/f-split-frontend-2. |
| 15 | + - `data_frame_()`, `lst_()`, `frame_data()` |
| 16 | + |
| 17 | + - `as_tibble(validate = )`, `as_tibble(NULL)`, `new_tibble(subclass = )` |
| 18 | + |
| 19 | + - `add_row()` and `add_column()` for non-data-frame input |
| 20 | + |
| 21 | + - `add_column()` for input with non-unique names |
| 22 | + |
| 23 | + - corner cases for `tbl[[x]]` |
73 | 24 |
|
| 25 | +- Breaking change: Remove `knit_print.trunc_mat()` method (#1516). |
74 | 26 |
|
75 |
| -# tibble 3.1.8.9008 |
| 27 | +- Forward `trunc_mat()` to new-style pillar methods (#1517). |
76 | 28 |
|
77 | 29 | ## Bug fixes
|
78 | 30 |
|
79 | 31 | - Allow `glue()` and other classed characters for subassignment (#1150, #1503).
|
80 | 32 |
|
81 |
| -## Features |
82 |
| - |
83 |
| -- `as_data_frame()` now also refers to `as.data.frame()` in its deprecation message (#1149, #1506). |
84 |
| - |
85 |
| -## Chore |
86 |
| - |
87 |
| -- Retry continuous benchmarks until success (#1505). |
88 |
| - |
89 |
| -- Fix tests (#1500). |
90 |
| - |
91 |
| - |
92 |
| -# tibble 3.1.8.9007 |
93 |
| - |
94 |
| -## Chore |
95 |
| - |
96 |
| -- Use usethis namespace. |
97 |
| - |
98 |
| -- Add GitPod infrastructure. |
99 |
| - |
100 |
| -- Require R \>= 3.4.0, dependency hygiene (#1490, #1071). |
101 |
| - |
102 |
| -Closes #1071. Closes #1490. |
103 |
| - |
104 |
| -## Documentation |
105 |
| - |
106 |
| -- Fix display of mermaid diagrams in `vignette("formats")` (@maelle, #1497, #1498). |
107 |
| - |
108 |
| -## Uncategorized |
109 |
| - |
110 |
| -- Snapshot updates for rcc-smoke (null) (#1495). |
111 |
| - |
112 |
| -Snapshot updates for rcc-smoke (null) |
113 |
| - |
114 |
| - |
115 |
| -# tibble 3.1.8.9006 |
116 |
| - |
117 |
| -- Internal changes only. |
118 |
| - |
119 |
| - |
120 |
| -# tibble 3.1.8.9005 |
121 |
| - |
122 |
| -- Internal changes only. |
123 |
| - |
124 |
| - |
125 |
| -# tibble 3.1.8.9004 |
126 |
| - |
127 |
| -- Internal changes only. |
128 |
| - |
129 |
| - |
130 |
| -# tibble 3.1.8.9003 |
131 |
| - |
132 |
| -## Chore |
| 33 | +## Performance |
133 | 34 |
|
134 |
| -- Remove legacy expectation (#1468). |
| 35 | +- Reduce overhead of single-column subset assignment (#1363). |
135 | 36 |
|
136 | 37 | ## Documentation
|
137 | 38 |
|
138 |
| -- Use lambda in `across()` in vignette for compatibility with dplyr 1.1.0 (#1485). |
139 |
| - |
140 |
| -## Uncategorized |
141 |
| - |
142 |
| -- Merge pull request #1481 from tidyverse/snapshot-main-rcc-smoke-null. |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| -- Harmonize yaml formatting. |
147 |
| - |
148 |
| -- Revert changes to matrix section. |
149 |
| - |
150 |
| -- Merge pull request #1475 from tidyverse/snapshot-main-rcc-smoke-null. |
151 |
| - |
| 39 | +- New `vignette("extending")` (#275, #1512). |
152 | 40 |
|
153 |
| - |
154 |
| -- Merge pull request #1474 from IndrajeetPatil/doc_edits. |
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 |
| -# tibble 3.1.8.9002 |
160 |
| - |
161 |
| -## Features |
162 |
| - |
163 |
| -- Correct top-level calls are shown for the vast majority of errors (#1379). |
164 |
| - |
165 |
| -- Using cli for formatting conditions (#1387). |
166 |
| - |
167 |
| -## Chore |
168 |
| - |
169 |
| -- Check if R version changed (#1365). |
170 |
| - |
171 |
| -- Define responsibility for setting row names and class (#1364). |
172 |
| - |
173 |
| -## Documentation |
| 41 | +- Minor updates (#1151, #1070, #1512, #1485). |
174 | 42 |
|
175 | 43 | - Update example for `nrow` argument to `new_tibble()` (@heavywatal, #1394).
|
176 | 44 |
|
177 |
| -- Remove ANSI escapes from invariants article on pkgdown (#1374). |
| 45 | +- Fix display of mermaid diagrams in `vignette("formats")` (@maelle, #1497, #1498). |
178 | 46 |
|
179 |
| -## Performance |
| 47 | +- Remove ANSI escapes from invariants article on pkgdown (#1374). |
180 | 48 |
|
181 |
| -- Reduce overhead of single-column subset assignment (#1363). |
| 49 | +## Internal |
182 | 50 |
|
| 51 | +- Require vctrs >= 0.4.1 and pillar >= 1.8.1 |
183 | 52 |
|
184 |
| -# tibble 3.1.8.9001 |
| 53 | +- Use cli for formatting conditions (#1387). |
185 | 54 |
|
186 |
| -## Chore |
| 55 | +- Use `vec_as_location(missing = "error")` for better error messages (#741, #1511). |
187 | 56 |
|
188 |
| -- Require vctrs >= 0.4.1 and pillar >= 1.8.1 |
| 57 | +- Remove compatibility code for RSDA package which is broken anyway due to other changes (#923, #1509). |
189 | 58 |
|
190 | 59 | - Skip tests if suggested packages not available (#1246, @MichaelChirico).
|
191 | 60 |
|
192 |
| - |
193 |
| -# tibble 3.1.8.9000 |
194 |
| - |
195 |
| -- Internal changes only. |
| 61 | +- Remove obsolete tests (#1513). |
196 | 62 |
|
197 | 63 |
|
198 | 64 | # tibble 3.1.8
|
|
0 commit comments