[SciPy-Dev] Out of Core Sparse Matrices

Ralf Gommers ralf.gommers at gmail.com
Thu May 28 02:22:49 EDT 2015


Hi Aidan,

On Thu, May 28, 2015 at 2:48 AM, Aidan Macdonald <aidan at brightcloud.com>
wrote:

> Hi,
>
> I work for Brightcloud and part of my work required me to write Out of
> Core Sparse Matrices. I was thinking of submitting these to Scipy as it
> currently has Sparse Matrices, but not out of core.
>

That's beyond the current scope of Scipy, so we'd have to seriously think
about it. Is the API built on or similar to scipy.sparse? Do you have your
code already somewhere public, so we can have a look at it.


> I was wondering if this code would be a desired addition to SciPy. Also,
> currently it uses the Python Sqlite3 library. Is it okay to use the Sqlite3
> package?
>

Anything in the Python stdlib is OK to use in Scipy from the point of view
of dependencies. So it depends on performance and other technical aspects
like maintainability/scalability only.


> Could I also get documentation about writing test cases? I notice that you
> use NOSE. It there any specification about integrating my test cases into
> SciPy. I would only need a simple modification to the existing sparse test
> cases.
>

The testing guidelines are at
https://github.com/numpy/numpy/blob/master/doc/TESTS.rst.txt.

Cheers,
Ralf



>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20150528/2853f0ae/attachment.html>


More information about the SciPy-Dev mailing list