Commit graph

122 commits

Author SHA1 Message Date
Jeff Epler
b1ca98e813
Merge pull request #7 from jepler/merge-upstream-1
predefine all ulab configurables to enabled
2020-02-11 09:27:35 -06:00
ef4cbfe825 predefine all ulab configurables to enabled 2020-02-11 09:26:57 -06:00
Jeff Epler
5261b0e404
Merge pull request #6 from jepler/merge-upstream-1
Merge upstream
2020-02-11 09:17:38 -06:00
d316e65804 merge upstream 2020-02-11 09:10:33 -06:00
Zoltán Vörös
4a0677fd14 removed extra ndarray_get_buffer 2020-02-10 19:54:49 +01:00
Zoltán Vörös
800bb3b872 Merge branch 'master' of github.com:v923z/micropython-ulab 2020-02-10 19:51:22 +01:00
Zoltán Vörös
89170a13a6 fixed error in filter.c, removed asbytearray, and added buffer protocol to ndarray.c 2020-02-10 19:50:49 +01:00
Zoltán Vörös
ca23263655
Merge pull request #31 from jepler/memoryview
ndarray: let memoryview(arr) work
2020-02-10 18:38:11 +01:00
Zoltán Vörös
936bb3bae5 corrected slicing error in issue #32 2020-02-09 19:56:32 +01:00
a90d18caf1 ndarray: let memoryview(arr) work
.. this makes ndarray.rawbytes redundant.  Circuitpython will remove it.
2020-02-08 10:29:45 -06:00
Zoltán Vörös
918075daaf fixed a couple of small issues in filter.c 2020-02-08 10:45:13 +01:00
Zoltán Vörös
fac3eb4099 fixed a couple of small issues in filter.c 2020-02-08 10:44:24 +01:00
Zoltán Vörös
76ccd1a118 the master branch is configurable now 2020-02-07 21:23:24 +01:00
Jeff Epler
2e320f488d
Merge pull request #5 from jepler/trim-readme
Trim README to just the basics
2020-02-07 08:04:35 -06:00
fb89d90fa1
Trim README to just the basics 2020-02-07 08:03:16 -06:00
Jeff Epler
d13a58e5f0
Merge pull request #4 from jepler/fix-convolve-build
fix build of convolve on circuitpython
2020-02-06 15:54:26 -06:00
Jeff Epler
a03ef91904 fix build of convolve on circuitpython 2020-02-06 15:53:49 -06:00
Zoltán Vörös
0315408e05
Merge pull request #29 from jepler/convolve
convolve: implement and document
2020-02-06 19:53:51 +01:00
Jeff Epler
5216acfb6f
Merge pull request #3 from jepler/convolve-circuitpython
Convolve (for circuitpython)
2020-02-06 12:46:26 -06:00
Jeff Epler
19e86f85c8 Merge branch 'convolve' into HEAD 2020-02-06 12:44:23 -06:00
Jeff Epler
722401c2e4 Clean up and polish based on review comments
no functional change
2020-02-06 12:43:39 -06:00
Jeff Epler
efa4c148c9 convolve: implement and document 2020-02-05 16:33:48 -06:00
Jeff Epler
e7db2173b1
Merge pull request #2 from jepler/docs-build
ulab.rst: Fix so it can be processed by sphinx in circuitpython
2020-02-04 13:47:44 -06:00
3aa8897b90 ulab.rst: Fix so it can be processed by sphinx in circuitpython 2020-02-04 13:45:59 -06:00
Jeff Epler
467386584f
Merge pull request #1 from jepler/master
Prepare ulab to be incorporated into circuitpython as an extmod
2020-02-04 11:37:20 -06:00
cfbf5f4e84 remove files that should not be tracked 2020-02-04 11:35:36 -06:00
b4974825c6 Merge remote-tracking branch 'upstream/master' into HEAD 2020-02-04 11:28:29 -06:00
50957ec120 ndarray: Fix compile error 2020-02-04 10:31:38 -06:00
Zoltán Vörös
dcd65feb21 fixed indexing error in linalg.dot 2020-01-29 19:27:28 +01:00
Zoltán Vörös
b2c4749962 replaced MP_ROM_PTR macro, wherever it made sense 2020-01-20 19:55:38 +01:00
Zoltán Vörös
941ffceb1b replaced MP_ROM_PTR macro, wherever it made sense 2020-01-20 19:49:57 +01:00
Zoltán Vörös
ac1111c251 fixed glitch in std/mean functions 2020-01-07 21:53:23 +01:00
Zoltán Vörös
992e48b84e switched to version string 2020-01-07 21:02:20 +01:00
Zoltán Vörös
68e38bc6b8 backup commit 2020-01-06 07:43:27 +01:00
Andrew Gatherer
e7243ce38a added __init__ files 2020-01-01 16:18:52 -06:00
Andrew Gatherer
58ee495e6b initial edit to CP 2019-12-31 09:18:23 -06:00
Zoltán Vörös
81acfc7da8 ulab_ndarray_type is extern now 2019-12-31 10:57:10 +01:00
Zoltán Vörös
107587de00 found and fixed macro error in vectorise.h 2019-11-29 08:02:48 +01:00
Zoltán Vörös
22f85e0d3b fixed indexing error in linalg.dot 2019-11-28 19:16:59 +01:00
Zoltán Vörös
84d2ce8a52 notebook backup 2019-11-14 20:33:11 +01:00
Zoltán Vörös
1df50af368 replaced fabs by platform-agnostic version 2019-11-14 20:27:32 +01:00
Zoltán Vörös
1b9a80a442 replaced fabs by platform-agnostic version 2019-11-14 20:26:15 +01:00
Zoltán Vörös
97e98c4d31
Merge pull request #12 from nickovs/master
Fixed several issues preventing compilation on macOS
2019-11-12 08:38:26 +01:00
Nicko van Someren
e33720e9c0 Fixed several issues preventing compilation on macOS 2019-11-11 13:39:28 -08:00
Zoltán Vörös
ea588a67df found silly error in manual 2019-11-06 18:37:43 +01:00
Zoltán Vörös
4e507e9805 fixed version number in ulab.c 2019-11-06 18:34:31 +01:00
Zoltán Vörös
1f5d1a9765 fixed version number in ulab.c 2019-11-06 18:34:12 +01:00
Zoltán Vörös
0e9656cc1d added argsort, and fixed a number of smaller bugs 2019-11-06 17:35:01 +01:00
Zoltán Vörös
ec2b0f7084
Update README.md 2019-11-04 22:22:08 +01:00
Zoltán Vörös
d12785af6c honed the explanation on extending ulab 2019-11-04 22:20:45 +01:00