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] [SPAM]Re: introducing Numpy.net, a pure C# implementation of Numpy

2019-03-16 Thread Charles R Harris
On Sat, Mar 16, 2019 at 11:10 AM wrote: > > > > > *From:* NumPy-Discussion baselinesw@python.org> *On Behalf Of *Charles R Harris > *Sent:* Saturday, March 16, 2019 12:06 PM > *To:* Discussion of Numerical Python > *Subject:* [SPAM]Re: [Numpy-discussion] introducing Numpy.net, a pure C# > i

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

2019-03-16 Thread kmckenna
From: NumPy-Discussion On Behalf Of Charles R Harris Sent: Saturday, March 16, 2019 12:06 PM To: Discussion of Numerical Python Subject: [SPAM]Re: [Numpy-discussion] introducing Numpy.net, a pure C# implementation of Numpy On Sat, Mar 16, 2019 at 10:02 AM Charles R Harris mailt

Re: [Numpy-discussion] Testing your contributions

2019-03-16 Thread Matti Picus
On 16/3/19 9:59 am, Sandy wrote: Hey there, I am new to numpy. I just wanted to know, suppose I make a code contribution to the repo https://github.com/numpy/numpy how do I test its working? ___ Welcome. You should add a test. Running `python runt

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

[Numpy-discussion] Testing your contributions

2019-03-16 Thread Sandy
Hey there, I am new to numpy. I just wanted to know, suppose I make a code contribution to the repo https://github.com/numpy/numpy how do I test its working? ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/li