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
|
94e5b304d2
|
added arctan2 to vectorise.c
|
2020-03-16 19:36:37 +01: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
|
e3a74453a8
|
trying to fix test routines
|
2020-03-11 18:53:06 +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
|
8300de7f11
|
backup commit, absolutely nothing essential
|
2020-02-16 19:53:30 +01:00 |
|
Zoltán Vörös
|
6fe015f134
|
properties are now defined in ndarray_properties.h
|
2020-02-16 19:49:01 +01:00 |
|
Zoltán Vörös
|
9153fd8f8a
|
added a short section to the manual on how to customise ulab
|
2020-02-11 21:36:12 +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
|
ea588a67df
|
found silly error in manual
|
2019-11-06 18:37:43 +01:00 |
|
Zoltán Vörös
|
4e507e9805
|
fixed version number in ulab.c
|
2019-11-06 18:34:31 +01:00 |
|
Zoltán Vörös
|
1f5d1a9765
|
fixed version number in ulab.c
|
2019-11-06 18:34:12 +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
|
351eafa06c
|
first implementation of sort
|
2019-11-04 18:54:19 +01:00 |
|
Zoltán Vörös
|
6e4911d96f
|
replaced float with mp_float_t everywhere, so that the source can be compiled for all platforms
|
2019-11-01 14:28:29 +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
|
761ad69d71
|
fully implemented subscription methods
|
2019-10-29 21:12:12 +01:00 |
|
Zoltán Vörös
|
450921304d
|
added benchmarks and other comments to the manual
|
2019-10-20 09:41:50 +02:00 |
|
Zoltán Vörös
|
062a9ac6ae
|
the first line of CPython examples was cut off
|
2019-10-19 21:43:45 +02:00 |
|
Zoltán Vörös
|
e65e98fd2e
|
errors in the documentation just wouldn't disappear
|
2019-10-19 20:40:42 +02:00 |
|
Zoltán Vörös
|
2874eb558b
|
a couple of trivial improvements in the documentation
|
2019-10-19 19:50:22 +02:00 |
|
Zoltán Vörös
|
5599dd2f31
|
fixed small bug in rawsize
|
2019-10-19 19:45:26 +02: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
|
0455d70f7b
|
fixed a couple of small issues in the documentation
|
2019-10-19 15:56:53 +02:00 |
|
Zoltán Vörös
|
8558804281
|
removed >>> in the code snippets of the manual
|
2019-10-19 15:38:56 +02:00 |
|
Zoltán Vörös
|
148364e189
|
added eig to linalg, and updated the manual
|
2019-10-19 15:32:45 +02:00 |
|
Zoltán Vörös
|
31e40dad5d
|
added uniform interface to fft, ifft, spectrum, and significantly extended manual
|
2019-10-17 20:52:41 +02:00 |
|
Zoltán Vörös
|
d4acce7b1f
|
extended documentation, and moved size function to linalg
|
2019-10-16 20:08:16 +02:00 |
|
Zoltán Vörös
|
8cf8174f80
|
added comment on speeding up FFTs
|
2019-10-15 20:29:07 +02:00 |
|
Zoltán Vörös
|
45dd36961e
|
fixed small errors in the manual
|
2019-10-15 20:05:33 +02:00 |
|
Zoltán Vörös
|
986807734d
|
fixed small errors in the manual
|
2019-10-15 20:03:13 +02:00 |
|
Zoltán Vörös
|
13c343f3cf
|
fixed the roll function in numerical.c
|
2019-10-15 19:47:22 +02:00 |
|
Zoltán Vörös
|
5caa711422
|
extended manual, inserted links to numpy functions
|
2019-10-12 22:33:13 +02:00 |
|
Zoltán Vörös
|
e30b8d6f4e
|
added first version of manual, fixed small bug in roll
|
2019-10-11 21:45:14 +02:00 |
|