Skip to content

vctrs 0.3.2

Compare
Choose a tag to compare
@lionel- lionel- released this 15 Jul 12:01
  • 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 when class is supplied.

  • New vec_names2(), vec_names() and vec_set_names() (#1173).