[python-hdf5storage] 100/152: Reorganized table in README.
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 76ab931552dfca5744c85d2c0b41b128cdd9caee
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Tue Feb 4 01:26:18 2014 -0500
Reorganized table in README.
---
README.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.rst b/README.rst
index 21262d0..c28deee 100644
--- a/README.rst
+++ b/README.rst
@@ -82,6 +82,12 @@ complex 0.1 np.complex128 double 0.1
str 0.1 np.uint32/16 char 0.1 [2]_
bytes 0.1 np.bytes\_ or np.uint16 char 0.1 [3]_
bytearray 0.1 np.bytes\_ or np.uint16 char 0.1 [3]_
+list 0.1 np.object\_ cell 0.1
+tuple 0.1 np.object\_ cell 0.1
+set 0.1 np.object\_ cell 0.1
+frozenset 0.1 np.object\_ cell 0.1
+cl.deque 0.1 np.object\_ cell 0.1
+dict 0.1 struct 0.1 [4]_
np.bool\_ 0.1 logical 0.1
np.uint8 0.1 uint8 0.1
np.uint16 0.1 uint16 0.1
@@ -99,12 +105,6 @@ np.complex128 0.1 double 0.1
np.str\_ 0.1 np.uint32/16 char/uint32 0.1 [2]_
np.bytes\_ 0.1 np.bytes\_ or np.uint16 char 0.1 [3]_
np.object\_ 0.1 cell 0.1
-dict 0.1 struct 0.1 [4]_
-list 0.1 np.object\_ cell 0.1
-tuple 0.1 np.object\_ cell 0.1
-set 0.1 np.object\_ cell 0.1
-frozenset 0.1 np.object\_ cell 0.1
-cl.deque 0.1 np.object\_ cell 0.1
============= ======= ======================= =========== ========
.. [1] Depends on the selected options. Always ``np.uint8`` when doing
--
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