Re: [Numpy-discussion] introducing Numpy.net, a pure C# implementation of Numpy

2019-03-16 Thread Travis Oliphant
Thanks for sharing this work with the world, What you did is not an easy task. This makes it easier for people to port NumPy-based Python code to C#. Of course, this group would more likely prefer people to port their C# code to Python + NumPy. Nonetheless, I think there are interesting thing

Re: [Numpy-discussion] introducing Numpy.net, a pure C# implementation of Numpy

2019-03-16 Thread Charles R Harris
On Sat, Mar 16, 2019 at 10:02 AM Charles R Harris wrote: > > > On Sat, Mar 16, 2019 at 4:41 AM wrote: > >> This is a quick note to announce open source numpy.net available at this >> repository >> >> >> >> https://github.com/Quansight-Labs/numpy.net >> >> >> >> This is a pure C# based implementa

Re: [Numpy-discussion] introducing Numpy.net, a pure C# implementation of Numpy

2019-03-16 Thread Charles R Harris
On Sat, Mar 16, 2019 at 4:41 AM wrote: > This is a quick note to announce open source numpy.net available at this > repository > > > > https://github.com/Quansight-Labs/numpy.net > > > > This is a pure C# based implementation of Numpy, ported from the > underlying C library and the python applica

[Numpy-discussion] introducing Numpy.net, a pure C# implementation of Numpy

2019-03-16 Thread kmckenna
This is a quick note to announce open source numpy.net available at this repository https://github.com/Quansight-Labs/numpy.net This is a pure C# based implementation of Numpy, ported from the underlying C library and the python application layer. Written and tested on .NET standard 2.1 so