Skip to content

Commit

Permalink
NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 17, 2024
1 parent e075bc6 commit e67223a
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,34 @@

# pillar 1.10.0

## Breaking changes

- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).

## Bug fixes

- Fix printing of infinite times (#645, #710).

- Fix tibble tests (#665, #709).

## Features

- `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).

- New `tbl_nrow()` to support lazy data frames (#679).
- New `tbl_nrow()` generic to support lazy data frames (#679).

- Show missing values in red in `glimpse()` (@ryanzomorrodi, #662).

- Math operations on `num()` objects now pass additional arguments to the mathematical function (@gvelasq, #659, #660).

## Chore

- IDE.
## Breaking changes

- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).

## Documentation
## Bug fixes

- Fix printing of infinite times (#645, #710).

- Fix tibble tests (#665, #709).

- Add `index.md`.
## Documentation

- Describe `getOption("width")` (#671, #708).

- Update `_pkgdown.yml` to bring back search bar (@olivroy, #667).

- Only implement `type_sum.accel()` in pkgdown mode (#661).

- Avoid displaying deprecated argument in `@inheritDotParams` (@olivroy, #657).

## Testing

- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670).

- Fix tests for older R versions.


# pillar 1.9.0

Expand Down

0 comments on commit e67223a

Please sign in to comment.