Zoltán Vörös
fe8a10dd94
renamed create.c/h, moved stubs from ulab.c to ulab_create.c
2020-07-23 19:10:50 +02:00
Zoltán Vörös
f6fd605300
Merge pull request #149 from v923z/documentation
...
Documentation
2020-07-23 19:01:15 +02:00
Zoltán Vörös
a3678b0de7
re-arranged functions in compare.c
2020-07-23 18:56:18 +02:00
Zoltán Vörös
e91e2db0dd
re-arranged functions in approx.c
2020-07-23 18:54:03 +02:00
Zoltán Vörös
ac38e8bc5a
re-arranged functions in poly.c
2020-07-23 18:51:57 +02:00
Zoltán Vörös
9cf30ad9f2
re-arranged functions in linalg.c
2020-07-23 18:50:47 +02:00
Zoltán Vörös
2b55b79471
re-arranged functions in numerical.c
2020-07-23 18:47:14 +02:00
Zoltán Vörös
e5341bcf35
added STATIC to create.c
2020-07-23 18:23:52 +02:00
Zoltán Vörös
c93faa9a9c
fixed docs in approx.c
2020-07-22 21:56:06 +02:00
Zoltán Vörös
b6252474e9
fixed docs in fft.c
2020-07-22 21:53:10 +02:00
23e1ef3b11
Add newlines where required in .rst files
2020-07-22 14:05:46 -05:00
Zoltán Vörös
4759264994
added user/ files
2020-07-22 20:34:48 +02:00
Zoltán Vörös
80503300ad
re-organised code, so that circuitpython documentation can automatically be generated
2020-07-22 20:19:14 +02:00
Zoltán Vörös
651f2029af
Merge pull request #147 from v923z/documentation
...
Documentation
2020-07-22 19:18:29 +02:00
Zoltán Vörös
cc721aa216
added stubs to vectorise.c
2020-07-22 19:13:09 +02:00
Zoltán Vörös
d6ae0bcdde
added stubs to poly.c
2020-07-22 18:56:28 +02:00
Zoltán Vörös
f1dab38726
added stubs to numerical.c
2020-07-22 18:52:51 +02:00
Zoltán Vörös
8b268aedd1
added stubs to linalg.c
2020-07-22 18:44:45 +02:00
Zoltán Vörös
b60e14d380
fixed arange
2020-07-22 18:31:40 +02:00
Zoltán Vörös
b3e76e1f0a
Merge pull request #143 from rcolistete/dot_vectors
...
linalg.dot : also accepts 2 vectors of same dimension
2020-07-22 08:37:12 +02:00
Roberto Colistete Jr
a68b7daa32
linalg.dot : changed error message: vectors must have same lengths
2020-07-22 03:34:39 -03:00
Roberto Colistete Jr
0d80175933
linalg.dot : also accepts 2 vectors of same dimension
2020-07-21 19:28:55 -03:00
Roberto Colistete Jr
f7358cd65f
fix arange : inserted missing MICROPY_FLOAT_C_FUN(ceil) in code/create.c
2020-07-21 12:35:38 -03:00
Zoltán Vörös
3a5d17c10e
added stubs to filter.c
2020-07-20 22:35:35 +02:00
Zoltán Vörös
3acd543630
added stubs to fft.c
2020-07-20 22:33:36 +02:00
Zoltán Vörös
5e72d76b6e
added stubs to compare.c
2020-07-20 22:27:48 +02:00
Zoltán Vörös
4194cce461
added stubs to approx.c
2020-07-20 22:08:56 +02:00
Zoltán Vörös
3b041e1059
found and fixed small error in create.h
2020-07-20 20:48:38 +02:00
Zoltán Vörös
161d8b0ed0
removed unused one constant in create.c
2020-07-20 20:41:34 +02:00
Zoltán Vörös
eea4c15ad0
found and fixed small bug in dtype assignment
2020-07-20 20:29:55 +02:00
Zoltán Vörös
c6f2c928b6
fixed dtype inconsistency in arange
2020-07-20 20:22:12 +02:00
Zoltán Vörös
e202d38b0e
fixed argument parsing error in arange
2020-07-20 18:31:46 +02:00
Zoltán Vörös
932e0a2b91
first implementation of arange
2020-07-19 22:19:57 +02:00
Zoltán Vörös
4581034325
no functional changes
2020-07-16 22:28:20 +02:00
Zoltán Vörös
13ef14c29a
even more linting
2020-07-16 22:27:49 +02:00
Zoltán Vörös
7739ae21f8
even more linting
2020-07-16 22:27:01 +02:00
Zoltán Vörös
49be9e0ba7
more linting
2020-07-16 22:07:00 +02:00
Zoltán Vörös
bdaa4b3984
fixed linting issues
2020-07-16 22:05:33 +02:00
Zoltán Vörös
33451ee285
Merge branch 'master' into trapz
2020-07-16 21:18:09 +02:00
Zoltán Vörös
dfe560150a
first implementation of trapz
2020-07-16 21:12:46 +02:00
Zoltán Vörös
f5c15f0c4c
reverted changes in master
2020-07-16 21:10:14 +02:00
Zoltán Vörös
0443a2a3ed
fixed small bug in trapz
2020-07-16 20:55:42 +02:00
Zoltán Vörös
059994774d
first implementation of trapz
2020-07-16 20:52:53 +02:00
Zoltán Vörös
f171235a95
Merge pull request #136 from rcolistete/fix_gcc-arm_v10.1
...
Fix Incompatibility between gcc-arm 10.1 and ulab + MicroPython
2020-07-16 08:49:37 +02:00
Roberto Colistete Junior
e75729cb27
Update vectorise.h
2020-07-16 03:38:15 -03:00
Roberto Colistete Junior
3bb1417211
Update extras.h
2020-07-16 03:37:35 -03:00
Roberto Colistete Junior
40503d0f7e
not compatible with '_thread' module
...
ulab not compatible with enabling '_thread' module from the make command :
- building ulab with thread enabled in MicroPython :
`$ make -j8 CFLAGS_EXTRA='-DMICROPY_PY_THREAD=1' BOARD=PYBV11 USER_C_MODULES=../../../ulab all`
yields a firmware with '_thread' module but without 'ulab' module, because 'CFLAGS_EXTRA' is used in the make command and in 'ulab/code/micropython.mk', so the value of the last is ignored;
- the solution is to use 'override' and '+=' in in last line of 'ulab/code/micropython.mk' :
`override CFLAGS_EXTRA += -DMODULE_ULAB_ENABLED=1`
2020-07-14 10:55:10 -03:00
Zoltán Vörös
fe7aa27238
fixed argmin/argmax error in issue #129
2020-06-29 21:46:45 +02:00
Zoltán Vörös
526ffb4c78
updated readme, version number and change log
2020-06-19 22:06:47 +02:00
Zoltán Vörös
17c6d605ca
added zi keyword argument to sosfilt
2020-06-18 22:24:26 +02:00