We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b3c2c commit 5c78457Copy full SHA for 5c78457
NEWS.md
@@ -1,5 +1,9 @@
1
# vctrs (development version)
2
3
+* `vec_ptype()` is now generic. The default behavior for S3 classes continues
4
+ to use `vec_slice(x, 0L)`, but S3 methods can now be written to improve
5
+ performance as required for custom classes.
6
+
7
* Fixed an issue where `vctrs_rcrd` objects were not being proxied correctly
8
when used as a data frame column (#1318).
9
0 commit comments