Skip to content

Releases: alugowski/fast_matrix_market

v1.7.6

24 Dec 23:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.5...v1.7.6

v1.7.5

30 Nov 03:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.4...v1.7.5

v1.7.4

18 Oct 04:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.3...v1.7.4

v1.7.3

18 Sep 02:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.2...v1.7.3

v1.7.2

26 Jun 21:24
Compare
Choose a tag to compare

Improve handling of streams with PyPy. In particular close gzip and bz2 wrapper streams explicitly, which fixes an issue on Windows PyPy.

v1.7.1

26 Jun 03:40
Compare
Choose a tag to compare
  • Close files more quickly

v1.7.0

25 Jun 04:59
Compare
Choose a tag to compare

Reduce memory usage on parallel reads
Reduce compilation time and library size by coalescing some code paths
Fix CSC write insufficient parallelism issue
Add write_matrix_market_csc
Flush streams at the end of write (fixes some PyPy issues)
Compile on 32-bit systems
Permit fully indented .mtx files
Improved multiline comments
Add compile-time option to exclude vector support
Add option to always include comment line, even if empty (match SciPy behavior)
Python: open files in binary mode which fixes some compatibility issues on Windows
Python: Fix seek on sync crash with StringIO, manifested in mminfo of StringIO objects
Python: find symmetry on small matrices by default

v1.6.0

26 May 22:32
Compare
Choose a tag to compare

Change thread pool to task-thread-pool
Upgrade to fast_float 5.0.0
Minor build fixes

v1.5.1

11 Apr 23:54
Compare
Choose a tag to compare
  • Be permissive about leading whitespace in banner
  • Ensure skew-symmetric matrices are not loaded into an unsigned type
  • Adding GraphBLAS to Ubuntu CI Runs

1.5.0

07 Apr 22:25
Compare
Choose a tag to compare
  • Armadillo bindings
  • Small SciPy compatibility improvements (no closing StringIO stream, match out-of-range value handling, complete pass of SciPy's mmio test suite)
  • Allow empty lines anywhere in MatrixMarket file
  • Upgrade to fast_float 4.0.0