Commit graph

90 commits

Author SHA1 Message Date
Zoltán Vörös
2a725d6067 removed printf in numerical.c 2019-11-14 20:17:33 +01:00
Zoltán Vörös
2851d3007a sum, mean, std return a single number, if the result array is of length 1 2019-11-13 18:54:27 +01:00
Zoltán Vörös
ad0531e35e attempt at fixing std problem 2019-11-12 19:59:18 +01:00
Zoltán Vörös
50df00546b initialised deg with 0 in poly.c 2019-11-09 17:54:17 +01:00
Zoltán Vörös
6e0fcd0f6f rectified small compiler complaint in ndarray.c, and poly.c 2019-11-09 17:48:08 +01:00
Zoltán Vörös
20e97ce7c7 rectified small compiler complaint in ndarray.c, and poly.c 2019-11-09 17:46:55 +01:00
Zoltán Vörös
03609727ce removed test.c from micropython.mk 2019-11-09 10:52:23 +01:00
Zoltán Vörös
f34cbe885d removed test.c from micropython.mk 2019-11-09 10:50:35 +01:00
Zoltán Vörös
6e4f691a1a removed extraneous paranthesis 2019-11-08 22:28:28 +01:00
Zoltán Vörös
b62ba12237 replaced abs with MICROPY_FLOAT_C_FUN(fabs) 2019-11-08 22:19:52 +01:00
Zoltán Vörös
a2bafa981d simplified numerical sum/std/mean functions, added boolean type 2019-11-08 20:08:45 +01:00
Zoltán Vörös
039d7ec866 simplified numerical sum/std/mean functions, added boolean type 2019-11-08 19:52:43 +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
ec2b0f7084
Update README.md 2019-11-04 22:22:08 +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
b4f4331f26
Merge pull request #7 from mdaeron/master
Small edits to README.md
2019-11-04 21:39:05 +01:00
mdaeron
fd217dfdc9
Update README.md
Specified that the cross-compiler installation command is for Linux.
2019-11-04 20:37:52 +01:00
mdaeron
0f4cf714ac
Update README.md
Added `ulab` at the end of the `git clone https://github.com/v923z/micropython-ulab.git` to be consistent with the `make` command.
2019-11-04 20:35:46 +01:00
Zoltán Vörös
f2deb06db3
Update README.md 2019-11-04 20:21:07 +01:00
Zoltán Vörös
4a5d1e5ee0 updated REAMDE 2019-11-04 19:36:04 +01:00
Zoltán Vörös
08b8fd0ae2 fixed float_t->mp_float_t mistake in ndarray.c 2019-11-04 19:28: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
a940870cac merging from testing 2019-11-04 19:20:44 +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
841c4685ff sort was not supposed to be in master... 2019-11-01 15:04:45 +01:00
Zoltán Vörös
3d816ac2c0 sort was not supposed to be in master... 2019-11-01 15:02:47 +01:00
Zoltán Vörös
5022a8b1a2 sort was not supposed to be in master... 2019-11-01 15:01:48 +01:00
Zoltán Vörös
43cda00f65
Merge pull request #5 from v923z/testing
Testing
2019-11-01 14:49:23 +01:00
Zoltán Vörös
2af876ed5c updated README 2019-11-01 14:46:35 +01:00
Zoltán Vörös
3379f0b897 fixed linking error with sin/sqrt 2019-11-01 14:42:08 +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
74a3b171bb moved firmware to releases, and removed firmware/ folder 2019-10-29 21:28:04 +01:00
Zoltán Vörös
dbe3736223 updated conf.py 2019-10-29 21:15:03 +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
9d8aa21b0c fixed documentation title 2019-10-19 16:43:23 +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
2bab7d5f37 added eig to linalg, and updated the manual 2019-10-19 15:33:12 +02:00