Skip to content

Commit

Permalink
Bump version to 1.0.1.9001
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 20, 2022
1 parent 04c184c commit ff34a3f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dm
Title: Relational Data Models
Version: 1.0.1.9000
Date: 2022-07-27
Version: 1.0.1.9001
Date: 2022-09-20
Authors@R:
c(person(given = "Tobias",
family = "Schieferdecker",
Expand Down
27 changes: 24 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# dm 1.0.1.9000
# dm 1.0.1.9001

## Bug fixes

- Use `dm_ptype()` in `dm_gui()`, generate better code (#1353).
- `dm_paste()` gives correct output for factor columns with many levels (#1510, #1511).

## Features

- New `dm_deconstruct()` creates code to deconstruct a `dm` object into individual keyed tables via `pull_tbl(keyed = TRUE)` (#1354).
- `dm_from_con()` can use multiple schemata (@mgirlich, #1441, #1449).

- `pack_join(keep = TRUE)` preserves order of packed columns (#1513, #1514).

- `pack_join(keep = TRUE)` keeps keys of `y` in the resulting packed column (#1451, #1452).

- New `json_pack.tbl_lazy()` and `json_nest.tbl_lazy()` (#969, #975).

## Chore

- Fix compatibility with duckdb 0.5.0 (#1518).

- Adapt snapshot tests to duckdb 0.5.0 (#1509).

- Refactor `dm_unwrap_tbl()` so it builds a "unwrap plan" first (#1446, #1447).

- Reenable `dm_rows_update()` test (#1437).


# dm 1.0.1.9000

Internal changes only.


# dm 1.0.1
Expand Down

0 comments on commit ff34a3f

Please sign in to comment.