Skip to content

Commit

Permalink
NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 21, 2024
1 parent cabb760 commit 4528a34
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,25 @@

# duckdb 1.1.3

## Bug fixes

- Avoid compiler warning related to `Rboolean` (#594).
- fix: Avoid compiler warning related to `Rboolean`
- Don't use xz if not available

## Features

- Update to duckdb v1.1.3, see <https://github.com/duckdb/duckdb/releases/tag/v1.1.3> for details.

- New `duckdb.materialize_callback` option, supersedes `get_last_rel()` (#589).

- New `rel_explain_df()` and `rel_tostring()` (#587).

- Handle empty child values for list constants (#186, @romainfrancois).

## Chore

- Undef `TRUE` and `FALSE` (#595).

- Remove `enable_materialization` argument to `rel_from_altrep_df()` in favor of creating a new data frame when needed (#588).
- Flip argument order for `expr_comparison()` (#585).
- Keep `cleanup` files to accommodate different build scenarios (#536).

## Testing
- Flip argument order for `expr_comparison()` (#585).

- Sync tests with duckplyr (#596).
- test: Sync tests with duckplyr
- Skip
- Keep `cleanup` files to accommodate different build scenarios (#536).


# duckdb 1.1.2
Expand Down

0 comments on commit 4528a34

Please sign in to comment.