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
|
815b543c81
|
moved numpy.c/numpy.h into its own folder
|
2020-11-26 07:00:23 +01:00 |
|
Zoltán Vörös
|
1f64d99f6d
|
moved scipy files into their own folder
|
2020-11-26 06:57:44 +01:00 |
|
Zoltán Vörös
|
9cb008a869
|
arrange all functions into numpy/scipy modules
|
2020-11-24 22:03:21 +01:00 |
|
Zoltán Vörös
|
21f7ffae9a
|
moved more sub-modules to numpy
|
2020-11-24 18:10:13 +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
|
c55e84b265
|
added in-place sort
|
2020-11-23 18:22:42 +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
|
f7cf98650d
|
implemented full/zeros/ones fix
|
2020-11-19 19:22:47 +01:00 |
|
Zoltán Vörös
|
28fd0b8275
|
fixed std
|
2020-11-18 19:12:01 +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
|
584644ba71
|
improved sum accuracy of float types
|
2020-11-11 17:35:38 +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
|
091ab1925d
|
added the axis=None option to sum/mean/std
|
2020-11-09 19:01:51 +01:00 |
|
Zoltán Vörös
|
c97d05dc4a
|
fixed indexing/array in numerical
|
2020-11-06 19:08:26 +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
|
0b47ac7bce
|
updated change log
|
2020-11-04 07:08:09 +01:00 |
|
Zoltán Vörös
|
c84ea225bd
|
median implemented for linear arrays
|
2020-11-03 19:07:11 +01:00 |
|
Zoltán Vörös
|
adfa60fbc9
|
fixed bad error in numerical.sort
|
2020-11-03 17:39:18 +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
|
dc4c9d692a
|
implemented second half of diag
|
2020-11-02 22:30:15 +01:00 |
|
Zoltán Vörös
|
e15c13feaa
|
fixed diagonal glitch
|
2020-11-02 22:14:58 +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
|
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
|
13ce751255
|
bumped version number to 1.0.0
|
2020-10-30 23:15:53 +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
|
89801ab12c
|
restored circuitpython compatibility
|
2020-10-17 13:47:26 +02:00 |
|
Zoltán Vörös
|
c29df37e7b
|
added concatenate
|
2020-10-15 18:26:12 +02:00 |
|
Zoltán Vörös
|
fadc54bd71
|
implemented Boolean indexing
|
2020-10-12 20:29:03 +02:00 |
|
Zoltán Vörös
|
8dec1328ab
|
added copy method to ndarray
|
2020-10-06 07:12:19 +02:00 |
|