Skip to content

ulab: Incorporate bugfixes (update to tag 0.54.5, was 0.54.0) #3602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion locale/circuitpython.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-15 16:06+0530\n"
"POT-Creation-Date: 2020-10-25 15:21-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -2863,6 +2863,14 @@ msgstr ""
msgid "maximum recursion depth exceeded"
msgstr ""

#: extmod/ulab/code/approx/approx.c
msgid "maxiter must be > 0"
msgstr ""

#: extmod/ulab/code/approx/approx.c
msgid "maxiter should be > 0"
msgstr ""

#: py/runtime.c
#, c-format
msgid "memory allocation failed, allocating %u bytes"
Expand Down Expand Up @@ -3295,6 +3303,10 @@ msgstr ""
msgid "sort argument must be an ndarray"
msgstr ""

#: extmod/ulab/code/numerical/numerical.c
msgid "sorted axis can't be longer than 65535"
msgstr ""

#: extmod/ulab/code/filter/filter.c
msgid "sos array must be of shape (n_section, 6)"
msgstr ""
Expand Down