PhilJ
|
8e8aa263e9
|
Merge branch 'master' into filter-snippets
|
2022-01-14 09:48:04 -08:00 |
|
Zoltán Vörös
|
178af9a9fa
|
fix byteswapping segment
|
2022-01-14 17:43:00 +01:00 |
|
Zoltán Vörös
|
4232a5923f
|
add json_to_ndarray
|
2022-01-14 17:39:26 +01:00 |
|
Zoltán Vörös
|
d2e6af03d1
|
fix endianness code
|
2022-01-14 17:04:51 +01:00 |
|
Zoltán Vörös
|
d3ba090b1a
|
fix base64 encoding
|
2022-01-14 17:01:07 +01:00 |
|
Zoltán Vörös
|
e762275a96
|
add ndarray-json converter
|
2022-01-14 15:20:22 +01:00 |
|
Zoltán Vörös
|
7672ab9d44
|
change npy, fin, fout to stream, stream_p for consistency
|
2022-01-14 14:10:04 +01:00 |
|
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 |
|