[PR #7] [MERGED] [python] Add ulab #194

Closed
opened 2026-05-06 13:16:11 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/7
Author: @Lauryy06
Created: 9/5/2021
Status: Merged
Merged: 9/5/2021
Merged by: @Lauryy06

Base: upsilon-devHead: upsilon-dev-ulab


📝 Commits (8)

  • b0befbd [MPY/MOD] Added uLab
  • 837fcd9 [MPY/MOD/ULAB] Added N100 compatibility
  • 3a4e33a Merge pull request #2 from ArtichOwO/uLab
  • 74635f8 [code/ulab] Added ulab to toolbox
  • a15c682 [code/ulab] Replaced translations by official documentation
  • 0f4502e [code/ulab] Added scipy
  • 98b665a [code/ulab] Disabled scipy in toolbox for n0100 + added 2 forgotten numpy functions
  • 74c500d [code/ulab] removed unnecessary module utils

📊 Changes

76 files changed (+13458 additions, -2 deletions)

View changed files

📝 apps/code/catalog.de.i18n (+10 -0)
📝 apps/code/catalog.en.i18n (+10 -0)
📝 apps/code/catalog.es.i18n (+10 -0)
📝 apps/code/catalog.fr.i18n (+10 -0)
📝 apps/code/catalog.hu.i18n (+10 -0)
📝 apps/code/catalog.it.i18n (+10 -0)
📝 apps/code/catalog.nl.i18n (+10 -0)
📝 apps/code/catalog.pt.i18n (+10 -0)
📝 apps/code/catalog.universal.i18n (+134 -0)
📝 apps/code/python_toolbox.cpp (+171 -1)
📝 apps/code/toolbox.de.i18n (+1 -0)
📝 apps/code/toolbox.en.i18n (+1 -0)
📝 apps/code/toolbox.es.i18n (+1 -0)
📝 apps/code/toolbox.fr.i18n (+1 -0)
📝 apps/code/toolbox.hu.i18n (+1 -0)
📝 apps/code/toolbox.it.i18n (+1 -0)
📝 apps/code/toolbox.nl.i18n (+1 -0)
📝 apps/code/toolbox.pt.i18n (+1 -0)
📝 apps/code/toolbox.universal.i18n (+11 -0)
📝 escher/include/escher/nested_menu_controller.h (+1 -1)

...and 56 more files

📄 Description

Added ulab.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/7 **Author:** [@Lauryy06](https://github.com/Lauryy06) **Created:** 9/5/2021 **Status:** ✅ Merged **Merged:** 9/5/2021 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-ulab` --- ### 📝 Commits (8) - [`b0befbd`](https://github.com/UpsilonNumworks/Upsilon/commit/b0befbdbc5c66e5f0eeb880d0e9afe6ff13e6d87) [MPY/MOD] Added uLab - [`837fcd9`](https://github.com/UpsilonNumworks/Upsilon/commit/837fcd9bcc491e491f8aa392cd5c09d47e1927b9) [MPY/MOD/ULAB] Added N100 compatibility - [`3a4e33a`](https://github.com/UpsilonNumworks/Upsilon/commit/3a4e33a1a7269f25046c98ee112e30ff7371da6f) Merge pull request #2 from ArtichOwO/uLab - [`74635f8`](https://github.com/UpsilonNumworks/Upsilon/commit/74635f8d88191aa21fd30ba4f743eb9c4aad9fc2) [code/ulab] Added ulab to toolbox - [`a15c682`](https://github.com/UpsilonNumworks/Upsilon/commit/a15c682e3ee6d83465dd73a8cd34a67da9cefd8d) [code/ulab] Replaced translations by official documentation - [`0f4502e`](https://github.com/UpsilonNumworks/Upsilon/commit/0f4502ebce4e6c23456a55b8719ca27d4d8ef248) [code/ulab] Added scipy - [`98b665a`](https://github.com/UpsilonNumworks/Upsilon/commit/98b665ac4b0604355cd345a3fb45d3b3de0bae63) [code/ulab] Disabled scipy in toolbox for n0100 + added 2 forgotten numpy functions - [`74c500d`](https://github.com/UpsilonNumworks/Upsilon/commit/74c500df015161c475c10dff40a13a692b785fa8) [code/ulab] removed unnecessary module utils ### 📊 Changes **76 files changed** (+13458 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `apps/code/catalog.de.i18n` (+10 -0) 📝 `apps/code/catalog.en.i18n` (+10 -0) 📝 `apps/code/catalog.es.i18n` (+10 -0) 📝 `apps/code/catalog.fr.i18n` (+10 -0) 📝 `apps/code/catalog.hu.i18n` (+10 -0) 📝 `apps/code/catalog.it.i18n` (+10 -0) 📝 `apps/code/catalog.nl.i18n` (+10 -0) 📝 `apps/code/catalog.pt.i18n` (+10 -0) 📝 `apps/code/catalog.universal.i18n` (+134 -0) 📝 `apps/code/python_toolbox.cpp` (+171 -1) 📝 `apps/code/toolbox.de.i18n` (+1 -0) 📝 `apps/code/toolbox.en.i18n` (+1 -0) 📝 `apps/code/toolbox.es.i18n` (+1 -0) 📝 `apps/code/toolbox.fr.i18n` (+1 -0) 📝 `apps/code/toolbox.hu.i18n` (+1 -0) 📝 `apps/code/toolbox.it.i18n` (+1 -0) 📝 `apps/code/toolbox.nl.i18n` (+1 -0) 📝 `apps/code/toolbox.pt.i18n` (+1 -0) 📝 `apps/code/toolbox.universal.i18n` (+11 -0) 📝 `escher/include/escher/nested_menu_controller.h` (+1 -1) _...and 56 more files_ </details> ### 📄 Description Added ulab. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:12 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#194
No description provided.