Skip to content

Commit

Permalink
adjust NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Sep 25, 2024
1 parent cd122ef commit d3bea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rowwiseDT(
# 15: All values Total Total 999 999 NaN 10
```

4. `patterns()` returns character instead of integer vector(s), to support user-defined `cols`, which can be useful to specify a subset of columns to reshape without having to use a regex, [#6498](https://github.com/Rdatatable/data.table/issues/6498). Thanks to @hongyuanjia for the report, and to @tdhock for the PR.
4. `patterns()` in `melt()` combines correctly with user-defined `cols=`, which can be useful to specify a subset of columns to reshape without having to use a regex, for example `patterns("2", cols=c("y1", "y2"))` will only give `y2` even if there are other columns in the input matching `2`, [#6498](https://github.com/Rdatatable/data.table/issues/6498). Thanks to @hongyuanjia for the report, and to @tdhock for the PR.

## BUG FIXES

Expand Down

0 comments on commit d3bea19

Please sign in to comment.