We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c6935 commit 6008087Copy full SHA for 6008087
doc/source/changes/version_0_30.rst.inc
@@ -221,7 +221,9 @@ Miscellaneous improvements
221
* renamed `a_min` and `a_max` arguments of :py:obj:`LArray.clip()` as `minval` and `maxval` respectively
222
and made them optional (closes :issue:`747`).
223
224
-* improved speed of :py:obj:`read_hdf()` function when reading a stored LArray object (closes :issue:`563`).
+* improved speed of :py:obj:`read_hdf()` function when reading a stored LArray object dumped with
225
+ the current and future version of larray. To get benefit of the speedup of reading arrays dumped
226
+ with older versions of larray, please read and re-dump them. Closes :issue:`563`.
227
228
229
Fixes
0 commit comments