Zoltán Vörös
|
53bc8d6b0e
|
replace m_new with m_new0, wherever reasonable (#521)
replace m_new with m_new0, wherever reasonable, and remove dangling memory fragments created by m_new0
|
2022-04-22 22:10:01 +02:00 |
|
Alec Delaney
|
a715eed7d9
|
Fix reference
|
2022-04-22 12:10:42 -04:00 |
|
Alec Delaney
|
8da81e123e
|
Fix typo of name from spectrum to spectrogram
|
2022-04-22 11:30:49 -04:00 |
|
Alec Delaney
|
8c2cd49ffa
|
Fix reference to location of spectrum()
|
2022-04-20 18:08:57 -04:00 |
|
Alec Delaney
|
2772fd8e91
|
Update reference to spectrum
|
2022-04-19 21:45:34 -04:00 |
|
Zoltán Vörös
|
dde8d24461
|
add sort tests
|
2022-04-18 10:34:02 +02:00 |
|
Zoltán Vörös
|
48b3b7f641
|
fix sorting on empty arrays
|
2022-04-18 10:18:19 +02:00 |
|
Zoltán Vörös
|
72f7df520a
|
fix diag for the ndim = 2 case
|
2022-02-09 07:06:54 +01:00 |
|
Zoltán Vörös
|
4dc9afc1f8
|
fix np.diag
|
2022-02-08 17:37:00 +01:00 |
|
Zoltán Vörös
|
9ba136acd4
|
fix savetxt comments default value
|
2022-01-31 22:28:50 +01:00 |
|
Zoltán Vörös
|
f5f42c3643
|
add skiprows keyword
|
2022-01-31 22:12:00 +01:00 |
|
Zoltán Vörös
|
65d6f8e947
|
fix buffer alignment error
|
2022-01-30 22:47:44 +01:00 |
|
Zoltán Vörös
|
e8c89935ab
|
fix array dtype conversion, linalg float constants
|
2022-01-30 19:55:59 +01:00 |
|
Zoltán Vörös
|
e980564d64
|
assign array elements via function
|
2022-01-29 22:41:03 +01:00 |
|
Zoltán Vörös
|
19282b47d1
|
add dtype keyword to loadtxt
|
2022-01-29 22:30:11 +01:00 |
|
Zoltán Vörös
|
089000df30
|
Merge branch 'master' into io-savetxt
|
2022-01-28 19:28:43 +01:00 |
|
Zoltán Vörös
|
bb07482efc
|
implement max_roas keyword
|
2022-01-27 23:44:29 +01:00 |
|
Zoltán Vörös
|
f31555044a
|
implement loadtxt keywords
|
2022-01-26 22:31:36 +01:00 |
|
Zoltán Vörös
|
f7b557c6b0
|
get rid of unnecessary counter in loadtxt
|
2022-01-26 08:09:05 +01:00 |
|
Zoltán Vörös
|
9f444dd718
|
use mp_builtin_open_obj.fun.kw instead of mp_builtin_open
|
2022-01-26 07:43:17 +01:00 |
|
Zoltán Vörös
|
a39869c43c
|
remove redundant includes
|
2022-01-25 23:09:10 +01:00 |
|
Zoltán Vörös
|
5395c76d98
|
first implementation of loadtxt
|
2022-01-25 23:00:08 +01:00 |
|
Zoltán Vörös
|
77a856e84e
|
fix compilation problem on the rp2 port
|
2022-01-25 18:10:06 +01:00 |
|
Zoltán Vörös
|
d56dd2f921
|
add io_sprint for systems that don't have sprintf
|
2022-01-24 20:37:33 +01:00 |
|
Zoltán Vörös
|
957ae1c50a
|
fix macintosh compilation
|
2022-01-19 20:04:41 +01:00 |
|
Zoltán Vörös
|
73fcd895db
|
Merge branch 'master' into io
|
2022-01-19 19:56:44 +01:00 |
|
Zoltán Vörös
|
932060afcc
|
fully implement savetxt
|
2022-01-19 19:52:50 +01:00 |
|
Zoltán Vörös
|
209e7ff251
|
add savetxt implementation
|
2022-01-18 21:20:57 +01:00 |
|
Zoltán Vörös
|
bd57ac8938
|
include uinstd.h header
|
2022-01-16 16:17:06 +01:00 |
|
Zoltán Vörös
|
024b3ea6e8
|
change npy, fin, fout to stream, stream_p for consistency
|
2022-01-15 09:54:23 +01:00 |
|
Zoltán Vörös
|
97d2c2c3c5
|
always close file before exception, change exception type
|
2022-01-15 09:54:23 +01:00 |
|
Zoltán Vörös
|
b9d46c7f92
|
try to fix uninitialised variable issue
|
2022-01-15 09:54:23 +01:00 |
|
Zoltán Vörös
|
a1f1cd255b
|
rebasing from master
|
2022-01-15 09:54:15 +01:00 |
|
Zoltán Vörös
|
834ddc8218
|
attempt to fix eps32 compilation error
|
2022-01-15 09:46:24 +01:00 |
|
Zoltán Vörös
|
4b0c3215fd
|
close file in save implementation
|
2022-01-15 09:46:24 +01:00 |
|
Zoltán Vörös
|
acb81aeded
|
fix loop index in numpy.save
|
2022-01-15 09:46:24 +01:00 |
|
Zoltán Vörös
|
56b3d800e3
|
add input type checking
|
2022-01-15 09:46:24 +01:00 |
|
Zoltán Vörös
|
030463f7ff
|
include stdio.h for mac
|
2022-01-15 09:46:24 +01:00 |
|
Zoltán Vörös
|
d8ce4b395f
|
rebase from master
|
2022-01-15 09:46:13 +01:00 |
|
Zoltán Vörös
|
32ebcb4c06
|
fix size argument handling
|
2022-01-14 22:54:04 +01:00 |
|
Zoltán Vörös
|
b12f3d0b4d
|
fix asarray initialiser
|
2022-01-14 22:25:17 +01:00 |
|
Zoltán Vörös
|
1fc2f18358
|
fix size return value
|
2022-01-14 20:49:42 +01:00 |
|
Zoltán Vörös
|
74533d18ff
|
add asarray, and tests for asarray and size
|
2022-01-14 20:45:14 +01:00 |
|
Zoltán Vörös
|
63ab589b8c
|
add numpy.size
|
2022-01-14 19:57:18 +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
|
34353d7545
|
fix scalar indexing
|
2022-01-11 22:07:32 +01:00 |
|
Zoltán Vörös
|
e5020f8d57
|
add numpy.delete
|
2022-01-10 22:54:09 +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 |
|