NEWS
tidyquery 0.2.4 (2023-01-14)
- Requires dplyr version 1.0.0 or higher
- Supports cross joins (#11)
- Works with Apache Arrow
Table
, RecordBatch
, and Dataset
objects through the arrow package (#16)
- Continuous integration migrated to GitHub Actions (#28)
- Generates the new
join_by()
syntax introduced in dplyr 1.1.0 if you set options(tidyquery.use_join_by = TRUE)
(#30)
- Other changes to support dplyr 1.1.0 (#29)
tidyquery 0.2.3 (2021-12-02)
- Accepts names in form
namespace::object
in FROM
clause (#22)
- Exports its version number (#23)
- Minor bugfixes and improvements
tidyquery 0.2.2 (2021-02-06)
- Improves stability with dtplyr and data.table (#17)
- Requires queryparser 0.3.1 or higher
- Minor improvements
tidyquery 0.2.1 (2020-05-09)
- Works when
FROM
clause refers to data frame in non-global environment (#12)
- Minor changes to support dplyr 1.0.0
- Minor bugfixes and improvements
tidyquery 0.2.0 (2020-01-20)
- Works with the dtplyr package (a data.table backend for dplyr) (#6)
- Accepts two-table joins that use SQL-92-style (explicit) join syntax (#7)
- Includes new function
show_dplyr()
to print dplyr code instead of running it (#8)
- Generates simpler, shorter dplyr code in many cases (#9)
- Continuous integration and coverage tests
- Minor bugfixes and improvements
tidyquery 0.1.0 (2019-09-19)