Bug Fixes

  • Fixed bug where sparse_multiplication() had a stack imbalence when returning all 0s. (#113)

  • Fixed bug where sparse_is_na(type = "integer") would error on character vectors. (#116)

Bug Fixes

Bug Fixes

  • Fixed bug where sparsity() error on numeric vectors with classes. (#106)
  • Fixed bug where sparse multiplication caused undefined behaviour. ($103)

New Functions

Improvements

Bug Fixes

New Functions

Improvements

  • All sparse vector types now have a significant smaller base object size. (#67)

  • All coerce functions have received a call argument. (#72)

  • is_sparse_vector() has been rewritten for speed improvement. (#76)

  • coerce_to_sparse_matrix() Now turns dense zeroes into sparse zeroes. (#77)

Bug Fixes

  • Initial CRAN submission.