Zoltán Vörös
|
a0999aba79
|
add modulo operator (#733)
* add modulo operator
* fix modulo loops
* add in-place modulo operator
* update readme
|
2025-08-04 22:55:02 +02:00 |
|
page200
|
99cb54a426
|
Correct a[a < 5] in ulab-ndarray.ipynb (#678)
|
2024-08-06 11:07:32 +02:00 |
|
Zoltán Vörös
|
f2fad82a97
|
add random module (#654)
* add random module skeleton
* add Generator object
* add placeholder for random.random method
* add rudimentary random.random implementation
* generator object accept seed(s) argument
* add out keyword
* add support for out keyword argument
* update change log
* add links to header files
* fix file link
* fix error messages
* add uniform to random module
* add normal distribution
* fix argument options in normal and uniform
* update documentation
|
2024-01-13 18:42:43 +01:00 |
|
Zoltán Vörös
|
f2502fa037
|
update diag doc, re-organise ulab-ndarray docs
|
2022-02-09 07:29:26 +01:00 |
|
Zoltán Vörös
|
6609afd006
|
update documentation
|
2022-01-07 20:43:14 +01:00 |
|
Zoltán Vörös
|
8c5a14d166
|
add flat iterator to documentation
|
2021-07-13 21:35:01 +02:00 |
|
Zoltán Vörös
|
6490a619a4
|
update documentation
|
2021-06-19 16:06:19 +02:00 |
|
Zoltán Vörös
|
353eec999b
|
update docs
|
2021-06-17 21:58:42 +02:00 |
|
Zoltán Vörös
|
d7e41ad82c
|
update properties documentation
|
2021-06-09 07:13:39 +02:00 |
|
Zoltán Vörös
|
4b2ab160b6
|
add empty, update docs
|
2021-06-03 11:39:26 +02:00 |
|
Zoltán Vörös
|
b6ba1071d1
|
updated docs with a section on byteswap
|
2021-02-15 17:11:18 +01:00 |
|
Zoltán Vörös
|
208fa196ab
|
updated docs
|
2021-01-15 16:03:40 +01:00 |
|
Zoltán Vörös
|
8e16ab25e5
|
added documentation on frombuffer, and fixed small error in the code
|
2021-01-15 08:03:16 +01:00 |
|
Zoltán Vörös
|
06bb8348a0
|
updated docs, removed circuitpython stuff, and fixed diff code
|
2021-01-14 19:40:18 +01:00 |
|