8000 Merge pull request #3929 from jepler/update-ulab3 · adafruit/circuitpython@f6f1ef7 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6f1ef7

Browse files
authored
Merge pull request #3929 from jepler/update-ulab3
ulab: update to 1.6.0
2 parents dcf88e1 + f87ce01 commit f6f1ef7

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

extmod/ulab

Submodule ulab updated 101 files

locale/circuitpython.pot

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-12-22 22:54+0530\n"
11+
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 8000 13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1863,10 +1863,6 @@ msgstr ""
18631863
msgid "Total data to write is larger than outgoing_packet_length"
18641864
msgstr ""
18651865

1866-
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
1867-
msgid "TouchAlarm not available in light sleep"
1868-
msgstr ""
1869-
18701866
#: py/obj.c
18711867
msgid "Traceback (most recent call last):\n"
18721868
msgstr ""
@@ -2502,6 +2498,10 @@ msgstr ""
25022498
msgid "data must be of equal length"
25032499
msgstr ""
25042500

2501+
#: extmod/ulab/code/ndarray.c
2502+
msgid "data type not understood"
2503+
msgstr ""
2504+
25052505
#: py/parsenum.c
25062506
msgid "decimal numbers not supported"
25072507
msgstr ""
@@ -2812,7 +2812,7 @@ msgid "input and output shapes are not compatible"
28122812
msgstr ""
28132813

28142814
#: extmod/ulab/code/ulab_create.c
2815-
msgid "input argument must be an integer or a 2-tuple"
2815+
msgid "input argument must be an integer, a tuple, or a list"
28162816
msgstr ""
28172817

28182818
#: extmod/ulab/code/fft/fft.c
@@ -3055,6 +3055,10 @@ msgstr ""
30553055
msgid "maxiter should be > 0"
30563056
msgstr ""
30573057

3058+
#: extmod/ulab/code/numerical/numerical.c
3059+
msgid "median argument must be an ndarray"
3060+
msgstr ""
3061+
30583062
#: py/runtime.c
30593063
#, c-format
30603064
msgid "memory allocation failed, allocating %u bytes"
@@ -3284,10 +3288,6 @@ msgstr ""
32843288
msgid "operation is implemented for 1D Boolean arrays only"
32853289
msgstr ""
32863290

3287-
#: extmod/ulab/code/numerical/numerical.c
3288-
msgid "operation is not implemented for flattened array"
3289-
msgstr ""
3290-
32913291
#: extmod/ulab/code/numerical/numerical.c
32923292
msgid "operation is not implemented on ndarrays"
32933293
msgstr ""
@@ -3631,6 +3631,10 @@ msgstr ""
36313631
msgid "too many arguments provided with the given format"
36323632
msgstr ""
36333633

3634+
#: extmod/ulab/code/ulab_create.c
3635+
msgid "too many dimensions"
3636+
msgstr ""
3637+
36343638
#: extmod/ulab/code/ndarray.c
36353639
msgid "too many indices"
36363640
msgstr ""
@@ -3640,6 +3644,10 @@ msgstr ""
36403644
msgid "too many values to unpack (expected %d)"
36413645
msgstr ""
36423646

3647+
#: extmod/ulab/code/approx/approx.c
3648+
msgid "trapz is defined for 1D arrays"
3649+
msgstr ""
3650+
36433651
#: extmod/ulab/code/approx/approx.c
36443652
msgid "trapz is defined for 1D arrays of equal length"
36453653
msgstr ""
@@ -3648,10 +3656,6 @@ msgstr ""
36483656
msgid "trigger level must be 0 or 1"
36493657
msgstr ""
36503658

3651-
#: extmod/ulab/code/linalg/linalg.c
3652-
msgid "tuple index out of range"
3653-
msgstr ""
3654-
36553659
#: py/obj.c
36563660
msgid "tuple/list has wrong length"
36573661
msgstr ""

0 commit comments

Comments
 (0)
0