Skip to content

Commit e1e4d21

Browse files
authored
Merge pull request #4547 from jepler/upgrade-ulab-2.6.0
Upgrade ulab 2.6.0
2 parents a78d00a + 97fd77b commit e1e4d21

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

extmod/ulab

Submodule ulab updated 75 files

locale/circuitpython.pot

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2401,10 +2401,6 @@ msgstr ""
24012401
msgid "argument has wrong type"
24022402
msgstr ""
24032403

2404-
#: extmod/ulab/code/numpy/linalg/linalg.c
2405-
msgid "argument must be ndarray"
2406-
msgstr ""
2407-
24082404
#: py/argcheck.c shared-bindings/_stage/__init__.c
24092405
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
24102406
msgid "argument num/types mismatch"
@@ -2414,8 +2410,8 @@ msgstr ""
24142410
msgid "argument should be a '%q' not a '%q'"
24152411
msgstr ""
24162412

2417-
#: extmod/ulab/code/numpy/linalg/linalg.c
24182413
#: extmod/ulab/code/numpy/numerical/numerical.c
2414+
#: extmod/ulab/code/numpy/transform/transform.c
24192415
msgid "arguments must be ndarrays"
24202416
msgstr ""
24212417

@@ -2444,7 +2440,7 @@ msgstr ""
24442440
msgid "axis is out of bounds"
24452441
msgstr ""
24462442

2447-
#: extmod/ulab/code/numpy/numerical/numerical.c
2443+
#: extmod/ulab/code/numpy/numerical/numerical.c extmod/ulab/code/ulab_tools.c
24482444
msgid "axis must be None, or an integer"
24492445
msgstr ""
24502446

@@ -2484,15 +2480,15 @@ msgstr ""
24842480
msgid "branch not in range"
24852481
msgstr ""
24862482

2487-
#: extmod/ulab/code/ulab_create.c
2483+
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
24882484
msgid "buffer is smaller than requested size"
24892485
msgstr ""
24902486

24912487
#: shared-bindings/audiocore/RawSample.c
24922488
msgid "buffer must be a bytes-like object"
24932489
msgstr ""
24942490

2495-
#: extmod/ulab/code/ulab_create.c
2491+
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
24962492
msgid "buffer size must be a multiple of element size"
24972493
msgstr ""
24982494

@@ -2822,6 +2818,10 @@ msgstr ""
28222818
msgid "differentiation order out of range"
28232819
msgstr ""
28242820

2821+
#: extmod/ulab/code/numpy/transform/transform.c
2822+
msgid "dimensions do not match"
2823+
msgstr ""
2824+
28252825
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
28262826
#: shared-bindings/math/__init__.c
28272827
msgid "division by zero"
@@ -3069,7 +3069,7 @@ msgstr ""
30693069
msgid "index is out of bounds"
30703070
msgstr ""
30713071

3072-
#: extmod/ulab/code/numpy/numerical/numerical.c
3072+
#: extmod/ulab/code/numpy/numerical/numerical.c extmod/ulab/code/ulab_tools.c
30733073
#: ports/esp32s2/common-hal/pulseio/PulseIn.c py/obj.c
30743074
#: shared-bindings/bitmaptools/__init__.c
30753075
msgid "index out of range"
@@ -3139,7 +3139,7 @@ msgstr ""
31393139
msgid "input must be one-dimensional"
31403140
msgstr ""
31413141

3142-
#: extmod/ulab/code/numpy/linalg/linalg.c
3142+
#: extmod/ulab/code/ulab_tools.c
31433143
msgid "input must be square matrix"
31443144
msgstr ""
31453145

@@ -3320,10 +3320,6 @@ msgstr ""
33203320
msgid "math domain error"
33213321
msgstr ""
33223322

3323-
#: extmod/ulab/code/numpy/linalg/linalg.c
3324-
msgid "matrix dimensions do not match"
3325-
msgstr ""
3326-
33273323
#: extmod/ulab/code/numpy/linalg/linalg.c
33283324
msgid "matrix is not positive definite"
33293325
msgstr ""
@@ -3493,10 +3489,6 @@ msgstr ""
34933489
msgid "non-zero timeout must be >= interval"
34943490
msgstr ""
34953491

3496-
#: extmod/ulab/code/numpy/linalg/linalg.c
3497-
msgid "norm is defined for 1D and 2D arrays"
3498-
msgstr ""
3499-
35003492
#: shared-bindings/_bleio/UUID.c
35013493
msgid "not a 128-bit UUID"
35023494
msgstr ""
@@ -3565,7 +3557,7 @@ msgstr ""
35653557
msgid "odd-length string"
35663558
msgstr ""
35673559

3568-
#: extmod/ulab/code/ulab_create.c
3560+
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
35693561
msgid "offset is too large"
35703562
msgstr ""
35713563

@@ -3620,6 +3612,14 @@ msgstr ""
36203612
msgid "ord() expected a character, but string of length %d found"
36213613
msgstr ""
36223614

3615+
#: extmod/ulab/code/utils/utils.c
3616+
msgid "out array is too small"
3617+
msgstr ""
3618+
3619+
#: extmod/ulab/code/utils/utils.c
3620+
msgid "out must be a float dense array"
3621+
msgstr ""
3622+
36233623
#: shared-bindings/displayio/Bitmap.c
36243624
msgid "out of range of source"
36253625
msgstr ""
@@ -3830,14 +3830,18 @@ msgstr ""
38303830
msgid "single '}' encountered in format string"
38313831
msgstr ""
38323832

3833-
#: extmod/ulab/code/numpy/linalg/linalg.c
3833+
#: extmod/ulab/code/ulab_tools.c
38343834
msgid "size is defined for ndarrays only"
38353835
msgstr ""
38363836

38373837
#: shared-bindings/time/__init__.c
38383838
msgid "sleep length must be non-negative"
38393839
msgstr ""
38403840

3841+
#: extmod/ulab/code/ndarray.c
3842+
msgid "slice step can't be zero"
3843+
msgstr ""
3844+
38413845
#: py/objslice.c py/sequence.c
38423846
msgid "slice step cannot be zero"
38433847
msgstr ""
@@ -4135,10 +4139,6 @@ msgstr ""
41354139
msgid "value_count must be > 0"
41364140
msgstr ""
41374141

4138-
#: extmod/ulab/code/numpy/linalg/linalg.c
4139-
msgid "vectors must have same lengths"
4140-
msgstr ""
4141-
41424142
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
41434143
msgid "wakeup conflict"
41444144
msgstr ""
@@ -4176,6 +4176,7 @@ msgstr ""
41764176
msgid "wrong axis specified"
41774177
msgstr ""
41784178

4179+
#: extmod/ulab/code/numpy/compare/compare.c
41794180
#: extmod/ulab/code/numpy/vector/vector.c
41804181
msgid "wrong input type"
41814182
msgstr ""

0 commit comments

Comments
 (0)