From 39f11331744aeb6d8e8cd3c557a1e107d0dac816 Mon Sep 17 00:00:00 2001 From: Yaron de Leeuw Date: Thu, 27 Feb 2014 20:13:03 +0200 Subject: 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. --- doc/release/1.9.0-notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 ~~~~~ -- cgit v1.2.1