Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq authored Dec 4, 2019
1 parent e46221a commit 05eaed9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ with key features marked by *:
Please note that JSONLab v1.9.8 is compliant with JData Spec Draft 2, while
v1.9 and previous releases are compatible with Draft 1. The main differences are

* ``_ArrayCompressionMethod_, _ArrayCompressionSize_`` and ``_ArrayCompressedData_``
are replaced by ``_ArrayZipType_``, ``_ArrayZipSize_`` and ``_ArrayZipData_``, respectively
* The serialization of N-D array data stored in ``_ArrayData_`` is changed from column-major to
row-major
* ``_ArrayCompressionMethod_, _ArrayCompressionSize_`` and ``_ArrayCompressedData_`` are replaced by ``_ArrayZipType_``, ``_ArrayZipSize_`` and ``_ArrayZipData_``, respectively
* The serialization of N-D array data stored in ``_ArrayData_`` is changed from column-major to row-major

To read data files generated by JSONLab v1.9 or older versions, you need to attach
option ``'FormatVersion', 1.9`` in all the loadjson/savejson function calls.
Expand Down

0 comments on commit 05eaed9

Please sign in to comment.