Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fledge: CRAN release v1.10.0 #718

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pillar
Title: Coloured Formatting for Columns
Version: 1.9.99.9903
Version: 1.10.0
Authors@R:
c(person(given = "Kirill",
family = "M\u00fcller",
Expand Down
41 changes: 6 additions & 35 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,21 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# pillar 1.9.99.9903
# pillar 1.10.0

## Chore

- IDE.


# pillar 1.9.99.9902

## Chore
## Features

- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
- `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).

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

- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670).
- Show missing values in red in `glimpse()` (@ryanzomorrodi, #662).

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

## Breaking changes

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


# pillar 1.9.99.9901

## Bug fixes

- Fix printing of infinite times (#645, #710).
Expand All @@ -34,29 +24,10 @@

## Documentation

- Add `index.md`.

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


# pillar 1.9.99.9900

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

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

## Documentation

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


Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pillar 1.9.99.9900
pillar 1.10.0

## Cran Repository Policy

Expand Down
Loading