Commit graph

1033 commits

Author SHA1 Message Date
Zoltán Vörös
8a8b64b0c2
Merge pull request #391 from RoboticExplorationLab/master
Implementation of cho_solve function in scipy.linalg module
2021-05-16 18:44:34 +02:00
vikas-udupa
b0679e6d16 implemented cho_solve function in scipy.linalg 2021-05-15 23:42:02 -04:00
Zoltán Vörös
d157fc2393
Merge pull request #390 from teuler/master
Update README.md
2021-05-15 08:47:36 +02:00
teuler
a35c209f1e Update README.md
Hint to later esp-idf version and name change for TINYPICO board
2021-05-15 08:13:16 +02:00
Zoltán Vörös
05e2c575fc
Merge pull request #388 from v923z/gc-fix
fix garbage collection problem
2021-05-13 22:12:05 +02:00
Zoltán Vörös
c08cba3cdf add simple garbage collector test 2021-05-13 22:10:34 +02:00
Zoltán Vörös
f1a2aadc6e fix garbage collection problem 2021-05-13 21:54:50 +02:00
Zoltán Vörös
90824d28e5
Merge pull request #386 from v923z/trick-fix
fix section header
2021-05-12 07:19:36 +02:00
Zoltán Vörös
2a64202e38 fix section header 2021-05-12 07:18:52 +02:00
Zoltán Vörös
7271c132e5
Merge pull request #385 from v923z/trick-fix
finish incomplete example snippet
2021-05-11 18:54:45 +02:00
Zoltán Vörös
f80be5f86d finish incomplete example snippet 2021-05-11 18:54:07 +02:00
Zoltán Vörös
17cef6ad24
Merge pull request #384 from v923z/tricks
add tricks chapter
2021-05-11 18:41:01 +02:00
Zoltán Vörös
3141d2afd6 add tricks chapter 2021-05-11 18:26:33 +02:00
Jeff Epler
7616e44fcb
Merge pull request #383 from jepler/fix-cp-build
Fix cp build
2021-05-10 11:46:33 -05:00
6b20ae83db ignore an error in upstream circuitpython 2021-05-10 11:06:23 -05:00
9b082fc4d9 Build on changes to build scripts or requirements 2021-05-10 10:42:26 -05:00
1d05843315 requirements_cp_dev: Update with requirements from circuitpython 2021-05-10 10:41:32 -05:00
ebdff02e6e build-cp.sh: Drop unneeded workaround. 2021-05-10 09:03:58 -05:00
Zoltán Vörös
5f1d4f5673
Merge pull request #381 from v923z/doc-fix
update docs
2021-05-09 08:29:29 +02:00
Zoltán Vörös
43d7de1558 update docs 2021-05-09 08:27:16 +02:00
Zoltán Vörös
3c39995349
Merge pull request #380 from v923z/solve-docs
add docs for solve_triangular
2021-05-09 08:14:10 +02:00
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