summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-03-19 03:35:15 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-03-19 03:35:15 +0000
commita6b253a6fde1fb33350dc580529a55efaa825969 (patch)
tree1470723b36c617c7789b9d65b849d3ada85529bc
parentb4c23388701365495b444792ef0d4061a99cd8aa (diff)
downloadnumpy-a6b253a6fde1fb33350dc580529a55efaa825969.tar.gz
Fix some rest issues in the releases notes.
-rw-r--r--doc/release/1.3.0-notes.rst19
1 files changed, 11 insertions, 8 deletions
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
~~~~~~~~~~~