|
|
8b3b4d1829
|
Merge commit 'refs/pull/431/head' of https://github.com/v923z/micropython-ulab into build-all-dimensions
|
2021-07-23 09:05:25 -05:00 |
|
Zoltán Vörös
|
ba0cd7c661
|
re-set the value of ULAB_MAX
|
2021-07-23 08:29:37 +02:00 |
|
Zoltán Vörös
|
3817d7698a
|
fix compilation for 1D
|
2021-07-23 07:28:17 +02:00 |
|
|
|
81d78fe23f
|
micropython build: Build & test in a selected number of dimensions
|
2021-07-22 14:14:08 -05:00 |
|
Zoltán Vörös
|
a3ce0ce29a
|
add qr implementation
|
2021-07-22 19:40:57 +02:00 |
|
Zoltán Vörös
|
6ed12969d3
|
implement flat iterator
|
2021-07-13 21:35:01 +02:00 |
|
Zoltán Vörös
|
4b2ab160b6
|
add empty, update docs
|
2021-06-03 11:39:26 +02:00 |
|
vikas-udupa
|
b0679e6d16
|
implemented cho_solve function in scipy.linalg
|
2021-05-15 23:42:02 -04:00 |
|
vikas-udupa
|
f9b0e4381b
|
corrections to solve_triangular, moved solve_triangular to scipy.linalg module
|
2021-05-05 11:24:05 -04:00 |
|
vikas-udupa
|
3e63c8e144
|
implemented solve_triangular and syncing with original repo
|
2021-04-29 09:26:33 -04:00 |
|
vikas-udupa
|
ab60c5c98c
|
implemented solve_triangular function in numpy.linalg module along with two tests
|
2021-04-29 09:20:17 -04:00 |
|
Zoltán Vörös
|
6668bb3060
|
add where implementation
|
2021-03-23 17:09:27 +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
|
48418d46ab
|
fix header constants
|
2021-03-05 08:03:56 +01:00 |
|
Zoltán Vörös
|
3929e6b49d
|
added from_uintbuffer function
|
2021-03-04 19:16:34 +01:00 |
|
Zoltán Vörös
|
c84bf46d7e
|
added first implementation of utils sub-module
|
2021-03-03 20:15:06 +01:00 |
|
Zoltán Vörös
|
efcfeff790
|
Merge branch 'master' into byteswap
|
2021-02-14 09:36:07 +01:00 |
|
Zoltán Vörös
|
317943b970
|
moved trace to numpy
|
2021-02-13 09:25:08 +01:00 |
|
Zoltán Vörös
|
701ad767c8
|
moved the dot function to numpy
|
2021-02-13 09:06:02 +01:00 |
|
Zoltán Vörös
|
27bc5b2e79
|
implemented byteswap
|
2021-02-12 21:10:08 +01:00 |
|
Zoltán Vörös
|
e485b0c5e4
|
implemented any/all for iterables and scalars
|
2021-02-01 21:05:43 +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
|
cdc1429196
|
added option to include own config file
|
2021-01-21 21:55:16 +01:00 |
|
Zoltán Vörös
|
83a92f9b4b
|
added ifndef/endif wrappers in ulab.h
|
2021-01-21 20:51:55 +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
|
42f20bcc67
|
added the frombuffer function
|
2020-11-26 17:26:15 +01:00 |
|
Zoltán Vörös
|
b35c1568f3
|
removed numpy_defs.h, scipy_defs.h
|
2020-11-25 21:03:35 +01:00 |
|
Zoltán Vörös
|
9cb008a869
|
arrange all functions into numpy/scipy modules
|
2020-11-24 22:03:21 +01:00 |
|
Zoltán Vörös
|
a359cccf96
|
added numpy.c/h to the repository
|
2020-11-24 17:56:44 +01:00 |
|
Zoltán Vörös
|
f55b69d2ff
|
moved math constants to numpy module
|
2020-11-24 17:52:53 +01:00 |
|
Zoltán Vörös
|
a2dc565992
|
added inf/nan class level constants
|
2020-11-23 22:50:17 +01:00 |
|
Zoltán Vörös
|
c55e84b265
|
added in-place sort
|
2020-11-23 18:22:42 +01:00 |
|
Zoltán Vörös
|
5dcc298db2
|
fixed circuitpython compilation error
|
2020-11-20 15:04:09 +01:00 |
|
Zoltán Vörös
|
b93c4b95ab
|
split test scripts into numpy-compatible and circuitpy-compatible sets
|
2020-11-20 08:10:19 +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
|
ba0751edc8
|
set NDARRAY_BINARY_USES_FUN_POINTER to 0
|
2020-11-16 18:33:03 +01:00 |
|
Zoltán Vörös
|
e311773963
|
added function pointer option to pow and true divide
|
2020-11-16 07:23:17 +01:00 |
|
Zoltán Vörös
|
91dc3b9bf4
|
added function pointers in vectorise
|
2020-11-13 17:06:59 +01:00 |
|
Zoltán Vörös
|
434ea7b04c
|
Merge branch 'master' into dtype2
|
2020-11-11 19:27:25 +01:00 |
|
Zoltán Vörös
|
adfa60fbc9
|
fixed bad error in numerical.sort
|
2020-11-03 17:39:18 +01:00 |
|
Zoltán Vörös
|
dc4c9d692a
|
implemented second half of diag
|
2020-11-02 22:30:15 +01:00 |
|
Zoltán Vörös
|
984ddf51b4
|
added dtype implementation
|
2020-11-02 18:06:29 +01:00 |
|
Zoltán Vörös
|
475c0ae465
|
added diagonal and updated extract_pyi from circuitpython
|
2020-10-31 21:48:02 +01:00 |
|
Taku Fukada
|
1d18ab0381
|
Update type hints for the new/modified functions
|
2020-10-23 06:00:38 +09:00 |
|
Zoltán Vörös
|
ca61961d22
|
fixed test scripts
|
2020-10-17 21:26:59 +02:00 |
|
Zoltán Vörös
|
89801ab12c
|
restored circuitpython compatibility
|
2020-10-17 13:47:26 +02:00 |
|
Zoltán Vörös
|
511bb5f6c9
|
added in-place operators for 1, 3, and 4 dimensions
|
2020-10-16 22:14:13 +02:00 |
|
Zoltán Vörös
|
c29df37e7b
|
added concatenate
|
2020-10-15 18:26:12 +02:00 |
|
Zoltán Vörös
|
5389575c07
|
updated the arctan2 function
|
2020-10-14 21:03:29 +02:00 |
|
Zoltán Vörös
|
2e08b2566d
|
added in-place operators
|
2020-10-07 21:01:11 +02:00 |
|