diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-03-28 18:33:21 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-03-28 18:33:21 -0600 |
commit | bce5bfbce602f4687ab3b01803bcb23820e7572c (patch) | |
tree | 947d20a207479ad4347514703fbc2027987acf24 /doc | |
parent | 7b0d0754833468b960c9dd1c8b903ad30508eb70 (diff) | |
parent | aff43c0cb10796de7d6dfcc23bc27607ad2aacba (diff) | |
download | numpy-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.rst | 6 |
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 ~~~~~ |