Skip to content

Commit 6008087

Browse files
committed
updated changelog for issue 563
1 parent 49c6935 commit 6008087

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/changes/version_0_30.rst.inc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ Miscellaneous improvements
221221
* renamed `a_min` and `a_max` arguments of :py:obj:`LArray.clip()` as `minval` and `maxval` respectively
222222
and made them optional (closes :issue:`747`).
223223

224-
* improved speed of :py:obj:`read_hdf()` function when reading a stored LArray object (closes :issue:`563`).
224+
* 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`.
225227

226228

227229
Fixes

0 commit comments

Comments
 (0)