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