Releases: mitchelloharawild/vecvec
Releases · mitchelloharawild/vecvec
vecvec 0.2.1
Bug fixes
- Fixed missing value handling with
is.na()forvecvecobjects (#8).
CRAN v0.2.0
New features
- Added
vec_math()forvecvecobjects. - Added
vec_apply()for applying functions to each vector in avecvec.
Improvements
- vecvec now works with
vctrs::new_rcrdtype vectors. - Added
classargumentvecvec()to specify subclasses. - Removed unnecessary cast in
Opswithvecvectypes.
Bug fixes
- Fixed error when
Opswhenvecvecand second argument are both length 1. - Fix casting from
vecvecdropping common attributes. - Fixed
vec_proxy_equal()not comparing values across vectors.
CRAN v0.1.0
New features
new_vecvec()andvecvec()class constructors.unvecvec()class deconstructor to reduce back to atomic vectors.{vctrs}method dispatch forvecvecdata types.