Zoltán Vörös
|
6668bb3060
|
add where implementation
|
2021-03-23 17:09:27 +01:00 |
|
Zoltán Vörös
|
e0b65442a5
|
Merge branch 'master' into linspace-fix
|
2021-03-08 18:42:47 +01:00 |
|
Zoltán Vörös
|
779cd3c5a0
|
fix linspace/logspace/arange for Boolean dtypes
|
2021-03-08 18:41:19 +01:00 |
|
Zoltán Vörös
|
c84bf46d7e
|
added first implementation of utils sub-module
|
2021-03-03 20:15:06 +01:00 |
|
Zoltán Vörös
|
3fb04aedac
|
fix dot function
|
2021-02-23 23:17:45 +01:00 |
|
Zoltán Vörös
|
6fb6f2383f
|
re-introduce ndarray_get_buffer, and buffer protocol
|
2021-02-21 21:06:02 +01:00 |
|
Zoltán Vörös
|
54ff3f30dd
|
fix ndarray_is_dense, eye, ones, full, and zeros for Boolean type
|
2021-02-21 18:02:40 +01:00 |
|
Zoltán Vörös
|
74f819e5fb
|
Merge branch 'master' into dot-fix
|
2021-02-15 18:08:45 +01:00 |
|
Zoltán Vörös
|
efcfeff790
|
Merge branch 'master' into byteswap
|
2021-02-14 09:36:07 +01:00 |
|
Zoltán Vörös
|
60d017d3f6
|
fixes frombuffer implementation glitch
|
2021-02-14 09:04:42 +01:00 |
|
Zoltán Vörös
|
18f3b180b3
|
fixed faulty dot function
|
2021-02-13 10:19:46 +01:00 |
|
Zoltán Vörös
|
27bc5b2e79
|
implemented byteswap
|
2021-02-12 21:10:08 +01:00 |
|
Zoltán Vörös
|
0acf90433e
|
simplified all/any implementation, fixed tools_reduce_axes function
|
2021-02-10 07:28:09 +01:00 |
|
Zoltán Vörös
|
93822e6e13
|
removed redundant exception from linalg.norm
|
2021-02-09 19:23:51 +01:00 |
|
Zoltán Vörös
|
674220c959
|
updated change log
|
2021-02-09 17:34:14 +01:00 |
|
Zoltán Vörös
|
7c4f4dba48
|
improved accuracy of linalg.norm, and extended it to generic iterables
|
2021-02-08 20:24:45 +01:00 |
|
Zoltán Vörös
|
dc4ae424ce
|
update change log
|
2021-02-08 19:50:38 +01:00 |
|
Zoltán Vörös
|
4607f8e9f9
|
added any/all documentation
|
2021-02-08 17:58:39 +01:00 |
|
Zoltán Vörös
|
c622fe61d8
|
added isinf/isfinite functions
|
2021-01-29 22:38:40 +01:00 |
|
Zoltán Vörös
|
685ec61bbb
|
Merge branch 'master' into std-fix
|
2021-01-29 16:34:37 +01:00 |
|
Zoltán Vörös
|
67e0e500c3
|
Merge branch 'master' into init
|
2021-01-29 16:31:04 +01:00 |
|
Zoltán Vörös
|
ba0e2a5310
|
fixed the computation of the standard deviation on iterables
|
2021-01-29 15:24:25 +01:00 |
|
Zoltán Vörös
|
8832683fc6
|
implemented generic array initialisation from nested iterables
|
2021-01-29 15:07:24 +01:00 |
|
Zoltán Vörös
|
83a92f9b4b
|
added ifndef/endif wrappers in ulab.h
|
2021-01-21 20:51:55 +01:00 |
|
Zoltán Vörös
|
8e16ab25e5
|
added documentation on frombuffer, and fixed small error in the code
|
2021-01-15 08:03:16 +01:00 |
|
Zoltán Vörös
|
06bb8348a0
|
updated docs, removed circuitpython stuff, and fixed diff code
|
2021-01-14 19:40:18 +01:00 |
|
Zoltán Vörös
|
42f20bcc67
|
added the frombuffer function
|
2020-11-26 17:26:15 +01:00 |
|
Zoltán Vörös
|
f55b69d2ff
|
moved math constants to numpy module
|
2020-11-24 17:52:53 +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
|
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
|
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
|
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
|
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 |
|