[SciPy-Dev] Initial support for Harwell Boeing sparse matrix format

Pauli Virtanen pav at iki.fi
Fri Feb 25 04:09:24 EST 2011


Fri, 25 Feb 2011 12:24:58 +0900, David Cournapeau wrote:
> I have added support for simple read/write for HB matrix format. The
> updated branch is on github:
> https://github.com/cournape/scipy3/compare/master..._new_hb_io
> 
> It adds a high-level API (read_hb/write_hb) as well as a lower-level API
> for fine-grained control. The functions live in scipy.sparse.io. I
> already put this patch last year, without any reaction, so I will assume
> that no reaction means yes :)

How about putting them in scipy.io? That's where the e.g. matrix market 
functions are, and it would make sense to put also HB there.

	Pauli




More information about the SciPy-Dev mailing list