From aa638f8054c3fd30881cedfaa0ddddc3b71a3a7f Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 3 Aug 2023 07:10:08 -0500 Subject: [PATCH 1/2] update ulab to fix fpclassify compiler diagnostic --- extmod/ulab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extmod/ulab b/extmod/ulab index 3728d22732..84f99f17fc 160000 --- a/extmod/ulab +++ b/extmod/ulab @@ -1 +1 @@ -Subproject commit 3728d22732dedc8a591b7df18a16d3ef1aed6a39 +Subproject commit 84f99f17fc02b03c13f99485d9cf68bc9d17c600 From 1fe70ba8a961a813814ed98430feafe66cd65bd0 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 3 Aug 2023 07:50:33 -0500 Subject: [PATCH 2/2] update messages --- locale/circuitpython.pot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index f32d14c409..c3f935348e 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -3259,6 +3259,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "" @@ -3304,10 +3308,6 @@ msgstr "" msgid "input vectors must be of equal length" msgstr "" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr ""