Commit graph

1408 commits

Author SHA1 Message Date
Zoltán Vörös
004f228428
Merge pull request #496 from v923z/rp-fix
fix compilation problem on the rp2 port
2022-01-27 07:55:24 +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
b4802a7f4d
Merge pull request #495 from v923z/savetxt-fix
add io_sprint for systems that don't have sprintf
2022-01-24 20:52:06 +01:00
Zoltán Vörös
8d39e5a430 update test for savetxt 2022-01-24 20:40:33 +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
6dfdc44c4e
Merge pull request #491 from v923z/sosfilt-fix
fix scipy.signal.sosfilt
2022-01-21 17:29:40 +01:00
Zoltán Vörös
26d28166f8
Merge branch 'master' into sosfilt-fix 2022-01-21 17:29:28 +01:00
Zoltán Vörös
0640f90083
allow all formats in the documentation 2022-01-19 20:20:18 +01:00
Zoltán Vörös
957ae1c50a fix macintosh compilation 2022-01-19 20:04:41 +01:00
Zoltán Vörös
16b277fe1a
Merge pull request #471 from v923z/io
implement numpy.save, numpy.load
2022-01-19 19:57:38 +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
15918fdb89
Merge pull request #488 from v923z/bool-invert
fix ndarray_copy_view for Boolean dtypes
2022-01-19 19:54:40 +01:00
Zoltán Vörös
932060afcc fully implement savetxt 2022-01-19 19:52:50 +01:00
Zoltán Vörös
640a3bf777 do not include sosfilt, if ULAB_MAX_DIMS = 1 2022-01-19 17:49:01 +01:00
Zoltán Vörös
6092d1d406 trying to solve macintosh compilation error 2022-01-19 17:46:41 +01:00
Zoltán Vörös
3f97d7bb84 fix scipy.signal.sosfilt 2022-01-19 17:37:54 +01:00
Zoltán Vörös
209e7ff251 add savetxt implementation 2022-01-18 21:20:57 +01:00
Zoltán Vörös
4739e06473 fix ndarray_copy_view for Boolean dtypes 2022-01-18 16:42:03 +01:00
Zoltán Vörös
67e592670c
Merge pull request #486 from v923z/delete-fix
include uinstd.h header
2022-01-16 18:55:10 +01:00
Zoltán Vörös
4f828f188d
Merge pull request #485 from v923z/json-fix
remove printout
2022-01-16 16:21:16 +01:00
Zoltán Vörös
74ee335758 remove printout 2022-01-16 16:20:53 +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
b756c36f73 rebase from master 2022-01-15 10:09:24 +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
fa143c2e63
Merge pull request #483 from v923z/json-mod
change keyword value to True, replace __numpy__ key by array
2022-01-15 08:21:43 +01:00
Zoltán Vörös
406d9c7407 change keyword value to True, replace __numpy__ key by array 2022-01-15 08:21:06 +01:00
Zoltán Vörös
8c7ca97971
Merge pull request #481 from v923z/size
add implementation of size and asarray
2022-01-15 08:14:44 +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
d40672d946 add asarray, size documentation 2022-01-14 21:06:55 +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
8154accf1b
Merge pull request #475 from wired8/filter-snippets
Filter snippets
2022-01-14 19:25:06 +01:00
PhilJ
05ad1a5d96 Added (c) notice 2022-01-14 10:09:34 -08:00
Zoltán Vörös
a88fbaf8c8
Merge pull request #478 from v923z/json
add copyright notice, short documentation, and remove tests
2022-01-14 19:06:04 +01:00