NEWS (original) (raw)

pool 1.0.4

pool 1.0.3

pool 1.0.2

pool 1.0.1

pool 1.0.0

New features

Minor improvements and bug fixes

pool 0.1.6

pool 0.1.5

pool 0.1.4.3

pool 0.1.4.2

pool 0.1.4.1

pool 0.1.4

pool 0.1.3

pool 0.1.2

Minor new features and improvements

Bug fixes

pool 0.1.1

Breaking changes

data <- src_pool(pool) %>% tbl("test")  

You can just change it to the simpler:

data <- pool %>% tbl("test")  

If you’re still on an old version of dplyr and want to use pool as well, please install the package using the tag created for that purpose:

devtools::install_github("rstudio/pool@dplyr-pre-0.7.0-compat")  
con <- poolCheckout(pool)  
poolReturn(con)  

New features

Library updates

pool 0.1.0