vctrs 0.3.2
-
Fixed a performance issue in
bind_rows()with S3 columns (#1122,
#1124, #1151, tidyverse/dplyr#5327). -
vec_slice()now checks sizes of data frame columns in case the
data structure is corrupt (#552). -
The native routines in vctrs now dispatch and evaluate in the vctrs
namespace. This improves the continuity of evaluation in backtraces. -
new_data_frame()is now twice as fast whenclassis supplied. -
New
vec_names2(),vec_names()andvec_set_names()(#1173).