[python-hdf5storage] 99/152: Fixed error in README where the other numpy integer types were not in the table of supported types.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 0.1
in repository python-hdf5storage.
commit 444dc47c1a7ce571e79e7b9937bfda26ba7c0854
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Tue Feb 4 01:22:54 2014 -0500
Fixed error in README where the other numpy integer types were not in the table of supported types.
---
README.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.rst b/README.rst
index 12707e9..21262d0 100644
--- a/README.rst
+++ b/README.rst
@@ -84,6 +84,13 @@ bytes 0.1 np.bytes\_ or np.uint16 char 0.1 [3]_
bytearray 0.1 np.bytes\_ or np.uint16 char 0.1 [3]_
np.bool\_ 0.1 logical 0.1
np.uint8 0.1 uint8 0.1
+np.uint16 0.1 uint16 0.1
+np.uint32 0.1 uint32 0.1
+np.uint64 0.1 uint64 0.1
+np.uint8 0.1 int8 0.1
+np.int16 0.1 int16 0.1
+np.int32 0.1 int32 0.1
+np.int64 0.1 int64 0.1
np.float16 0.1
np.float32 0.1 single 0.1
np.float64 0.1 double 0.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git
More information about the debian-science-commits
mailing list