Commit graph

1398 commits

Author SHA1 Message Date
Zoltán Vörös
66189452ac always close file before exception, change exception type 2022-01-14 14:01:39 +01:00
PhilJ
a128762279 Removed .idea 2022-01-13 23:18:51 -08:00
PhilJ
612d07218e Added snippet tests 2022-01-13 23:11:55 -08:00
PhilJ
45fde86060 Working sos filter test 2022-01-12 16:53:48 -08:00
Zoltán Vörös
b5d94e8fdc
Merge branch 'master' into io 2022-01-12 21:55:14 +01:00
Zoltán Vörös
c3d1a5e1ee
Merge pull request #474 from v923z/complex-fix
fix complex printout for long arrays
2022-01-12 21:49:30 +01:00
Zoltán Vörös
fdf23c9956
Merge branch 'master' into complex-fix 2022-01-12 21:25:31 +01:00
Zoltán Vörös
eecd72de04 try to fix uninitialised variable issue 2022-01-12 21:24:19 +01:00
Zoltán Vörös
a09b5bd64e
Merge pull request #473 from v923z/delete
add numpy.delete
2022-01-12 20:19:44 +01:00
Zoltán Vörös
ca3bbca1b1 Merge branch 'io-load' into io 2022-01-12 20:18:06 +01:00
Zoltán Vörös
17afe29124 implement load 2022-01-12 20:17:24 +01:00
Zoltán Vörös
8e42afe72e attempt to fix eps32 compilation error 2022-01-12 18:10:34 +01:00
Zoltán Vörös
923cb823a3 add documentation for delete, extend test script, handle negative scalars 2022-01-12 18:05:23 +01:00
Zoltán Vörös
6eda5ec53c update delete test 2022-01-11 22:11:43 +01:00
Zoltán Vörös
34353d7545 fix scalar indexing 2022-01-11 22:07:32 +01:00
Zoltán Vörös
9d84125232 close file in save implementation 2022-01-11 19:18:48 +01:00
Zoltán Vörös
faaae7d2f2 update test scripts 2022-01-10 23:34:33 +01:00
Zoltán Vörös
97b368412c fix complex printout for long arrays 2022-01-10 23:23:09 +01:00
PhilJ
ef4a5b7fd1 Initial commit 2022-01-10 13:59:51 -08:00
Zoltán Vörös
e5020f8d57 add numpy.delete 2022-01-10 22:54:09 +01:00
Zoltán Vörös
3fd60dedf9 fix loop index in numpy.save 2022-01-09 20:12:09 +01:00
Zoltán Vörös
78ba99f009 add input type checking 2022-01-08 20:48:30 +01:00
Zoltán Vörös
68f8098016 include stdio.h for mac 2022-01-08 20:31:00 +01:00
Zoltán Vörös
a0dcd1ebab implement numpy.save 2022-01-08 20:27:02 +01:00
Zoltán Vörös
25d009587e update changelog 2022-01-08 12:20:38 +01:00
Zoltán Vörös
0c7c6b88f3
Merge pull request #456 from v923z/complex2
Complex2
2022-01-08 12:11:37 +01:00
Zoltán Vörös
6552cfdc38 remove misleading comment from ulab.h 2022-01-07 21:19:06 +01:00
Zoltán Vörös
665c32dbb4 add documentation for compress 2022-01-07 20:53:31 +01:00
Zoltán Vörös
6609afd006 update documentation 2022-01-07 20:43:14 +01:00
Zoltán Vörös
969afdec7f implement ==, and != for complex dtypes 2022-01-07 14:05:38 +01:00
Zoltán Vörös
ecaa355bab fix sort_complex, add tests to sort_complex, conjugate 2022-01-07 12:47:42 +01:00
Zoltán Vörös
ad9e1e9950 fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
Zoltán Vörös
d1b3d40b47 add complex support to all/any 2022-01-06 09:22:45 +01:00
Zoltán Vörös
8efdec785e extend convolve for the complex case 2022-01-05 20:46:03 +01:00
Zoltán Vörös
6a7d20dd58 add real/imag properties to ndarray 2022-01-02 19:14:12 +01:00
Zoltán Vörös
d39549e3ac add sort_complex function 2022-01-02 17:34:38 +01:00
Zoltán Vörös
cb3f4b3898 add compress function 2022-01-02 12:46:12 +01:00
Zoltán Vörös
2b578ae333 add tolist method to ndarray 2022-01-01 18:16:04 +01:00
Zoltán Vörös
c11dac322d fix array initialisation from complex array 2022-01-01 09:20:00 +01:00
Zoltán Vörös
4855baa8cc add conjugate function 2022-01-01 00:33:28 +01:00
Zoltán Vörös
7e13fab911 support ones, zeros, and full for complex dtype 2021-12-31 23:39:58 +01:00
Zoltán Vörös
94d6b13f8d make fft optionally numpy-compatible, when complex is supported 2021-12-31 23:11:59 +01:00
Zoltán Vörös
9eebed2d3a add basic complex tests 2021-12-30 11:32:07 +01:00
Zoltán Vörös
e01e547b62 fix dtype in stubs 2021-12-30 09:09:41 +01:00
Zoltán Vörös
4d7e279996 fix circuitpython documentation 2021-12-30 08:54:52 +01:00
Zoltán Vörös
7b17796c91 fix complex sqrt 2021-12-30 08:10:54 +01:00
Zoltán Vörös
ee197ef03f bring in a99e0b9 in an attempt to fix the docs error 2021-12-28 22:30:17 +01:00
Zoltán Vörös
dbd570a9fb implement complex scalar binary operations 2021-12-28 22:18:37 +01:00
Zoltán Vörös
14b5c13d50 add complex flag to version string 2021-12-28 21:55:00 +01:00
Zoltán Vörös
5b7395d6df implement complex divide 2021-12-28 21:51:32 +01:00