Zoltán Vörös
|
3b2d7ddf04
|
Merge pull request #370 from adafruit/lowercase_macros
Lowercase MP macros
|
2021-04-27 21:43:12 +02:00 |
|
Zoltán Vörös
|
f3753597ff
|
fix small glitch in optimize
|
2021-04-26 21:52:51 +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
|
6668bb3060
|
add where implementation
|
2021-03-23 17:09:27 +01:00 |
|
Zoltán Vörös
|
e0b65442a5
|
Merge branch 'master' into linspace-fix
|
2021-03-08 18:42:47 +01:00 |
|
Zoltán Vörös
|
779cd3c5a0
|
fix linspace/logspace/arange for Boolean dtypes
|
2021-03-08 18:41:19 +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
|
c84bf46d7e
|
added first implementation of utils sub-module
|
2021-03-03 20:15:06 +01:00 |
|
Zoltán Vörös
|
3fb04aedac
|
fix dot function
|
2021-02-23 23:17:45 +01:00 |
|
Zoltán Vörös
|
6fb6f2383f
|
re-introduce ndarray_get_buffer, and buffer protocol
|
2021-02-21 21:06:02 +01:00 |
|
Zoltán Vörös
|
54ff3f30dd
|
fix ndarray_is_dense, eye, ones, full, and zeros for Boolean type
|
2021-02-21 18:02:40 +01:00 |
|
Zoltán Vörös
|
74f819e5fb
|
Merge branch 'master' into dot-fix
|
2021-02-15 18:08:45 +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
|
efcfeff790
|
Merge branch 'master' into byteswap
|
2021-02-14 09:36:07 +01:00 |
|
Zoltán Vörös
|
60d017d3f6
|
fixes frombuffer implementation glitch
|
2021-02-14 09:04:42 +01:00 |
|
Zoltán Vörös
|
18f3b180b3
|
fixed faulty dot function
|
2021-02-13 10:19:46 +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
|
27bc5b2e79
|
implemented byteswap
|
2021-02-12 21:10:08 +01:00 |
|
Zoltán Vörös
|
0acf90433e
|
simplified all/any implementation, fixed tools_reduce_axes function
|
2021-02-10 07:28:09 +01:00 |
|
Zoltán Vörös
|
93822e6e13
|
removed redundant exception from linalg.norm
|
2021-02-09 19:23:51 +01:00 |
|
Zoltán Vörös
|
674220c959
|
updated change log
|
2021-02-09 17:34:14 +01:00 |
|
Zoltán Vörös
|
7c4f4dba48
|
improved accuracy of linalg.norm, and extended it to generic iterables
|
2021-02-08 20:24:45 +01:00 |
|
Zoltán Vörös
|
dc4ae424ce
|
update change log
|
2021-02-08 19:50:38 +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
|
685ec61bbb
|
Merge branch 'master' into std-fix
|
2021-01-29 16:34:37 +01:00 |
|
Zoltán Vörös
|
67e0e500c3
|
Merge branch 'master' into init
|
2021-01-29 16:31:04 +01:00 |
|
Zoltán Vörös
|
ba0e2a5310
|
fixed the computation of the standard deviation on iterables
|
2021-01-29 15:24:25 +01:00 |
|
Zoltán Vörös
|
8832683fc6
|
implemented generic array initialisation from nested iterables
|
2021-01-29 15:07:24 +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
|
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 |
|
Zoltán Vörös
|
b8ab59bd84
|
re-organised code, extended docs
|
2021-01-08 17:40:44 +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
|
f55b69d2ff
|
moved math constants to numpy module
|
2020-11-24 17:52:53 +01:00 |
|
Zoltán Vörös
|
c4b06e419f
|
added Boolean initialisation option
|
2020-11-24 07:16:58 +01:00 |
|
Zoltán Vörös
|
7eade2b43c
|
fixed nan definition
|
2020-11-23 23:03:27 +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
|
1f6e5ca648
|
bumped version number to 1.4.10
|
2020-11-23 21:45:02 +01:00 |
|
Zoltán Vörös
|
e8fcf2e94b
|
Merge branch 'master' into sort-fix
|
2020-11-23 19:02:46 +01:00 |
|
Zoltán Vörös
|
0284aae8ac
|
Merge branch 'master' into convolve-fix
|
2020-11-23 18:58:53 +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
|
f43fa2bffb
|
implemented convolve fix
|
2020-11-23 18:13:31 +01:00 |
|
Zoltán Vörös
|
d384b3b63b
|
fixed linalg.norm
|
2020-11-23 07:03:17 +01:00 |
|
Zoltán Vörös
|
7262f3a8aa
|
fixed interp
|
2020-11-20 17:31:58 +01:00 |
|
Zoltán Vörös
|
2eb06ddd30
|
fixed testing error in ndarray
|
2020-11-19 19:53:37 +01:00 |
|
Zoltán Vörös
|
aa77523cad
|
fixed signedness problem in min/max
|
2020-11-19 19:35:06 +01:00 |
|
Zoltán Vörös
|
b8c892f922
|
Merge branch 'master' into full-fix
|
2020-11-19 19:24:28 +01:00 |
|
Zoltán Vörös
|
f7cf98650d
|
implemented full/zeros/ones fix
|
2020-11-19 19:22:47 +01:00 |
|
Zoltán Vörös
|
2851cf7376
|
fixed dtype creation code
|
2020-11-19 07:32:07 +01:00 |
|
Zoltán Vörös
|
72935d3f02
|
Merge branch 'master' into std-fix
|
2020-11-18 19:13:40 +01:00 |
|
Zoltán Vörös
|
28fd0b8275
|
fixed std
|
2020-11-18 19:12:01 +01:00 |
|
Zoltán Vörös
|
4f7dd719b3
|
Merge branch 'master' into size-fix
|
2020-11-18 17:31:15 +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
|
4e06f3614f
|
fixed trapz
|
2020-11-18 08:03:49 +01:00 |
|
Zoltán Vörös
|
9c76fa7450
|
removed trailing spaces
|
2020-11-17 18:22:35 +01:00 |
|
Zoltán Vörös
|
18408cdc5e
|
fixed indexing error in roll
|
2020-11-17 18:16:28 +01:00 |
|
Zoltán Vörös
|
be7f18e888
|
fixed in-place divide
|
2020-11-17 07:09:24 +01:00 |
|
Zoltán Vörös
|
424abb0d66
|
fixed in-place power
|
2020-11-17 07:06:44 +01:00 |
|
Zoltán Vörös
|
b17eb0284f
|
swapped N, M in eye
|
2020-11-16 22:40:58 +01:00 |
|
Zoltán Vörös
|
9d2e60a0e3
|
fixed indexing error in trace
|
2020-11-16 22:22:45 +01:00 |
|
Zoltán Vörös
|
cb31b349c3
|
updated docs
|
2020-11-16 22:04:46 +01:00 |
|
Zoltán Vörös
|
a291cfe0c7
|
implemented clip fix
|
2020-11-16 22:02:28 +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
|
91dc3b9bf4
|
added function pointers in vectorise
|
2020-11-13 17:06:59 +01:00 |
|
Zoltán Vörös
|
fdd99fe776
|
factored out the FFT kernel into a separate file
|
2020-11-12 08:52:39 +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
|
964db3cc57
|
Merge branch 'master' into sum-fix
|
2020-11-11 18:13:31 +01:00 |
|
Zoltán Vörös
|
821cae1cc8
|
Merge branch 'master' into cumtrapz
|
2020-11-11 18:04:22 +01:00 |
|
Zoltán Vörös
|
584644ba71
|
improved sum accuracy of float types
|
2020-11-11 17:35:38 +01:00 |
|
Zoltán Vörös
|
080244a50a
|
improved the accuracy of trapz
|
2020-11-11 17:23:47 +01:00 |
|
Zoltán Vörös
|
a5c439b127
|
transpose fix
|
2020-11-11 07:35:14 +01:00 |
|
Zoltán Vörös
|
1ca41e5d80
|
fixed slicing issues
|
2020-11-10 19:43:09 +01:00 |
|
Zoltán Vörös
|
24fe1dcbe1
|
fixes array casting glitch
|
2020-11-09 21:03:18 +01:00 |
|
Zoltán Vörös
|
091ab1925d
|
added the axis=None option to sum/mean/std
|
2020-11-09 19:01:51 +01:00 |
|
Zoltán Vörös
|
0b47ac7bce
|
updated change log
|
2020-11-04 07:08:09 +01:00 |
|
Zoltán Vörös
|
ecb0a7775b
|
fixed pointer bug in eig
|
2020-11-03 21:28:32 +01:00 |
|
Zoltán Vörös
|
2f9ca94602
|
Merge branch 'master' into median
|
2020-11-03 21:01:49 +01:00 |
|
Zoltán Vörös
|
a772da39a5
|
updated change log
|
2020-11-03 20:59:29 +01:00 |
|
Zoltán Vörös
|
ebd91b8ee2
|
updated docs
|
2020-11-03 20:58:36 +01:00 |
|
Zoltán Vörös
|
ca99f2f0e1
|
fixed iteration loop in norm, shape
|
2020-11-03 17:04:40 +01:00 |
|
Zoltán Vörös
|
41320fc1b3
|
updated docs version
|
2020-11-02 23:13:47 +01:00 |
|
Zoltán Vörös
|
db1a822c3b
|
fixed initialisation error in ndarray_make_new_core
|
2020-11-02 23:01:07 +01:00 |
|
Zoltán Vörös
|
bfb4ead10d
|
update index.rst
|
2020-11-02 22:56:06 +01:00 |
|
Zoltán Vörös
|
8cbb1c164c
|
moved requirements file to root
|
2020-11-02 22:44:47 +01:00 |
|
Zoltán Vörös
|
e15c13feaa
|
fixed diagonal glitch
|
2020-11-02 22:14:58 +01:00 |
|
Zoltán Vörös
|
8c16c683a6
|
Merge branch 'master' into dtype
|
2020-11-02 21:54:35 +01:00 |
|
Zoltán Vörös
|
b7f95c4122
|
added an implementation of dtype
|
2020-11-02 21:52:12 +01:00 |
|
Zoltán Vörös
|
ee6e53d65b
|
fixed small error in argmin_argmax
|
2020-11-01 20:53:32 +01:00 |
|
Zoltán Vörös
|
475c0ae465
|
added diagonal and updated extract_pyi from circuitpython
|
2020-10-31 21:48:02 +01:00 |
|
Zoltán Vörös
|
4dcaaf166d
|
added requirements file
|
2020-10-30 23:51:07 +01:00 |
|
Zoltán Vörös
|
9df0ddf8f2
|
Merge branch 'tensor'
Updates the master branch with all changes implemented in tensor
|
2020-10-30 23:14:03 +01:00 |
|
Zoltán Vörös
|
5029565362
|
removed redundant doc files
|
2020-10-30 23:13:29 +01:00 |
|
Zoltán Vörös
|
4098558a35
|
docs can be generated from stubs now
|
2020-10-30 22:11:02 +01:00 |
|
Zoltán Vörös
|
cad8bcbed5
|
added new notebooks to version control
|
2020-10-25 22:43:16 +01:00 |
|
Zoltán Vörös
|
2b26ea39bd
|
removed docs/manual/source/ulab.rst
|
2020-10-25 22:19:23 +01:00 |
|
Zoltán Vörös
|
1e69c5fc06
|
preparing docs for 1.0.0 release
|
2020-10-25 22:15:33 +01:00 |
|
Zoltán Vörös
|
ee8b72addd
|
wrong type in indexing raises TypeError now
|
2020-10-24 18:43:32 +02:00 |
|
Zoltán Vörös
|
96be400e08
|
bumped version number
|
2020-10-23 21:47:43 +02:00 |
|
Zoltán Vörös
|
115b3da2f6
|
fixed small error in linalg
|
2020-08-17 16:48:21 +02:00 |
|
Zoltán Vörös
|
bb023e267c
|
pulled in changes from master
|
2020-08-03 20:58:51 +02:00 |
|
Zoltán Vörös
|
368b23ff8b
|
fixed small issue in argsort, and updated documentation
|
2020-08-03 20:41:12 +02:00 |
|
Zoltán Vörös
|
4e218f9d81
|
bumped version number to 0.54.1
|
2020-07-29 18:51:57 +02:00 |
|
Zoltán Vörös
|
e1801bad43
|
updated docs to reflect recent changes
|
2020-07-23 22:47:16 +02:00 |
|
Roberto Colistete Jr
|
0064995d2c
|
lingalg.norm : added coments and v0.54.0 to ulab-change-log
|
2020-07-23 16:15:51 -03:00 |
|
Zoltán Vörös
|
80503300ad
|
re-organised code, so that circuitpython documentation can automatically be generated
|
2020-07-22 20:19:14 +02:00 |
|
Zoltán Vörös
|
b60e14d380
|
fixed arange
|
2020-07-22 18:31:40 +02:00 |
|
Zoltán Vörös
|
9ab8ce2153
|
fixed typo
|
2020-07-16 21:50:10 +02:00 |
|
Zoltán Vörös
|
dfe560150a
|
first implementation of trapz
|
2020-07-16 21:12:46 +02:00 |
|
Zoltán Vörös
|
fe7aa27238
|
fixed argmin/argmax error in issue #129
|
2020-06-29 21:46:45 +02:00 |
|
Zoltán Vörös
|
2f55b71542
|
updated user manual
|
2020-06-19 22:29:00 +02:00 |
|
Zoltán Vörös
|
526ffb4c78
|
updated readme, version number and change log
|
2020-06-19 22:06:47 +02:00 |
|
Zoltán Vörös
|
a73201a5a4
|
fixes compilation error (compatibility with older versions of micropython) in openmv
|
2020-06-12 07:50:37 +02:00 |
|
Zoltán Vörös
|
666dc77fad
|
fixes min/max error from adafruit/circuitpython #2984
|
2020-06-01 08:42:43 +02:00 |
|
Zoltán Vörös
|
ddbbca7462
|
added benchmark to bisect, extended readme
|
2020-05-19 21:12:53 +02:00 |
|
Zoltán Vörös
|
077bcc51ab
|
Merge branch 'master' into approx
|
2020-05-19 20:53:33 +02:00 |
|
Zoltán Vörös
|
78438727c4
|
Merge branch 'master' into print
|
2020-05-19 20:44:54 +02:00 |
|
Zoltán Vörös
|
8a79c80232
|
changed order of items in table of contents
|
2020-05-19 19:07:05 +02:00 |
|
Zoltán Vörös
|
33d9a5e410
|
fixed documentation error
|
2020-05-19 19:04:29 +02:00 |
|
Zoltán Vörös
|
f00d5dc6de
|
fix for issue 117
|
2020-05-19 08:56:34 +02:00 |
|
Zoltán Vörös
|
8631b771d2
|
cleaned up documentation on approx sub-module
|
2020-05-18 19:44:26 +02:00 |
|
Zoltán Vörös
|
8056b4e959
|
updated manual with a section on function vectorisation
|
2020-05-07 09:42:19 +02:00 |
|
Zoltán Vörös
|
4a311c1d64
|
updated manual
|
2020-05-07 00:23:53 +02:00 |
|
Zoltán Vörös
|
e2cae23253
|
vectorize can now take scalars
|
2020-05-06 23:49:07 +02:00 |
|
Zoltán Vörös
|
d5e59cc21f
|
no functional change, backup
|
2020-05-06 21:22:54 +02:00 |
|
Zoltán Vörös
|
2ead6cbc21
|
added equal/not_equal to compare.c
|
2020-05-03 11:00:41 +02:00 |
|
Zoltán Vörös
|
d991d9d248
|
moved the section on set_printoptions in the manual
|
2020-05-01 18:46:38 +02:00 |
|
Zoltán Vörös
|
70666817ce
|
added set_printoptions/get_printoptions functions
|
2020-05-01 11:53:39 +02:00 |
|
Zoltán Vörös
|
6615290fdf
|
add approx sub-module with fmin, newton, and bisect functions
|
2020-04-30 22:33:21 +02:00 |
|
Zoltán Vörös
|
a081c28998
|
Merge branch 'master' into minimax
|
2020-04-21 23:27:31 +02:00 |
|
Zoltán Vörös
|
6ff9d2cb04
|
add test script for compare module
|
2020-04-21 23:24:24 +02:00 |
|
Zoltán Vörös
|
67be0c6762
|
updated manual with minimum/maximum and clip functions
|
2020-04-21 22:36:11 +02:00 |
|
Zoltán Vörös
|
855384f579
|
implemented minimum/maximum and clip in the compare module
|
2020-04-21 22:35:17 +02:00 |
|
Zoltán Vörös
|
fb05e2585c
|
pulling in jepler's argument handling improvements
|
2020-04-20 23:20:30 +02:00 |
|
Zoltán Vörös
|
a0e5f3a474
|
fix compilation errors due to casting of floats
|
2020-04-20 22:55:21 +02:00 |
|
Zoltán Vörös
|
f014128595
|
backup commit
|
2020-04-20 20:54:24 +02:00 |
|
Zoltán Vörös
|
d1f2d80581
|
fixed compilation error in issue #98
|
2020-04-18 09:05:47 +02:00 |
|
Zoltán Vörös
|
2b7d96f25d
|
fix indexing error in linalg.dot
|
2020-04-14 09:05:22 +02:00 |
|
Jeff Epler
|
22813d6736
|
Merge pull request #91 from v923z/argmax
fixed argmin/argmax function for iterables
|
2020-04-13 15:33:48 -05:00 |
|
Zoltán Vörös
|
84150d4166
|
fix transpose function to conform to numpy
|
2020-04-09 12:38:19 +02:00 |
|
Zoltán Vörös
|
7ec8a25a84
|
fixed argmin/argmax function for iterables
|
2020-04-07 23:06:41 +02:00 |
|
Zoltán Vörös
|
ab9a26dc98
|
fix error in argsort
|
2020-04-07 22:34:00 +02:00 |
|
Zoltán Vörös
|
c69f2d9256
|
implemented the ==, and != binary operators
|
2020-04-04 22:14:36 +02:00 |
|