Commit graph

1062 commits

Author SHA1 Message Date
Zoltán Vörös
df2c9942aa add docs for solve_triangular 2021-05-09 08:08:20 +02:00
Zoltán Vörös
1c027267e2
fix circuitpython CI
change to lowercase macro style, so that `circuitpython` can automatically build
2021-05-07 07:31:19 +02:00
Zoltán Vörös
a61cd88f24
Merge pull request #377 from RoboticExplorationLab/master
Adding solve_triangular function in numpy.linalg module
2021-05-07 07:28:18 +02:00
vikas-udupa
e52fa96c23 removed redundant function pointers, added copyright note 2021-05-05 18:47:15 -04:00
vikas-udupa
ba6409a7ad corrected date in ulab-change-log 2021-05-05 11:40:42 -04:00
vikas-udupa
f9b0e4381b corrections to solve_triangular, moved solve_triangular to scipy.linalg module 2021-05-05 11:24:05 -04:00
vikas-udupa
3e63c8e144 implemented solve_triangular and syncing with original repo 2021-04-29 09:26:33 -04:00
vikas-udupa
ab60c5c98c implemented solve_triangular function in numpy.linalg module along with two tests 2021-04-29 09:20:17 -04:00
Zoltán Vörös
6e0b9bb7d9
Merge pull request #376 from v923z/readme
update ESP32 compile instructions in readme
2021-04-28 07:58:13 +02:00
Zoltán Vörös
9464cb772b refer to build script in readme 2021-04-28 07:52:08 +02:00
Zoltán Vörös
16af74132a add build script for ESP32 cmake 2021-04-28 07:49:29 +02:00
Zoltán Vörös
e01f8059c5 add ESP32 cmake instructions to readme 2021-04-28 07:43:51 +02:00
Zoltán Vörös
3b2d7ddf04
Merge pull request #370 from adafruit/lowercase_macros
Lowercase MP macros
2021-04-27 21:43:12 +02:00
Zoltán Vörös
ecae9e8fed
Merge pull request #375 from v923z/readme
add circuitpython compilation section to README
2021-04-27 19:19:51 +02:00
Zoltán Vörös
0924daa819
Update README.md
Co-authored-by: Dan Halbert <halbert@halwitz.org>
2021-04-27 16:59:26 +02:00
Zoltán Vörös
c79a993b33
Update README.md
Co-authored-by: Dan Halbert <halbert@halwitz.org>
2021-04-27 16:59:18 +02:00
Zoltán Vörös
bd3b03080b add circuitpython compilation section to README 2021-04-27 07:30:39 +02:00
Zoltán Vörös
64d53aa2c9
Merge pull request #374 from v923z/optimize-fix
fix small glitch in optimize
2021-04-26 22:04:45 +02:00
Zoltán Vörös
f3753597ff fix small glitch in optimize 2021-04-26 21:52:51 +02:00
Zoltán Vörös
8a7f7a7934
increment version number 2021-04-23 17:15:38 +02:00
Zoltán Vörös
95bac60238
Merge pull request #367 from t-ikegami/ulab_const_float_fix
Fix implementation of math constants (e, inf, nan, pi).
2021-04-23 17:13:28 +02:00
Tsutomu IKEGAMI
93cb294765 Fix implementation of math constants (e, inf, nan, pi).
Originally, math constants are implemented for MICROPY_OBJ_REPR = A and B.
Modify float object representations to work with MICROPY_OBJ_REPR = C and D.
2021-04-23 15:54:16 +09:00
Scott Shawcroft
e3bf07cabb
Lowercase MP macros 2021-04-22 17:54:02 -07:00
Zoltán Vörös
fb44eafb9c
correct esp32 instructions
Added small correction based on https://github.com/v923z/micropython-ulab/issues/365
2021-04-18 20:05:40 +02:00
Jeff Epler
6d852a3b25
Merge pull request #362 from jepler/ci-circuitpython-main-docs-stubs
workflows: Add CircuitPython check-stubs & doc building to CI
2021-04-04 20:26:40 -05:00
Jeff Epler
d9082f86ed workflows: Add CircuitPython check-stubs & doc building to CI 2021-04-04 20:20:57 -05:00
Jeff Epler
dd990e65cb
Merge pull request #361 from jepler/ci-circuitpython-main
workflows: Reenable CI against CircuitPython (main branch)
2021-04-04 20:10:11 -05:00
Jeff Epler
25c8701d75 workflows: Reenable CI against CircuitPython (main branch) 2021-04-04 20:03:30 -05:00
Jeff Epler
e66eb74361
Merge pull request #360 from jepler/cp-2.6.0
Changes relative to 2.6.0 to allow building on CircuitPython
2021-04-04 20:00:41 -05:00
ef65415b55 CircuitPython make check-stubs fixes 2021-04-03 12:10:08 -05:00
4666bbd4de Fix diagnostics in CircuitPython 2021-04-03 12:07:12 -05:00
9cd13000b7 ulab.array -> ulab.ndarray
This was flagged as an error in building circuitpython, since ulab.array
doesn't name a type object.

