Re: [Numpy-discussion] floor with dtype

2017-09-27 Thread Renato Fabbri
>>> myarray.astype(n.int) returns the same values as >>> n.floor(myarray).astype(n.int) for positive values?? And the same as >>> n.trunc(myarray) for any value? On Mon, Sep 25, 2017 at 5:36 PM, Mark Bakker wrote: > > On 2017-09-25 10:59, Renato Fabbri wrote: > >> > > """ >> > > In [3]: n.flo

[Numpy-discussion] ANN: first SciPy 1.0.0 release candidate

2017-09-27 Thread Ralf Gommers
Hi all, I'm excited to be able to announce the availability of the first release candidate of Scipy 1.0. This is a big release, and a version number that has been 16 years in the making. It contains a few more deprecations and backwards incompatible changes than an average release. Therefore pleas

[Numpy-discussion] NumPy 1.13.2 released.

2017-09-27 Thread Charles R Harris
HI All, On behalf of the NumPy team, I am pleased to annouce the release of Numpy 1.13.2. This is a bugfix release for some problems found since 1.13.1. The most important fixes are for CVE-2017-12852 and temporary elision. Users of earlier versions of 1.13 should upgrade. The Python versions sup