Re: [Numpy-discussion] the NumPy paper is out!

2020-09-16 Thread Frederic Bastien
Congratulations everybody! From: NumPy-Discussion On Behalf Of Francesc Alted Sent: Wednesday, September 16, 2020 3:50 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] the NumPy paper is out! External email: Use caution opening links or attachments Very well written arti

Re: [Numpy-discussion] Interest to port Numpy to Haskell, with Accelerate/Repa to do the crunching?

2020-01-21 Thread Frederic Bastien
The description you make tell me that this look similar to numexpr[1]. It could be useful that you look it up. [1] https://github.com/pydata/numexpr -Original Message- From: NumPy-Discussion On Behalf Of Compl Yue Sent: Tuesday, January 21, 2020 10:33 AM To: numpy-discussion@python.o

Re: [Numpy-discussion] Numpy support for Microblaze

2020-01-10 Thread Frederic Bastien
I like your breakdown. But the fact that it is a softcore is not related. We do not need to compile it to an HDL. We need it to be compiled to the binary format that the Microblaze support. Now, after one full version is working as a software, it is possible to optimize part of NumPy by having t

Re: [Numpy-discussion] NEP-18 comment

2019-03-07 Thread Frederic Bastien
lf Of Stefan van der Walt Sent: Thursday, March 7, 2019 12:15 PM To: Discussion of Numerical Python Cc: Matthew Rocklin Subject: Re: [Numpy-discussion] NEP-18 comment Hi Sebastian, Frederic, On Thu, 07 Mar 2019 14:23:10 +0000, Frederic Bastien wrote: > I like your idea Sebastian. This way it is

Re: [Numpy-discussion] NEP-18 comment

2019-03-07 Thread Frederic Bastien
-Original Message- From: NumPy-Discussion On Behalf Of Sebastian Berg Sent: Thursday, March 7, 2019 8:58 AM To: numpy-discussion@python.org Subject: Re: [Numpy-discussion] NEP-18 comment On Wed, 2019-03-06 at 12:41 -0800, Stephan Hoyer wrote: > On Wed, Mar 6, 2019 at 10:10 AM Frede

Re: [Numpy-discussion] NEP-18 comment

2019-03-06 Thread Frederic Bastien
, 2019 at 10:10 AM Frederic Bastien mailto:fbast...@nvidia.com>> wrote: Hi, I was told recently about the NEP-18. I like it, but I have a comment. At first, it is enabled in a release by setting an environment variable. Then in the following release, it is enabled by default. Is it possible to

[Numpy-discussion] NEP-18 comment

2019-03-06 Thread Frederic Bastien
Hi, I was told recently about the NEP-18. I like it, but I have a comment. At first, it is enabled in a release by setting an environment variable. Then in the following release, it is enabled by default. Is it possible to allow for the second release to disable it by an environment variable? T