From d44d24fd97638ffefa3c5836c2e636d2ac2d66a6 Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 18 Aug 2025 16:50:56 +1000 Subject: [PATCH] update list of changes --- docs.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.html b/docs.html index 48731941..647ffe23 100644 --- a/docs.html +++ b/docs.html @@ -20705,7 +20705,8 @@ List of additions and changes for each version:
  • added preliminary support for matrices with half-precision fp16 element type
  • added second form of cond() to allow detection of failures
  • added .freeze() and .unfreeze() member functions to wall_clock
  • -
  • added workarounds to svd() and eig_sym() to address limitations of default LAPACK that uses 32 bit integers
  • +
  • extended conv() and conv2() to accept the "valid" shape argument
  • +
  • workarounds in svd() and eig_sym() to address limitations of default LAPACK that uses 32 bit integers
  • ...