Skip to content

v7.2.0 (Aug 8, 2022)

Compare
Choose a tag to compare
@DrTimothyAldenDavis DrTimothyAldenDavis released this 09 Aug 19:03
· 1752 commits to stable since this release
a669fc4

Version 7.2.0, Aug 8, 2022

* added ZSTD as a compression option for serialize/deserialize:
    Version 1.5.3 by Yann Collet, https://github.com/facebook/zstd.git
    Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
    Included in SuiteSparse:GraphBLAS via its BSD-3-clause license.
    The default method is now ZSTD, level 1.
* added GxB_Matrix_reshape and GxB_Matrix_reshapeDup
* MATLAB interface: faster C(:)=A, C=A(:), and reshape.
    Better error messages.