Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Apr 2, 2022
1 parent fc0c609 commit 605eebf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Title: Build 'data.table' Expressions with Data Manipulation Verbs
Description: A specialization of 'dplyr' data manipulation verbs that parse and build expressions
which are ultimately evaluated by 'data.table', letting it handle all optimizations. A set of
additional verbs is also provided to facilitate some common operations on a subset of the data.
Version: 0.3.3.9000
Version: 0.4.0
Depends:
R (>= 3.1.0)
Imports:
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# table.express 0.4.0

- The logic of `mutate` with `.sequential = TRUE` has been changed to support scenarios where
`group_by` or `key_by were used as well.
- `transmute` gained the same `.sequential` argument with the same underlying logic.
- `summarize` and aliases gained parameter `.assume_optimized` in case `table.express` doesn't know
about a function that `data.table` can optimize.
- `summarize` and aliases can support the sequential logic mentioned before if the summarizing
functions are not assumed to be optimized.

# table.express 0.3.3

- More test adjustments to fix problems on CRAN for real.
Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

## Update to version
## Update to version 0.4.0
* Improvements to support more dplyr idioms.

## Test environments
* Local GNU/Linux, R release
Expand Down

0 comments on commit 605eebf

Please sign in to comment.