Commit graph

110 commits

Author SHA1 Message Date
Zoltán Vörös
51825edadb ix keepdims for min, max, argmin, argmax 2025-01-26 11:55:51 +01:00
Zoltán Vörös
be15d62632
fix keepdims for std, update docs (#704) 2025-01-19 22:51:02 +01:00
Zoltán Vörös
2b74236c8c
Take (#688)
* add numpy.take
2024-10-09 21:10:25 +02:00
Zoltán Vörös
c0b3262be4
Add keyword arguments to spectrogram (#657)
* re-work spectrogram method, so that RAM can be re-used

* update docs with spectrogram changes
2024-09-14 12:18:14 +02:00
Philip Howard
63dfbd178b
Remove the STATIC macro. (#664)
Reflect the changes proposed in micropython/micropython#13763.
2024-02-29 21:34:50 +01:00
Zoltán Vörös
c3d1cbd7c2
add random documentation rst file (#655) 2024-01-13 18:54:01 +01: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
dfed7a844a
implement nonzero (#540)
* implement nonzero for Boolean arrays

* remove axtls from build script

* extend nonzero to ndarrays of arbitrary dtype, and iterable, fix float tests

* temporarily disable circuitpython tests

* add nonzero documentation

* Added test script for np.nonzero()

Co-authored-by: Tejal Ashwini Barnwal <64950661+tejalbarnwal@users.noreply.github.com>
2022-08-03 20:56:45 +02: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
ae9604db21
Merge branch 'master' into spectrogram 2022-02-01 20:29:53 +01:00
Zoltán Vörös
6dcad4424c extend loadtxt documentation 2022-02-01 18:42:58 +01:00
Zoltán Vörös
19282b47d1 add dtype keyword to loadtxt 2022-01-29 22:30:11 +01:00
Zoltán Vörös
9d79960ef6 fix docs glitch, bump version number to 5.0.0 2022-01-29 21:53:42 +01:00
Zoltán Vörös
67538b0ee0 move spectrogram to utils module 2022-01-29 18:02:48 +01:00
Zoltán Vörös
7a09815a84 add loadtxt and savetxt documentation 2022-01-28 19:57:32 +01:00
Zoltán Vörös
a1f1cd255b rebasing from master 2022-01-15 09:54:15 +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
923cb823a3 add documentation for delete, extend test script, handle negative scalars 2022-01-12 18:05:23 +01:00
Zoltán Vörös
665c32dbb4 add documentation for compress 2022-01-07 20:53:31 +01:00
Zoltán Vörös
6609afd006 update documentation 2022-01-07 20:43:14 +01:00
Zoltán Vörös
04629f5521 add docs for linalg.qr 2021-08-07 07:21:55 +02: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
696331ae55 fix section header in scipy.linalg docs 2021-06-03 10:49:31 +02:00
Zoltán Vörös
3e1f08aa96 add cho_solve documentation 2021-06-03 10:39:07 +02:00
Zoltán Vörös
2a64202e38 fix section header 2021-05-12 07:18:52 +02:00
Zoltán Vörös
f80be5f86d finish incomplete example snippet 2021-05-11 18:54:07 +02:00
Zoltán Vörös
3141d2afd6 add tricks chapter 2021-05-11 18:26:33 +02:00
Zoltán Vörös
43d7de1558 update docs 2021-05-09 08:27:16 +02:00
Zoltán Vörös
df2c9942aa add docs for solve_triangular 2021-05-09 08:08:20 +02:00
Scott Shawcroft
e3bf07cabb
Lowercase MP macros 2021-04-22 17:54:02 -07:00
Zoltán Vörös
b996a16be3 add where documentation 2021-03-23 17:28:17 +01:00
Zoltán Vörös
c00c7c9c39
Update ulab-utils.rst 2021-03-08 09:17:55 +01:00
Zoltán Vörös
84062fc1cd
Update index.rst 2021-03-08 09:17:06 +01:00
Zoltán Vörös
663a7d2fe0 add from_int16_buffer, from_uint16_buffer functions 2021-03-05 15:25:46 +01:00
Zoltán Vörös
e6ac55a142 change function names to from_int32_buffer, from_uint32_buffer 2021-03-05 07:59:39 +01:00
Zoltán Vörös
ebf2cc4bc1 wrote docs for the utils module 2021-03-04 20:11:22 +01: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
0e76f9458d updated trace/dot documentation 2021-02-13 09:37:34 +01:00
Zoltán Vörös
4607f8e9f9 added any/all documentation 2021-02-08 17:58:39 +01:00
Zoltán Vörös
c622fe61d8 added isinf/isfinite functions 2021-01-29 22:38:40 +01:00
Zoltán Vörös
208fa196ab updated docs 2021-01-15 16:03:40 +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
Zoltán Vörös
cb23ca8d69 updated conf.py 2020-11-18 17:10:21 +01:00
Zoltán Vörös
73349aee3a removed size function from linalg 2020-11-18 17:07:03 +01:00
Zoltán Vörös
cb31b349c3 updated docs 2020-11-16 22:04:46 +01:00
Zoltán Vörös
434ea7b04c
Merge branch 'master' into dtype2 2020-11-11 19:27:25 +01:00