summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2014-03-28 18:33:21 -0600
committerCharles Harris <charlesr.harris@gmail.com>2014-03-28 18:33:21 -0600
commitbce5bfbce602f4687ab3b01803bcb23820e7572c (patch)
tree947d20a207479ad4347514703fbc2027987acf24 /doc
parent7b0d0754833468b960c9dd1c8b903ad30508eb70 (diff)
parentaff43c0cb10796de7d6dfcc23bc27607ad2aacba (diff)
downloadnumpy-bce5bfbce602f4687ab3b01803bcb23820e7572c.tar.gz
Merge pull request #3830 from jarondl/recfromcsv
MAINT (API?): organize npyio.recfromcsv defaults
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.9.0-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst
index b0adec0cf..ea2069c12 100644
--- a/doc/release/1.9.0-notes.rst
+++ b/doc/release/1.9.0-notes.rst
@@ -293,6 +293,12 @@ cases the arrays being iterated are as large as the iterator so that such
a problem cannot occur.
+`npyio.recfromcsv` keyword arguments change
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+`npyio.recfromcsv` no longer accepts the undocumented `update` keyword,
+which used to override the `dtype` keyword.
+
+
C-API
~~~~~