Skip to content

Commit f97e0ec

Browse files
committed
fix ulab commit
1 parent a192f1c commit f97e0ec

File tree

5 files changed

+11
-47
lines changed

5 files changed

+11
-47
lines changed

extmod/ulab

Submodule ulab updated 69 files

lib/utils/linked_list.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

locale/circuitpython.pot

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3058,6 +3058,10 @@ msgstr ""
30583058
msgid "first argument to super() must be type"
30593059
msgstr ""
30603060

3061+
#: extmod/ulab/code/scipy/linalg/linalg.c
3062+
msgid "first two arguments must be ndarrays"
3063+
msgstr ""
3064+
30613065
#: extmod/ulab/code/ndarray.c
30623066
msgid "flattening order must be either 'C', or 'F'"
30633067
msgstr ""
@@ -3237,10 +3241,11 @@ msgid "input matrix is asymmetric"
32373241
msgstr ""
32383242

32393243
#: extmod/ulab/code/numpy/linalg/linalg.c
3244+
#: extmod/ulab/code/scipy/linalg/linalg.c
32403245
msgid "input matrix is singular"
32413246
msgstr ""
32423247

3243-
#: extmod/ulab/code/user/user.c
3248+
#: extmod/ulab/code/scipy/linalg/linalg.c extmod/ulab/code/user/user.c
32443249
msgid "input must be a dense ndarray"
32453250
msgstr ""
32463251

@@ -3281,7 +3286,7 @@ msgid "integer required"
32813286
msgstr ""
32823287

32833288
#: extmod/ulab/code/numpy/approx/approx.c
3284-
msgid "interp is defined for 1D arrays of equal length"
3289+
msgid "interp is defined for 1D iterables of equal length"
32853290
msgstr ""
32863291

32873292
#: shared-bindings/_bleio/Adapter.c
@@ -4137,11 +4142,11 @@ msgid "too many values to unpack (expected %d)"
41374142
msgstr ""
41384143

41394144
#: extmod/ulab/code/numpy/approx/approx.c
4140-
msgid "trapz is defined for 1D arrays"
4145+
msgid "trapz is defined for 1D arrays of equal length"
41414146
msgstr ""
41424147

41434148
#: extmod/ulab/code/numpy/approx/approx.c
4144-
msgid "trapz is defined for 1D arrays of equal length"
4149+
msgid "trapz is defined for 1D iterables"
41454150
msgstr ""
41464151

41474152
#: py/obj.c
@@ -4324,10 +4329,6 @@ msgstr ""
43244329
msgid "wrong number of values to unpack"
43254330
msgstr ""
43264331

4327-
#: extmod/ulab/code/ndarray.c
4328-
msgid "wrong operand type"
4329-
msgstr ""
4330-
43314332
#: extmod/ulab/code/numpy/vector/vector.c
43324333
msgid "wrong output type"
43334334
msgstr ""

ports/stm/boards/espruino_pico/mpconfigboard.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ CIRCUITPY_AUDIOPWMIO = 0
2222
CIRCUITPY_BUSDEVICE = 0
2323
CIRCUITPY_BITMAPTOOLS = 0
2424
CIRCUITPY_FRAMEBUFFERIO = 0
25-
CIRCUITPY_KEYPAD = 0
2625
CIRCUITPY_MIDI = 0
2726
CIRCUITPY_MSGPACK = 0
2827
CIRCUITPY_ULAB = 0

supervisor/supervisor.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SRC_SUPERVISOR = \
88
supervisor/shared/filesystem.c \
99
supervisor/shared/flash.c \
1010
supervisor/shared/lock.c \
11-
supervisor/shared/memory.c \
11+
supervisor/shared/memory.c \
1212
supervisor/shared/micropython.c \
1313
supervisor/shared/safe_mode.c \
1414
supervisor/shared/stack.c \

0 commit comments

Comments
 (0)