>>> 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
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
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