Scott Shawcroft
|
e3bf07cabb
|
Lowercase MP macros
|
2021-04-22 17:54:02 -07:00 |
|
Zoltán Vörös
|
b996a16be3
|
add where documentation
|
2021-03-23 17:28:17 +01:00 |
|
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
|
c00c7c9c39
|
Update ulab-utils.rst
|
2021-03-08 09:17:55 +01:00 |
|
Zoltán Vörös
|
84062fc1cd
|
Update index.rst
|
2021-03-08 09:17:06 +01:00 |
|
Zoltán Vörös
|
663a7d2fe0
|
add from_int16_buffer, from_uint16_buffer functions
|
2021-03-05 15:25:46 +01:00 |
|
Zoltán Vörös
|
e6ac55a142
|
change function names to from_int32_buffer, from_uint32_buffer
|
2021-03-05 07:59:39 +01:00 |
|
Zoltán Vörös
|
ebf2cc4bc1
|
wrote docs for the utils module
|
2021-03-04 20:11:22 +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
|
b6ba1071d1
|
updated docs with a section on byteswap
|
2021-02-15 17:11:18 +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
|
0e76f9458d
|
updated trace/dot documentation
|
2021-02-13 09:37:34 +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
|
208fa196ab
|
updated docs
|
2021-01-15 16:03:40 +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
|
b8ab59bd84
|
re-organised code, extended docs
|
2021-01-08 17:40:44 +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 |
|