summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2009-03-22 06:56:44 +0000
committerCharles Harris <charlesr.harris@gmail.com>2009-03-22 06:56:44 +0000
commit8364447b9b50854c0b12650423728a7d168374b6 (patch)
treecce491dcd0801e22b00b094e3510cfc809ec17a0 /doc/release
parent6d7e43e5fccae9914eaefee26781a6c4669afebf (diff)
downloadnumpy-8364447b9b50854c0b12650423728a7d168374b6.tar.gz
Mention the trunc ufunc as new in 1.3 and note this in its docstring.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.3.0-notes.rst14
1 files changed, 8 insertions, 6 deletions
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