Skip to content

Commit 02fdfe0

Browse files
committed
fledge: Bump version to 1.1.1.9000
1 parent 28b6b37 commit 02fdfe0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: duckplyr
33
Title: A 'DuckDB'-Backed Version of 'dplyr'
4-
Version: 1.1.1
4+
Version: 1.1.1.9000
55
Authors@R: c(
66
person("Hannes", "Mühleisen", role = "aut",
77
comment = c(ORCID = "0000-0001-8552-0029")),

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22

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+
320
# duckplyr 1.1.1 (2025-07-29)
421

522
## Chore

0 commit comments

Comments
 (0)