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 fcbb08b commit d8dcd5cCopy full SHA for d8dcd5c
doc/source/changes/version_0_30.rst.inc
@@ -218,4 +218,7 @@ Fixes
218
* fixed :py:obj:`LArray.divnot0()` being slow when the divisor has many axes and many zeros (closes :issue:`705`).
219
220
* fixed maximum length of sheet names (31 characters instead of 30 characters) when adding a new sheet
221
- to an Excel Workbook (closes :issue:`713`).
+ to an Excel Workbook (closes :issue:`713`).
222
+
223
+* fixed missing documentation of many functions in :ref:`Utility Functions <api-ufuncs>` section
224
+ of the API Reference (closes :issue:`698`).
0 commit comments