[python-hdf5storage] 91/152: Adjuste appearance of the first table in the README.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:37 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 73c79d18e7515473384c6affb1f1f802d082aa54
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Sun Feb 2 23:41:06 2014 -0500
Adjuste appearance of the first table in the README.
---
README.rst | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/README.rst b/README.rst
index a4604bd..672a0ed 100644
--- a/README.rst
+++ b/README.rst
@@ -62,36 +62,36 @@ will be what it is read back as) the MATLAB class it becomes if
targetting a MAT file, and the first version of this package to
support writing it so MATlAB can read it.
-============= ======= ==================== =========== ========
-Python MATLAB
--------------------------------------------- ---------------------
-Type Version Converted to Class Version
-============= ======= ==================== =========== ========
-bool 0.1 np.bool\_/np.uint8 logical 0.1 [1]_
-None 0.1 ``np.float64([])`` ``[]`` 0.1
-int 0.1 np.int64 int64 0.1
-float 0.1 np.float64 double 0.1
-complex 0.1 np.complex128 double 0.1
-str 0.1 np.uint32/16 char 0.1 [2]_
-bytes 0.1 np.bytes\_/np.uint16 char 0.1 [3]_
-bytearray 0.1 np.bytes\_/np.uint16 char 0.1 [3]_
-np.bool\_ 0.1 logical 0.1
-np.uint8 0.1 uint8 0.1
+============= ======= ======================= =========== ========
+Python MATLAB
+----------------------------------------------- ---------------------
+Type Version Converted to Class Version
+============= ======= ======================= =========== ========
+bool 0.1 np.bool\_ or np.uint8 logical 0.1 [1]_
+None 0.1 ``np.float64([])`` ``[]`` 0.1
+int 0.1 np.int64 int64 0.1
+float 0.1 np.float64 double 0.1
+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]_
+np.bool\_ 0.1 logical 0.1
+np.uint8 0.1 uint8 0.1
np.float16 0.1
-np.float32 0.1 single 0.1
-np.float64 0.1 double 0.1
-np.complex64 0.1 single 0.1
-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\_/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
-============= ======= ==================== =========== ========
+np.float32 0.1 single 0.1
+np.float64 0.1 double 0.1
+np.complex64 0.1 single 0.1
+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
MATLAB compatiblity, or if the option is explicitly set.
--
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