Published February 27, 2023
| Version 2023.2.0
Software
Open
python-graphblas/python-graphblas: 2023.2.0
- 1. Anaconda
- 2. @cid-harvard
Description
Expired deprecations
- Remove deprecated
Matrix.new
,Vector.new
, andScalar.new
constructors (#380)- Use e.g
Matrix(...)
andVector(...)
instead
- Use e.g
- Remove deprecated
require_monoid=
argument inewise_add
(#377) - Remove deprecated
io.from_scipy_sparse_matrix
andio.to_scipy_sparse_matrix
(#393)- Use e.g.
io.from_scipy_sparse
instead
- Use e.g.
- Deprecate
io.from_numpy
andio.to_numpy
(#382)- Use e.g. the new methods
Vector.from_dense
andMatrix.to_dense
instead - Wil be removed in version 2023.10.0 or later
- Use e.g. the new methods
- Add
from_dense
andto_dense
methods toVector
andMatrix
to convert between NumPy arrays (#382) - Add
from_scalar
toVector
andMatrix
to create fully dense objects from a scalar (#382) - Improve inferring sub-array dtypes when constructing objects (#381)
.wait
now returnsself
so it can be used with method-chaining (#379)- Add
op.is_idempotent
property to Monoids that meansop(x, x) == x
(#388) - Support complex dtypes on Windows (#394, #395)
python-suitesparse-graphblas
v7.4.3.1 added support for complex on Windows (GraphBLAS/python-suitesparse-graphblas#68)
io.to_pydata_sparse(v)
now returns 1d sparse array for Vector inputs (#395)
Files
python-graphblas/python-graphblas-2023.2.0.zip
Files
(1.1 MB)
Name | Size | Download all |
---|---|---|
md5:c13bdfc39fe84ff794aa0426cab5ca94
|
1.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/python-graphblas/python-graphblas/tree/2023.2.0 (URL)