mdaeron
|
4452e59a09
|
Update ulab.c
increment version number
|
2021-01-11 20:27:40 +01:00 |
|
mdaeron
|
af5d24f531
|
Update ndarray.c
Fix bug in ndarray_tobytes()
|
2021-01-11 20:13:10 +01:00 |
|
Zoltán Vörös
|
b52292919b
|
Merge pull request #272 from CallumJHays/bug/esp32-v1.13-ambiguous-float
Specify float literals as float
|
2020-12-27 12:01:22 +01:00 |
|
CallumJHays
|
2ee2be96a3
|
use MICROPY_FLOAT_CONST macro
|
2020-12-26 12:34:41 +10:00 |
|
CallumJHays
|
eea6b1ed6d
|
Add dtype stub
|
2020-12-21 16:45:31 +10:00 |
|
CallumJHays
|
9cd7ba13f7
|
Fix ambiguous float compiler issue
|
2020-12-21 16:42:25 +10:00 |
|
Zoltán Vörös
|
a30b1c2dc1
|
removed unused ndarray->dense member
|
2020-11-24 07:18:17 +01:00 |
|
Zoltán Vörös
|
c4b06e419f
|
added Boolean initialisation option
|
2020-11-24 07:16:58 +01:00 |
|
Zoltán Vörös
|
7eade2b43c
|
fixed nan definition
|
2020-11-23 23:03:27 +01:00 |
|
Zoltán Vörös
|
a2dc565992
|
added inf/nan class level constants
|
2020-11-23 22:50:17 +01:00 |
|
Zoltán Vörös
|
1f6e5ca648
|
bumped version number to 1.4.10
|
2020-11-23 21:45:02 +01:00 |
|
Zoltán Vörös
|
2011510871
|
fixed fmin test
|
2020-11-23 21:43:34 +01:00 |
|
Zoltán Vörös
|
e8fcf2e94b
|
Merge branch 'master' into sort-fix
|
2020-11-23 19:02:46 +01:00 |
|
Zoltán Vörös
|
0284aae8ac
|
Merge branch 'master' into convolve-fix
|
2020-11-23 18:58:53 +01:00 |
|
Zoltán Vörös
|
c55e84b265
|
added in-place sort
|
2020-11-23 18:22:42 +01:00 |
|
Zoltán Vörös
|
f43fa2bffb
|
implemented convolve fix
|
2020-11-23 18:13:31 +01:00 |
|
Zoltán Vörös
|
67b268d1ad
|
fixing convolve
|
2020-11-23 07:32:01 +01:00 |
|
Zoltán Vörös
|
d384b3b63b
|
fixed linalg.norm
|
2020-11-23 07:03:17 +01:00 |
|
Zoltán Vörös
|
7262f3a8aa
|
fixed interp
|
2020-11-20 17:31:58 +01:00 |
|
Zoltán Vörös
|
5dcc298db2
|
fixed circuitpython compilation error
|
2020-11-20 15:04:09 +01:00 |
|
Zoltán Vörös
|
b93c4b95ab
|
split test scripts into numpy-compatible and circuitpy-compatible sets
|
2020-11-20 08:10:19 +01:00 |
|
Zoltán Vörös
|
2eb06ddd30
|
fixed testing error in ndarray
|
2020-11-19 19:53:37 +01:00 |
|
Zoltán Vörös
|
aa77523cad
|
fixed signedness problem in min/max
|
2020-11-19 19:35:06 +01:00 |
|
Zoltán Vörös
|
b8c892f922
|
Merge branch 'master' into full-fix
|
2020-11-19 19:24:28 +01:00 |
|
Zoltán Vörös
|
f7cf98650d
|
implemented full/zeros/ones fix
|
2020-11-19 19:22:47 +01:00 |
|
Zoltán Vörös
|
2851cf7376
|
fixed dtype creation code
|
2020-11-19 07:32:07 +01:00 |
|
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
|
629068c576
|
removed trailing spaces
|
2020-11-17 18:22:13 +01:00 |
|
Zoltán Vörös
|
c915abc68e
|
removed extra line of code
|
2020-11-17 18:20:08 +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
|
e311773963
|
added function pointer option to pow and true divide
|
2020-11-16 07:23:17 +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
|
259f030750
|
added linalg_tools
|
2020-11-12 18:26:37 +01:00 |
|
Zoltán Vörös
|
31c678b6ee
|
factored out matrix inversion and Jacobi rotations
|
2020-11-12 18:26:01 +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 |
|