Re: [Numpy-discussion] Deprecating python type aliases (np.int, np.long, np.str, ...)

2020-06-11 Thread Sebastian Berg
On Thu, 2020-06-11 at 09:59 -0500, Sebastian Berg wrote: > Hi all, > > In the pull request: https://github.com/numpy/numpy/pull/14882 > Eric proposes to deprecate the type aliases which NumPy imports > into its main namespace (e.g. np.int, np.bool, see table below [1]). > > Right now there seems

[Numpy-discussion] Deprecating python type aliases (np.int, np.long, np.str, ...)

2020-06-11 Thread Sebastian Berg
Hi all, In the pull request: https://github.com/numpy/numpy/pull/14882 Eric proposes to deprecate the type aliases which NumPy imports into its main namespace (e.g. np.int, np.bool, see table below [1]). Right now there seems to be a consensus to move this forward and I plan on doing that, so thi

Re: [Numpy-discussion] Armv8 server donation

2020-06-11 Thread Kevin Sheppard
Someone could setup https://drone.io/ which has both aarch64 and armv8l servers. I have used this service without issue in randomgen which requires building NumPy (but not testing it). On Thu, Jun 11, 2020 at 2:21 PM Stefan van der Walt wrote: > On Thu, Jun 11, 2020, at 13:47, ChunLin Fang wr

Re: [Numpy-discussion] Armv8 server donation

2020-06-11 Thread Stefan van der Walt
On Thu, Jun 11, 2020, at 13:47, ChunLin Fang wrote: > I noticed that the shippable CI always skipped after PR submitted , The > reason why it's skip seems to be "No active nodes found in shared node pool > "shippable_shared_aarch64"" > Potential bugs may buried through out numpy without shippabl

[Numpy-discussion] Armv8 server donation

2020-06-11 Thread ChunLin Fang
Hi, all: I noticed that the shippable CI always skipped after PR submitted , The reason why it's skip seems to be "No active nodes found in shared node pool "shippable_shared_aarch64"" Potential bugs may buried through out numpy without shippable CI. I happened to own an idle armv8 server t