mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #259] [MERGED] [python] Upgrade MicroPython to version 1.19.1, Ulab and add unit tests for Ulab #341
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#341
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/259
Author: @Yaya-Cout
Created: 6/25/2022
Status: ✅ Merged
Merged: 6/26/2022
Merged by: @Lauryy06
Base:
upsilon-dev← Head:upsilon-dev-mpy-update-v19📝 Commits (2)
c65e9c8[python] Upgrade MicroPython to version 1.19.1 and Ulab81f728e[python/port/numpy] Fix building on device📊 Changes
177 files changed (+8815 additions, -3825 deletions)
View changed files
📝
apps/code/script_template.h(+1 -1)📝
apps/code/variable_box_controller.cpp(+1 -1)📝
python/Makefile(+1 -0)📝
python/port/genhdr/moduledefs.h(+107 -8)➕
python/port/genhdr/mpversion.h(+4 -0)📝
python/port/genhdr/qstrdefs.in.h(+4 -20)📝
python/port/mod/matplotlib/modmatplotlib_table.c(+15 -2)➕
python/port/mod/ulab/micropython.cmake(+18 -0)➕
python/port/mod/ulab/micropython.mk(+39 -0)📝
python/port/mod/ulab/ndarray.c(+412 -220)📝
python/port/mod/ulab/ndarray.h(+16 -105)📝
python/port/mod/ulab/ndarray_operators.c(+33 -1)📝
python/port/mod/ulab/ndarray_properties.c(+15 -0)📝
python/port/mod/ulab/numpy/approx.c(+6 -0)➕
python/port/mod/ulab/numpy/carray/carray.c(+826 -0)➕
python/port/mod/ulab/numpy/carray/carray.h(+237 -0)➕
python/port/mod/ulab/numpy/carray/carray_tools.c(+28 -0)➕
python/port/mod/ulab/numpy/carray/carray_tools.h(+25 -0)📝
python/port/mod/ulab/numpy/compare.c(+11 -0)➕
python/port/mod/ulab/numpy/create.c(+843 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.