From a6b253a6fde1fb33350dc580529a55efaa825969 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Thu, 19 Mar 2009 03:35:15 +0000 Subject: Fix some rest issues in the releases notes. --- doc/release/1.3.0-notes.rst | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'doc/release') diff --git a/doc/release/1.3.0-notes.rst b/doc/release/1.3.0-notes.rst index f2e3bc8d4..60f8abce9 100644 --- a/doc/release/1.3.0-notes.rst +++ b/doc/release/1.3.0-notes.rst @@ -117,13 +117,15 @@ New ufuncs Masked arrays ~~~~~~~~~~~~~ -* 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 +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 gfortran support on windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -182,7 +184,8 @@ Ufunc API The following functions have been added to the ufunc API: * PyUFunc_FromFuncAndDataAndSignature: to declare a more general ufunc - (generalized ufunc). + (generalized ufunc). + New defines ~~~~~~~~~~~ -- cgit v1.2.1