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 |
|
Zoltán Vörös
|
aa543d0c57
|
add copyright notice, short documentation, and remove tests
|
2022-01-14 19:04:42 +01:00 |
|
PhilJ
|
d5ab0cf716
|
Replace delete implementation with ulab delete
|
2022-01-14 09:57:10 -08:00 |
|
Zoltán Vörös
|
4e6b89afd2
|
Merge pull request #477 from v923z/json
json snippets
|
2022-01-14 18:51:54 +01:00 |
|
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 |
|