Python-graphblas

Latest version: v2024.2.0

Safety actively analyzes 682532 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 21

7.3.2

* cmake_modules: minor revision to build system, to sync
with SuiteSparse v6.0.0
* Added option -DNOPENMP=1 to disable OpenMP parallelism

7.3.1

* workaround for Microsoft Visual Studio bug : MSC 19.2x (in vs2019)
encounters a compiler bug when compiling the FIRST_FC32 and SECOND_FC32
binary operators. This version adds a flag that disables those
methods. The operators still work, they are just handled by the
slower generic methods. Thanks to Erik Welch, H. Vetinari, and others
in the conda-forge community for tracking this down.

7.3.0

* GrB_Matrix: changes to the internal data structure
* minor internal changes: A->nvals for sparse/hypersparse
* more significant changes: added A->Y hyper_hash for hypersparse case,
speeds up GrB_mxm (C=A*B, C<M>=A*B' (for CSR A'*B for CSC)),
C<M>=A+B (eWiseAdd), C<M>A.*B (eWiseMult), some cases for
GrB_assign, for hypersparse matrices.
* added GxB_unpack_HyperHash and GxB_pack_HyperHash: to pack/unpack
the A->Y hyper_hash
* GrB MATLAB/Octave interface: changed license to Apache-2.0
* MATLAB library: renamed to libgraphblas_matlab.so
* performance: faster C=A*B when using a single thread and B is a
sparse vector with many entries

7.2.0

* 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.

7.1.2

* MATLAB interface: linear indexing added for C(:)=A, C=A(:), and
single-output I=find(C). Faster bandwidth, istriu, istril,
isbanded, isdiag. C(I,J)=A can now grow the size of A.

7.1.1

* minor updates to documentation and error messages
* MATLAB interface: minor revision of GrB.deserialize

Page 8 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.