File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed
Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 11Type: Package
22Package: duckplyr
33Title: A 'DuckDB'-Backed Version of 'dplyr'
4- Version: 1.1.1.9001
4+ Version: 1.1.2
55Authors@R: c(
66 person("Hannes", "Mühleisen", role = "aut",
77 comment = c(ORCID = "0000-0001-8552-0029")),
Original file line number Diff line number Diff line change 11<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22
3- # duckplyr 1.1.1.9001 (2025-09-17)
3+ # duckplyr 1.1.2 (2025-09-17)
44
55## Features
66
77- Fully support ` dd::...() ` syntax (#795 ).
88
9+ - Threshold for ` prudence = "thrifty" ` is reduced to 1000 cells when the data comes from a remote data source.
10+
11+ - Support named arguments for ` dd$...() ` functions.
12+
13+ ## Chore
14+
15+ - Add and use ` meta_reset() ` .
16+
917## Continuous integration
1018
1119- Format with air, check detritus, better handling of ` extra-packages ` (#738 ).
1624
1725- Fix clone path.
1826
19-
20- # duckplyr 1.1.1.9000 (2025-09-16)
21-
22- ## Features
23-
24- - Threshold for ` prudence = "thrifty" ` is reduced to 1000 cells when the data comes from a remote data source.
25-
26- - Support named arguments for ` dd$...() ` functions.
27-
28- ## Chore
29-
30- - Add and use ` meta_reset() ` .
31-
3227## Performance
3328
3429- Generate a more balanced expresion when translating ` %in% ` to avoid performance problems in duckdb v1.4.0.
You can’t perform that action at this time.
0 commit comments