mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #2] [MERGED] [mpy/mod] Added uLab #189
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#189
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/2
Author: @ArtichOwO
Created: 9/1/2021
Status: ✅ Merged
Merged: 9/1/2021
Merged by: @Lauryy06
Base:
upsilon-dev-ulab← Head:uLab📝 Commits (2)
b0befbd[MPY/MOD] Added uLab837fcd9[MPY/MOD/ULAB] Added N100 compatibility📊 Changes
56 files changed (+13053 additions, -0 deletions)
View changed files
📝
python/Makefile(+26 -0)📝
python/port/genhdr/qstrdefs.in.h(+117 -0)➕
python/port/mod/ulab/ndarray.c(+2180 -0)➕
python/port/mod/ulab/ndarray.h(+736 -0)➕
python/port/mod/ulab/ndarray_operators.c(+807 -0)➕
python/port/mod/ulab/ndarray_operators.h(+277 -0)➕
python/port/mod/ulab/ndarray_properties.c(+100 -0)➕
python/port/mod/ulab/ndarray_properties.h(+92 -0)➕
python/port/mod/ulab/numpy/approx/approx.c(+221 -0)➕
python/port/mod/ulab/numpy/approx/approx.h(+29 -0)➕
python/port/mod/ulab/numpy/compare/compare.c(+417 -0)➕
python/port/mod/ulab/numpy/compare/compare.h(+150 -0)➕
python/port/mod/ulab/numpy/fft/fft.c(+82 -0)➕
python/port/mod/ulab/numpy/fft/fft.h(+24 -0)➕
python/port/mod/ulab/numpy/fft/fft_tools.c(+165 -0)➕
python/port/mod/ulab/numpy/fft/fft_tools.h(+23 -0)➕
python/port/mod/ulab/numpy/filter/filter.c(+84 -0)➕
python/port/mod/ulab/numpy/filter/filter.h(+20 -0)➕
python/port/mod/ulab/numpy/linalg/linalg.c(+397 -0)➕
python/port/mod/ulab/numpy/linalg/linalg.h(+26 -0)...and 36 more files
📄 Description
Added uLab from https://github.com/v923z/micropython-ulab
It should be compatible with N100 :3
Things to do:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.