Skip to content

Releases: LiberTEM/sparseconverter

v0.4.0

22 Oct 12:28
c6466b1
Compare
Choose a tag to compare
  • Better error message in case of unknown array type: #37
  • Support for SciPy sparse arrays: #52
  • Drop support for Python 3.7: #51

v0.3.4

05 Feb 11:26
Compare
Choose a tag to compare
  • Support for Python 3.12 #26
  • Packaging update: Tests for conda-forge #27

v0.3.3

24 Jul 12:40
Compare
Choose a tag to compare
  • Perform feature checks lazily #15

v0.3.2

12 Jul 07:41
Compare
Choose a tag to compare

v0.3.1

18 Apr 12:49
0144f9a
Compare
Choose a tag to compare

Include version constraint for sparse.

v0.3.0

07 Feb 07:16
Compare
Choose a tag to compare

Adds the following features:

  • Introduce conversion_cost() to obtain a value roughly proportional to the conversion cost
    between two backends.

v0.2.0

10 Jan 14:24
ab0af02
Compare
Choose a tag to compare

Adds the following features:

  • New function result_type(...) to determine a compatible dtype for a set of array backends, dtypes, and other allowed arguments to numpy.result_type(...) .
  • Support for cupyx.scipy.sparse.csr_matrix with dtype=bool.

v0.2.0rc1

10 Jan 12:58
42c117e
Compare
Choose a tag to compare
v0.2.0rc1 Pre-release
Pre-release

Adds the following features:

  • New function result_type(...) to determine a compatible dtype for a set of array backends, dtypes, and other allowed arguments to numpy.result_type(...) .
  • Support for cupyx.scipy.sparse.csr_matrix with dtype=bool.

Initial release

21 Dec 08:35
3ad10ff
Compare
Choose a tag to compare

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

21 Dec 08:14
b3d04d5
Compare
Choose a tag to compare
Pre-release

Format detection, identifiers and converter matrix for a range of numerical array formats (backends) in Python, focusing on sparse arrays.