Skip to content

sparsevctrs 0.3.0

Compare
Choose a tag to compare
@EmilHvitfeldt EmilHvitfeldt released this 10 Mar 17:04

New Functions

  • Adding the scalar arithmatic functions sparse_division_scalar(), sparse_multiplication_scalar(), sparse_addition_scalar(), sparse_subtraction_scalar(). (#87)

  • Adding the arithmatic function sparse_multiplication(). (#93)

  • Helper function sparse_lag() bas been added. (#99)

  • Helper function sparse_sqrt() has been added. (#90)

  • Helper function sparse_replace_na() has been added. (#91)

  • Helper functions sparse_is_na() and sparse_which_na() have been added. (#92)

Improvements

  • Adding wts argument to sparse_mean(). (#95)

Bug Fixes

  • Fixed bug in coerce_to_sparse_data_frame() and coerce_to_sparse_tibble() where they didn't work with ngCMatrix. (#89)