Re: [Numpy-discussion] quantile() or percentile()

2017-08-13 Thread Charles R Harris
On Thu, Aug 10, 2017 at 3:08 PM, Eric Wieser wrote: > Let’s try and keep this on topic - most replies to this message has been > about #9211, which is an orthogonal issue. > > There are two main questions here: > >1. Would the community prefer to use np.quantile(x, 0.25) instead of > np.perc

Re: [Numpy-discussion] quantile() or percentile()

2017-08-13 Thread josef . pktd
On Sun, Aug 13, 2017 at 9:28 AM, Charles R Harris wrote: > > > On Thu, Aug 10, 2017 at 3:08 PM, Eric Wieser > wrote: > >> Let’s try and keep this on topic - most replies to this message has been >> about #9211, which is an orthogonal issue. >> >> There are two main questions here: >> >>1. Wo

Re: [Numpy-discussion] F2PY problems with PGI compilers

2017-08-13 Thread Jeff Layton
+SciPy list On Sat, Aug 5, 2017 at 7:24 AM, Jeff Layton > wrote: Good afternoon! I'm trying to build a Python module using F2PY on a simple Fortran code using the PGI 17.4 community compilers. I'm using Conda 4.3.21 with Python 2.7.13 and F2PY 2. Th