Releases: LiberTEM/sparseconverter
Releases · LiberTEM/sparseconverter
v0.4.0
v0.3.4
v0.3.3
v0.3.2
- Detection and workaround for pydata/sparse#602.
- Detection and workaround for cupy/cupy#7713.
v0.3.1
v0.3.0
v0.2.0
v0.2.0rc1
Adds the following features:
- New function
result_type(...)
to determine a compatible dtype for a set of array backends, dtypes, and other allowed arguments tonumpy.result_type(...)
. - Support for
cupyx.scipy.sparse.csr_matrix
withdtype=bool
.
Initial release
Format detection, identifiers and converter matrix for a range of numerical array formats (backends) in Python, focusing on sparse arrays.
Initial release v0.1.0rc3
Format detection, identifiers and converter matrix for a range of numerical array formats (backends) in Python, focusing on sparse arrays.