You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+8-24Lines changed: 8 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,50 +2,34 @@
2
2
3
3
# pillar 1.10.0
4
4
5
-
## Breaking changes
6
-
7
-
- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
8
-
9
-
## Bug fixes
10
-
11
-
- Fix printing of infinite times (#645, #710).
12
-
13
-
- Fix tibble tests (#665, #709).
14
-
15
5
## Features
16
6
17
7
-`tbl_format_setup()` gains a `setup` argument that supports printing the header before the data for the body is available, e.g., for remote backends such as databases (#686).
18
8
19
-
- New `tbl_nrow()` to support lazy data frames (#679).
9
+
- New `tbl_nrow()`generic to support lazy data frames (#679).
20
10
21
11
- Show missing values in red in `glimpse()` (@ryanzomorrodi, #662).
22
12
23
13
- Math operations on `num()` objects now pass additional arguments to the mathematical function (@gvelasq, #659, #660).
24
14
25
-
## Chore
26
-
27
-
- IDE.
15
+
## Breaking changes
28
16
29
17
- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
30
18
31
-
## Documentation
19
+
## Bug fixes
20
+
21
+
- Fix printing of infinite times (#645, #710).
22
+
23
+
- Fix tibble tests (#665, #709).
32
24
33
-
- Add `index.md`.
25
+
## Documentation
34
26
35
27
- Describe `getOption("width")` (#671, #708).
36
28
37
29
- Update `_pkgdown.yml` to bring back search bar (@olivroy, #667).
38
30
39
-
- Only implement `type_sum.accel()` in pkgdown mode (#661).
40
-
41
31
- Avoid displaying deprecated argument in `@inheritDotParams` (@olivroy, #657).
42
32
43
-
## Testing
44
-
45
-
- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670).
0 commit comments