Skip to content

Commit

Permalink
fledge: Bump version to 0.99.99.9922 (#505)
Browse files Browse the repository at this point in the history
Co-authored-by: krlmlr <[email protected]>
  • Loading branch information
github-actions[bot] and krlmlr authored Jan 27, 2025
1 parent 2e98e27 commit 4a83cbc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: duckplyr
Title: A 'DuckDB'-Backed Version of 'dplyr'
Version: 0.99.99.9921
Version: 0.99.99.9922
Authors@R: c(
person("Hannes", "Mühleisen", role = "aut",
comment = c(ORCID = "0000-0001-8552-0029")),
Expand Down
29 changes: 29 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# duckplyr 0.99.99.9922 (2025-01-27)

## Bug fixes

- `as_duckdb_tibble()` for dbplyr `tbl` objects avoids materialization (#502).

- Avoid forwarding `is.na()` to `is.nan()` to support non-numeric data, avoid checking roundtrip for timestamp data (#482).

- Funneled data frames inherit limitation of rows and cells after an operation (#501).

## Chore

- Clean up `DESCRIPTION`.

- The meta functionality is now enabled only if the `DUCKPLYR_META_ENABLE` environment variable is set to `TRUE` (#499).

- Sync.

- Adapt script.

## Documentation

- Tweak wording for readr error message (#503).

## Performance

- Prefer `vctrs::new_data_frame()` over `tibble()` for performance (#500).


# duckplyr 0.99.99.9921 (2025-01-26)

## Bug fixes
Expand Down

0 comments on commit 4a83cbc

Please sign in to comment.