Skip to content

sparsevctrs 0.3.3

Bug Fixes

sparsevctrs 0.3.2

CRAN release: 2025-03-21

Bug Fixes

  • Fixed bug where sparsity() error on numeric vectors with classes. (#106)

sparsevctrs 0.3.1

CRAN release: 2025-03-17

  • Fixed bug where sparse multiplication caused undefined behaviour. ($103)

sparsevctrs 0.3.0

CRAN release: 2025-03-10

New Functions

Improvements

Bug Fixes

sparsevctrs 0.2.0

CRAN release: 2025-01-22

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

sparsevctrs 0.1.0

CRAN release: 2024-05-31

  • Initial CRAN submission.