# Conflicts:
#	code/numpy/linalg/linalg.c
2021-04-03 12:06:07 -05:00
fe6677335f code: Add a docstring for numpy, scipy packages
.. this fixes a problem in CircuitPython where building the docs would say
"../shared-bindings/ulab/numpy/approx/index.rst: WARNING: document isn't included in any toctree"
2021-04-03 12:05:42 -05:00
Zoltán Vörös
c1b8f9d687
updated version number 2021-04-02 13:00:10 +02:00
Zoltán Vörös
27203ea6dd
Merge pull request #357 from Crazyhackelkorn/ardupy_openmv
The PR adds pre-processor switches for compilation with older `micropython` versions.
2021-04-01 10:35:14 +02:00
Stephan Hartl
da9eb89e9a Changed define OPENMV to micropython version check
The issue with is solved only coresponed to micropython v1.11
2021-04-01 09:49:42 +02:00
Zoltán Vörös
5c6d43bae5
Merge pull request #358 from v923z/snippets
add rclass
2021-04-01 07:54:55 +02:00
Zoltán Vörös
7e6a5f9fc9
Update snippets/rclass.py
Co-authored-by: Cal Hays <callumjhays@gmail.com>
2021-04-01 07:53:04 +02:00
Zoltán Vörös
4701338c28 add rclass 2021-03-31 20:49:53 +02:00
Stephan Hartl
04f6fd68f9 Readd some OPENMV code
I used the OPENMV define to get ulab 1.6.1 under ArduPy (Mircopython v1.11) running.
To update to 2.1.5 i have readded the missing code
2021-03-31 16:18:30 +02:00
Stephan Hartl
07545f5156 add relativ path for ulab.h and ndarray.h
Some header files didn't had relative path.
Compiling Ardupy didn't finde the files.
In C files ist the path right
2021-03-31 16:11:09 +02:00
Zoltán Vörös
7a183e1fa0
Merge pull request #353 from v923z/where
add where
2021-03-31 08:04:47 +02:00
Zoltán Vörös
3f0068beb3
Merge pull request #356 from pimoroni/patch-cmake-instructions
Update RP2 build script and README instructions
2021-03-31 08:04:20 +02:00
Zoltán Vörös
2407d5e289 fix trivial error in ndarray_from_mp_object 2021-03-31 07:24:52 +02:00
Zoltán Vörös
032e891545 add where tests 2021-03-31 07:11:33 +02:00
Phil Howard
adc260a2b9 Update RP2 build instructions to use upstream 2021-03-30 16:48:39 +01:00
Phil Howard
962450a3ab Update build/rp2.sh to use upstream micropython 2021-03-30 16:47:55 +01:00
Zoltán Vörös
24caf74d90
Update README.md 2021-03-28 16:19:33 +02:00
Zoltán Vörös
1af6c9b0d1
Update README.md 2021-03-28 16:17:07 +02:00
Zoltán Vörös
7a6207079a
Update README.md 2021-03-28 16:14:43 +02:00