diff options
author | Yaron de Leeuw <jarondl@server.fake> | 2014-02-27 20:13:03 +0200 |
---|---|---|
committer | Yaron de Leeuw <jarondl@server.fake> | 2014-02-28 09:22:08 +0200 |
commit | 39f11331744aeb6d8e8cd3c557a1e107d0dac816 (patch) | |
tree | 8ff5bd6bdbafc64990261afb6af34add5d812862 /doc | |
parent | 3b99f376c9e2d128291c16a896a4b302b75020c1 (diff) | |
download | numpy-39f11331744aeb6d8e8cd3c557a1e107d0dac816.tar.gz |
DOC: npyio.recfromcsv keyword argument changes
Added a note to recfromcsv about the `dtype` keyword,
as suggested by @hpaulj. Also added a note to the release notes,
about the change in the `update` keyword, as suggested by @charris.
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 d674552a3..c65cfc04c 100644 --- a/doc/release/1.9.0-notes.rst +++ b/doc/release/1.9.0-notes.rst @@ -207,6 +207,12 @@ is being casted. Previously the casting was allowed even if the result was truncated. +`npyio.recfromcsv` keyword arguments change +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +`npyio.recfromcsv` no longer accepts the undocumented `update` keyword, +which used to override the `dtype` keyword. + + C-API ~~~~~ |