Zoltán Vörös
|
06bb8348a0
|
updated docs, removed circuitpython stuff, and fixed diff code
|
2021-01-14 19:40:18 +01:00 |
|
CallumJHays
|
8c789fcdcf
|
Fix stubs
|
2021-01-09 12:07:00 +10:00 |
|
CallumJHays
|
9dfc972180
|
Rename array to ndarray, replaced with constructor fn
|
2021-01-09 11:43:55 +10:00 |
|
Zoltán Vörös
|
24fc20d31b
|
pulled in stub from master
|
2020-12-23 21:23:13 +01:00 |
|
Zoltán Vörös
|
ea2ccdb914
|
removed OPENMV flags
|
2020-11-26 17:27:58 +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
|
b35c1568f3
|
removed numpy_defs.h, scipy_defs.h
|
2020-11-25 21:03:35 +01: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
|
2eb06ddd30
|
fixed testing error in ndarray
|
2020-11-19 19:53:37 +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
|
434ea7b04c
|
Merge branch 'master' into dtype2
|
2020-11-11 19:27:25 +01:00 |
|
Zoltán Vörös
|
a5c439b127
|
transpose fix
|
2020-11-11 07:35:14 +01:00 |
|
Zoltán Vörös
|
2ec3a422ce
|
dtype is exposed in circuitpython, too
|
2020-11-11 07:23:59 +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
|
b7c135faf7
|
added function pointer tools
|
2020-11-06 17:49:56 +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
|
b7f95c4122
|
added an implementation of dtype
|
2020-11-02 21:52:12 +01:00 |
|
Zoltán Vörös
|
984ddf51b4
|
added dtype implementation
|
2020-11-02 18:06:29 +01:00 |
|
Zoltán Vörös
|
4098558a35
|
docs can be generated from stubs now
|
2020-10-30 22:11:02 +01:00 |
|
Zoltán Vörös
|
a5242bb7b3
|
fixed CP-compatibilty in workflow file
|
2020-10-25 10:28:50 +01:00 |
|
Taku Fukada
|
1d18ab0381
|
Update type hints for the new/modified functions
|
2020-10-23 06:00:38 +09:00 |
|
Zoltán Vörös
|
ddd553f76f
|
fixed slicing error
|
2020-10-21 07:12:25 +02:00 |
|
Zoltán Vörös
|
0bfba3bf1b
|
fixed binary operators for empty arrays
|
2020-10-17 23:35:24 +02:00 |
|
Zoltán Vörös
|
ca61961d22
|
fixed test scripts
|
2020-10-17 21:26:59 +02:00 |
|
Zoltán Vörös
|
29f1bad2d8
|
fixed small error in flatten
|
2020-10-17 17:03:37 +02:00 |
|
Zoltán Vörös
|
16b973d54c
|
fixed small slicing error
|
2020-10-17 14:57:57 +02:00 |
|
Zoltán Vörös
|
ca6e707f66
|
arrays can now be initialised from arrays
|
2020-10-16 07:54:43 +02:00 |
|
Zoltán Vörös
|
6723fdb66e
|
fixed #if/#endif clause
|
2020-10-14 21:07:54 +02:00 |
|
Zoltán Vörös
|
b724c99262
|
removed debug print
|
2020-10-14 20:28:39 +02:00 |
|
Zoltán Vörös
|
7af7042572
|
fixed in-place operators
|
2020-10-14 20:27:37 +02:00 |
|
Zoltán Vörös
|
d1c7af3cb5
|
implemented assignment into Boolean-indexed arrays
|
2020-10-13 18:15:45 +02:00 |
|
Zoltán Vörös
|
fadc54bd71
|
implemented Boolean indexing
|
2020-10-12 20:29:03 +02:00 |
|
Zoltán Vörös
|
2e08b2566d
|
added in-place operators
|
2020-10-07 21:01:11 +02:00 |
|
Zoltán Vörös
|
ff8d260809
|
fixed the subscript method
|
2020-10-06 20:06:51 +02:00 |
|
Zoltán Vörös
|
8dec1328ab
|
added copy method to ndarray
|
2020-10-06 07:12:19 +02:00 |
|
Zoltán Vörös
|
b2465a7c16
|
simplified ndarray code a bit
|
2020-10-01 19:39:35 +02:00 |
|
Zoltán Vörös
|
0f336ab65b
|
fixed >=, <= error in binary_op
|
2020-10-01 07:17:28 +02:00 |
|
Zoltán Vörös
|
3f25cae135
|
ndarrays can now be unsubscribed
|
2020-09-30 18:02:04 +02:00 |
|
Zoltán Vörös
|
daed7bf3ce
|
found and fixed small errors in vectorise and poly
|
2020-09-30 07:20:57 +02:00 |
|
Zoltán Vörös
|
501663e3fe
|
added function iterator to ndarray
|
2020-09-29 18:48:02 +02:00 |
|
Zoltán Vörös
|
dfd4a6729b
|
added pre-processor switch for unary operators
|
2020-09-28 21:21:56 +02:00 |
|
Zoltán Vörös
|
9f917b23c2
|
added power to binary operators
|
2020-09-28 19:22:39 +02:00 |
|
Zoltán Vörös
|
2c8faf7680
|
split binary operators into separate functions
|
2020-09-26 19:15:43 +02:00 |
|
Zoltán Vörös
|
b7b54cba70
|
cosmetic changes
|
2020-09-25 21:12:01 +02:00 |
|
Zoltán Vörös
|
b7f11232ee
|
added logscale
|
2020-09-24 19:11:11 +02:00 |
|