File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Type: Package
2
2
Package: duckplyr
3
3
Title: A 'DuckDB'-Backed Version of 'dplyr'
4
- Version: 1.1.1
4
+ Version: 1.1.1.9000
5
5
Authors@R: c(
6
6
person("Hannes", "Mühleisen", role = "aut",
7
7
comment = c(ORCID = "0000-0001-8552-0029")),
Original file line number Diff line number Diff line change 1
1
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
2
2
3
+ # duckplyr 1.1.1.9000 (2025-09-16)
4
+
5
+ ## Features
6
+
7
+ - Threshold for ` prudence = "thrifty" ` is reduced to 1000 cells when the data comes from a remote data source.
8
+
9
+ - Support named arguments for ` dd$...() ` functions.
10
+
11
+ ## Chore
12
+
13
+ - Add and use ` meta_reset() ` .
14
+
15
+ ## Performance
16
+
17
+ - Generate a more balanced expresion when translating ` %in% ` to avoid performance problems in duckdb v1.4.0.
18
+
19
+
3
20
# duckplyr 1.1.1 (2025-07-29)
4
21
5
22
## Chore
You can’t perform that action at this time.
0 commit comments