Skip to content

dm 1.0.2

Compare
Choose a tag to compare
@krlmlr krlmlr released this 20 Sep 08:19
· 1324 commits to main since this release

Features

  • 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).

Bug fixes

  • dm_paste() gives correct output for factor columns with many levels (#1510, #1511).

Chore

  • Fix compatibility with duckdb 0.5.0 (#1509, #1518).

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

  • Reenable dm_rows_update() test (#1437).