Commit graph

21 commits

Author SHA1 Message Date
Zoltán Vörös
2ead6cbc21 added equal/not_equal to compare.c 2020-05-03 11:00:41 +02:00
Zoltán Vörös
855384f579 implemented minimum/maximum and clip in the compare module 2020-04-21 22:35:17 +02:00
Zoltán Vörös
84150d4166 fix transpose function to conform to numpy 2020-04-09 12:38:19 +02:00
Zoltán Vörös
c69f2d9256 implemented the ==, and != binary operators 2020-04-04 22:14:36 +02:00
Zoltán Vörös
acfd1d0760 added documentation to the trace function, and cleaned up other bits 2020-04-03 13:01:04 +02:00
Zoltán Vörös
a3d77a3fa1 updated docs for ndarray_make_new_core 2020-04-02 09:52:04 +02:00
Zoltán Vörös
49e2e68f9b added around to vectorise.c, and implemented array initialiation from another ndarray 2020-03-12 17:28:23 +01:00
Zoltán Vörös
037cd6e733 re-named spectrum->spectrogram, updated manual 2020-03-10 21:11:44 +01:00
Zoltán Vörös
525fbb6527 added Cholesky decomposition to linalg.c, updated documentation 2020-03-10 20:40:11 +01:00
Zoltán Vörös
e0e840f6d5 added circuitpython-related stuff to the manual 2020-02-26 18:05:49 +01:00
Zoltán Vörös
2c71467ced implemented ndarray properties 2020-02-11 20:08:37 +01:00
Zoltán Vörös
89170a13a6 fixed error in filter.c, removed asbytearray, and added buffer protocol to ndarray.c 2020-02-10 19:50:49 +01:00
Zoltán Vörös
0e9656cc1d added argsort, and fixed a number of smaller bugs 2019-11-06 17:35:01 +01:00
Zoltán Vörös
d12785af6c honed the explanation on extending ulab 2019-11-04 22:20:45 +01:00
Zoltán Vörös
5f8a5d8dc4 clarified manual section on sort 2019-11-04 22:04:06 +01:00
Zoltán Vörös
5c540e0475 changed config.py 2019-11-04 19:22:05 +01:00
Zoltán Vörös
8b6d03417b added diff function, and updated the manual accordingly 2019-10-31 12:52:40 +01:00
Zoltán Vörös
dbe3736223 updated conf.py 2019-10-29 21:15:03 +01:00
Zoltán Vörös
8d4d812972 fixed documentation title 2019-10-19 16:48:46 +02:00
Zoltán Vörös
6631110071 fixed documentation title 2019-10-19 16:43:01 +02:00
Zoltán Vörös
148364e189 added eig to linalg, and updated the manual 2019-10-19 15:32:45 +02:00