Zoltán Vörös
|
72935d3f02
|
Merge branch 'master' into std-fix
|
2020-11-18 19:13:40 +01:00 |
|
Zoltán Vörös
|
28fd0b8275
|
fixed std
|
2020-11-18 19:12:01 +01:00 |
|
Zoltán Vörös
|
4f7dd719b3
|
Merge branch 'master' into size-fix
|
2020-11-18 17:31:15 +01:00 |
|
Zoltán Vörös
|
73349aee3a
|
removed size function from linalg
|
2020-11-18 17:07:03 +01:00 |
|
Zoltán Vörös
|
4e06f3614f
|
fixed trapz
|
2020-11-18 08:03:49 +01:00 |
|
Zoltán Vörös
|
9c76fa7450
|
removed trailing spaces
|
2020-11-17 18:22:35 +01:00 |
|
Zoltán Vörös
|
18408cdc5e
|
fixed indexing error in roll
|
2020-11-17 18:16:28 +01:00 |
|
Zoltán Vörös
|
be7f18e888
|
fixed in-place divide
|
2020-11-17 07:09:24 +01:00 |
|
Zoltán Vörös
|
424abb0d66
|
fixed in-place power
|
2020-11-17 07:06:44 +01:00 |
|
Zoltán Vörös
|
b17eb0284f
|
swapped N, M in eye
|
2020-11-16 22:40:58 +01:00 |
|
Zoltán Vörös
|
9d2e60a0e3
|
fixed indexing error in trace
|
2020-11-16 22:22:45 +01:00 |
|
Zoltán Vörös
|
a291cfe0c7
|
implemented clip fix
|
2020-11-16 22:02:28 +01:00 |
|
Zoltán Vörös
|
ba0751edc8
|
set NDARRAY_BINARY_USES_FUN_POINTER to 0
|
2020-11-16 18:33:03 +01:00 |
|
Zoltán Vörös
|
91dc3b9bf4
|
added function pointers in vectorise
|
2020-11-13 17:06:59 +01:00 |
|
Zoltán Vörös
|
fdd99fe776
|
factored out the FFT kernel into a separate file
|
2020-11-12 08:52:39 +01:00 |
|
Zoltán Vörös
|
434ea7b04c
|
Merge branch 'master' into dtype2
|
2020-11-11 19:27:25 +01:00 |
|
Zoltán Vörös
|
964db3cc57
|
Merge branch 'master' into sum-fix
|
2020-11-11 18:13:31 +01:00 |
|
Zoltán Vörös
|
821cae1cc8
|
Merge branch 'master' into cumtrapz
|
2020-11-11 18:04:22 +01:00 |
|
Zoltán Vörös
|
584644ba71
|
improved sum accuracy of float types
|
2020-11-11 17:35:38 +01:00 |
|
Zoltán Vörös
|
080244a50a
|
improved the accuracy of trapz
|
2020-11-11 17:23:47 +01:00 |
|
Zoltán Vörös
|
a5c439b127
|
transpose fix
|
2020-11-11 07:35:14 +01:00 |
|
Zoltán Vörös
|
1ca41e5d80
|
fixed slicing issues
|
2020-11-10 19:43:09 +01:00 |
|
Zoltán Vörös
|
24fe1dcbe1
|
fixes array casting glitch
|
2020-11-09 21:03:18 +01:00 |
|
Zoltán Vörös
|
091ab1925d
|
added the axis=None option to sum/mean/std
|
2020-11-09 19:01:51 +01:00 |
|
Zoltán Vörös
|
0b47ac7bce
|
updated change log
|
2020-11-04 07:08:09 +01:00 |
|
Zoltán Vörös
|
ecb0a7775b
|
fixed pointer bug in eig
|
2020-11-03 21:28:32 +01:00 |
|
Zoltán Vörös
|
2f9ca94602
|
Merge branch 'master' into median
|
2020-11-03 21:01:49 +01:00 |
|
Zoltán Vörös
|
a772da39a5
|
updated change log
|
2020-11-03 20:59:29 +01:00 |
|
Zoltán Vörös
|
ca99f2f0e1
|
fixed iteration loop in norm, shape
|
2020-11-03 17:04:40 +01:00 |
|
Zoltán Vörös
|
db1a822c3b
|
fixed initialisation error in ndarray_make_new_core
|
2020-11-02 23:01:07 +01:00 |
|
Zoltán Vörös
|
e15c13feaa
|
fixed diagonal glitch
|
2020-11-02 22:14:58 +01:00 |
|
Zoltán Vörös
|
ee6e53d65b
|
fixed small error in argmin_argmax
|
2020-11-01 20:53:32 +01:00 |
|
Zoltán Vörös
|
475c0ae465
|
added diagonal and updated extract_pyi from circuitpython
|
2020-10-31 21:48:02 +01:00 |
|
Zoltán Vörös
|
ee8b72addd
|
wrong type in indexing raises TypeError now
|
2020-10-24 18:43:32 +02:00 |
|
Zoltán Vörös
|
96be400e08
|
bumped version number
|
2020-10-23 21:47:43 +02:00 |
|
Zoltán Vörös
|
115b3da2f6
|
fixed small error in linalg
|
2020-08-17 16:48:21 +02:00 |
|
Zoltán Vörös
|
368b23ff8b
|
fixed small issue in argsort, and updated documentation
|
2020-08-03 20:41:12 +02:00 |
|
Zoltán Vörös
|
4e218f9d81
|
bumped version number to 0.54.1
|
2020-07-29 18:51:57 +02:00 |
|
Roberto Colistete Jr
|
0064995d2c
|
lingalg.norm : added coments and v0.54.0 to ulab-change-log
|
2020-07-23 16:15:51 -03: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
|
b60e14d380
|
fixed arange
|
2020-07-22 18:31:40 +02:00 |
|
Zoltán Vörös
|
9ab8ce2153
|
fixed typo
|
2020-07-16 21:50:10 +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
|
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
|
a73201a5a4
|
fixes compilation error (compatibility with older versions of micropython) in openmv
|
2020-06-12 07:50:37 +02:00 |
|
Zoltán Vörös
|
666dc77fad
|
fixes min/max error from adafruit/circuitpython #2984
|
2020-06-01 08:42:43 +02:00 |
|
Zoltán Vörös
|
077bcc51ab
|
Merge branch 'master' into approx
|
2020-05-19 20:53:33 +02:00 |
|
Zoltán Vörös
|
f00d5dc6de
|
fix for issue 117
|
2020-05-19 08:56:34 +02:00 |
|
Zoltán Vörös
|
8631b771d2
|
cleaned up documentation on approx sub-module
|
2020-05-18 19:44:26 +02:00 |
|