From f1e4ad4bc086dd8cd234054e6c28ea5dc8fb7725 Mon Sep 17 00:00:00 2001 From: Ryosuke Okuta Date: Wed, 23 Dec 2015 23:59:15 +0900 Subject: Fix version number in the document This PR fix version number of the format specification. --- doc/neps/npy-format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/neps') diff --git a/doc/neps/npy-format.rst b/doc/neps/npy-format.rst index bf88c3fee..3f12e1bf1 100644 --- a/doc/neps/npy-format.rst +++ b/doc/neps/npy-format.rst @@ -199,7 +199,7 @@ bytes of the array. Consumers can figure out the number of bytes by multiplying the number of elements given by the shape (noting that shape=() means there is 1 element) by dtype.itemsize. -Format Specification: Version 1.0 +Format Specification: Version 2.0 --------------------------------- The version 1.0 format only allowed the array header to have a -- cgit v1.2.1