Re: [Numpy-discussion] [SciPy-Dev] PyRSB: Python interface to librsb sparse matrices library

2017-06-24 Thread Sylvain Corlay
Hi Michele, This is really interesting. I am a co-author of the xtensor project and one thing that could be interesting is to wrap the various sparse matrix data structures in the form of xtensor expressions. A byproduct of doing so is that it would simplify creating bindings for multiple scientif

Re: [Numpy-discussion] [SciPy-Dev] PyRSB: Python interface to librsb sparse matrices library

2017-06-24 Thread Nathaniel Smith
On Jun 24, 2017 7:29 AM, "Sylvain Corlay" wrote: Also, one quick question: is the LGPL license a deliberate choice or is it not important to you? Most projects in the Python scientific stack are BSD licensed. So the LGPL choice makes it unlikely that a higher-level project adopts it as a depende

Re: [Numpy-discussion] [SciPy-Dev] PyRSB: Python interface to librsb sparse matrices library

2017-06-24 Thread josef . pktd
On Sat, Jun 24, 2017 at 3:16 PM, Nathaniel Smith wrote: > On Jun 24, 2017 7:29 AM, "Sylvain Corlay" > wrote: > > > Also, one quick question: is the LGPL license a deliberate choice or is it > not important to you? Most projects in the Python scientific stack are BSD > licensed. So the LGPL choic

Re: [Numpy-discussion] [SciPy-Dev] PyRSB: Python interface to librsb sparse matrices library

2017-06-24 Thread Sebastian Berg
On Sat, 2017-06-24 at 15:47 -0400, josef.p...@gmail.com wrote: > > > On Sat, Jun 24, 2017 at 3:16 PM, Nathaniel Smith > wrote: > > On Jun 24, 2017 7:29 AM, "Sylvain Corlay" > > wrote: > > > > Also, one quick question: is the LGPL license a deliberate choice > > or is it not important to you? M

Re: [Numpy-discussion] [SciPy-Dev] PyRSB: Python interface to librsb sparse matrices library

2017-06-24 Thread Carl Kleffner
Does this still apply: https://scipy.github.io/old-wiki/pages/License_Compatibility.html Carl 2017-06-24 22:07 GMT+02:00 Sebastian Berg : > On Sat, 2017-06-24 at 15:47 -0400, josef.p...@gmail.com wrote: > > > > > > On Sat, Jun 24, 2017 at 3:16 PM, Nathaniel Smith > > wrote: > > > On Jun 24, 201

Re: [Numpy-discussion] [SciPy-Dev] PyRSB: Python interface to librsb sparse matrices library

2017-06-24 Thread Sebastian Berg
On Sat, 2017-06-24 at 22:58 +0200, Carl Kleffner wrote: > Does this still apply: https://scipy.github.io/old-wiki/pages/License > _Compatibility.html > Of course, but it talks about putting it into the code base of scipy not about being able to use the package in any way in a dependency (i.e. `im

Re: [Numpy-discussion] [SciPy-Dev] PyRSB: Python interface to librsb sparse matrices library

2017-06-24 Thread josef . pktd
On Sat, Jun 24, 2017 at 5:26 PM, Sebastian Berg wrote: > On Sat, 2017-06-24 at 22:58 +0200, Carl Kleffner wrote: > > Does this still apply: https://scipy.github.io/old-wiki/pages/License > > _Compatibility.html > > > > Of course, but it talks about putting it into the code base of scipy > not abo