From 8364447b9b50854c0b12650423728a7d168374b6 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 22 Mar 2009 06:56:44 +0000 Subject: Mention the trunc ufunc as new in 1.3 and note this in its docstring. --- doc/release/1.3.0-notes.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc/release') diff --git a/doc/release/1.3.0-notes.rst b/doc/release/1.3.0-notes.rst index 60f8abce9..fc7edddfe 100644 --- a/doc/release/1.3.0-notes.rst +++ b/doc/release/1.3.0-notes.rst @@ -109,6 +109,7 @@ New ufuncs #. rad2deg - converts radians to degrees, same as the degrees ufunc. #. log2 - base 2 logarithm. #. exp2 - base 2 exponential. +#. trunc - truncate floats to nearest integer towards zero. #. logaddexp - add numbers stored as logarithms and return the logarithm of the result. #. logaddexp2 - add numbers stored as base 2 logarithms and return the base 2 @@ -120,12 +121,12 @@ Masked arrays Several new features and bug fixes, including: * structured arrays should now be fully supported by MaskedArray - (r6463, r6324, r6305, r6300, r6294...) - * Minor bug fixes (r6356, r6352, r6335, r6299, r6298) - * Improved support for __iter__ (r6326) - * made baseclass, sharedmask and hardmask accesible to the user (but - read-only) - * doc update + (r6463, r6324, r6305, r6300, r6294...) + * Minor bug fixes (r6356, r6352, r6335, r6299, r6298) + * Improved support for __iter__ (r6326) + * made baseclass, sharedmask and hardmask accesible to the user (but + read-only) + * doc update gfortran support on windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -199,6 +200,7 @@ New public C defines are available for ARCH specific code through numpy/npy_cpu. * NPY_CPU_SPARC: 32 bits sparc * NPY_CPU_SPARC64: 64 bits sparc * NPY_CPU_S390: S390 + * NPY_CPU_IA64: ia64 * NPY_CPU_PARISC: PARISC New macros for CPU endianness has been added as well (see internal changes -- cgit v1.2.1