|
|
cbe3e4c2ad
|
continue chasing cp+mac build errors
|
2021-01-13 16:25:25 -06:00 |
|
|
|
91076ad408
|
continue chasing cp+mac build errors
|
2021-01-13 16:16:07 -06:00 |
|
|
|
89ecef5a20
|
get rid of (non-portable?) sed -i
|
2021-01-13 16:12:46 -06:00 |
|
|
|
99984d0042
|
build-cp: Eliminate axtls, work around adafruit/circuitpython#3990
|
2021-01-13 16:09:21 -06:00 |
|
|
|
579f6e623c
|
try again to install deps sanely
|
2021-01-13 15:51:01 -06:00 |
|
|
|
00e07bfa5b
|
fix clang cast problem
Closes #284.
|
2021-01-13 15:49:08 -06:00 |
|
|
|
5a8c09123f
|
try again to install cp deps
.. the doc-related items are removed since the build process does not
currently test doc building
|
2021-01-13 15:47:30 -06:00 |
|
|
|
1d4ea95a80
|
ci: Build circuitpython+macos
|
2021-01-13 15:45:35 -06:00 |
|
|
|
8680051d29
|
ci: invoke build.sh
.. otherwise we have to maintain more stuff in two places
|
2021-01-13 15:45:25 -06:00 |
|
|
|
f383766add
|
reduce amount of cloned stuff
|
2021-01-13 15:44:14 -06:00 |
|
|
|
eac578603d
|
Get rid of nonportable nproc
.. using a Python incantation instead. Mac doesn't have
nproc.
|
2021-01-13 15:31:01 -06:00 |
|
|
|
793eef4030
|
Add portable version of readlink -f
from https://github.com/ko1nksm/readlinkf/blob/master/readlinkf.sh
(license: CC0)
Mac readlink does not support the -f flag, which is not
in POSIX.
|
2021-01-13 15:30:06 -06:00 |
|
|
|
5d6d7a3248
|
ci: fix running micropython tests
|
2021-01-13 15:15:24 -06:00 |
|
|
|
897c5a528c
|
ci: get rid of need for ffi, btree
|
2021-01-13 15:14:16 -06:00 |
|
|
|
2a81310a96
|
workflows: Also build on macos
|
2021-01-13 15:03:09 -06:00 |
|
Zoltán Vörös
|
d62d07ea0b
|
Merge pull request #283 from mdaeron/master
Should close https://github.com/v923z/micropython-ulab/issues/282
|
2021-01-11 20:31:33 +01:00 |
|
mdaeron
|
734a2898f6
|
Update ulab-change-log.md
version 1.6.1
|
2021-01-11 20:29:58 +01:00 |
|
mdaeron
|
4452e59a09
|
Update ulab.c
increment version number
|
2021-01-11 20:27:40 +01:00 |
|
mdaeron
|
af5d24f531
|
Update ndarray.c
Fix bug in ndarray_tobytes()
|
2021-01-11 20:13:10 +01:00 |
|
Zoltán Vörös
|
18c974798d
|
added missing clone command
|
2021-01-09 09:01:41 +01:00 |
|
Zoltán Vörös
|
771b3d837f
|
Merge pull request #279 from v923z/v923z-readme
updated readme.md with instructions for compiling for EPS32
|
2021-01-08 12:00:02 +01:00 |
|
Zoltán Vörös
|
7c782ccb6c
|
Update README.md
Co-authored-by: Cal Hays <callumjhays@gmail.com>
|
2021-01-08 11:57:39 +01:00 |
|
Zoltán Vörös
|
5749930280
|
updated readme.md with instruction for compiling for EPS32
|
2021-01-08 09:17:52 +01:00 |
|
Zoltán Vörös
|
b52292919b
|
Merge pull request #272 from CallumJHays/bug/esp32-v1.13-ambiguous-float
Specify float literals as float
|
2020-12-27 12:01:22 +01:00 |
|
CallumJHays
|
2ee2be96a3
|
use MICROPY_FLOAT_CONST macro
|
2020-12-26 12:34:41 +10:00 |
|
Zoltán Vörös
|
2788b19906
|
Merge pull request #270 from CallumJHays/bug/add-array.dtype-stub
Add `array.dtype` stub
|
2020-12-23 21:21:06 +01:00 |
|
CallumJHays
|
eea6b1ed6d
|
Add dtype stub
|
2020-12-21 16:45:31 +10:00 |
|
CallumJHays
|
9cd7ba13f7
|
Fix ambiguous float compiler issue
|
2020-12-21 16:42:25 +10:00 |
|
Zoltán Vörös
|
c71920e186
|
Merge pull request #266 from v923z/boolean
Boolean
|
2020-11-24 08:00:36 +01:00 |
|
Zoltán Vörös
|
a30b1c2dc1
|
removed unused ndarray->dense member
|
2020-11-24 07:18:17 +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
|
1ec22f83e1
|
Merge pull request #265 from v923z/nan-fix
fixed nan definition
|
2020-11-23 23:03:59 +01:00 |
|
Zoltán Vörös
|
7eade2b43c
|
fixed nan definition
|
2020-11-23 23:03:27 +01:00 |
|
Zoltán Vörös
|
b236e65cec
|
Merge pull request #264 from v923z/inf
added inf/nan class level constants
|
2020-11-23 22:53: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
|
d5853a1374
|
Merge pull request #262 from v923z/circuitpy-test
added approx tests to circuitpython
|
2020-11-23 22:11:29 +01:00 |
|
Zoltán Vörös
|
9d34f8a359
|
added approx tests to circuitpython
|
2020-11-23 22:04:29 +01:00 |
|
Zoltán Vörös
|
196883f813
|
Merge pull request #261 from v923z/test-fix
Test fix
|
2020-11-23 21:49:15 +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
|
2011510871
|
fixed fmin test
|
2020-11-23 21:43:34 +01:00 |
|
Zoltán Vörös
|
184b941c4d
|
Merge pull request #260 from v923z/sort-fix
added in-place sort
|
2020-11-23 19:02:55 +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
|
e3704b7e29
|
Merge pull request #259 from v923z/convolve-fix
Convolve fix
|
2020-11-23 19:01:30 +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
|
f6f95f39c7
|
Merge pull request #241 from mouryarahul/fft
Script to test FFT and Filter
|
2020-11-23 07:45:26 +01:00 |
|
Zoltán Vörös
|
771ac047fe
|
Merge pull request #257 from mouryarahul/optim
add script to test numerical optimization functions
|
2020-11-23 07:42:48 +01:00 |
|
Zoltán Vörös
|
b6e90096c5
|
Merge pull request #253 from mouryarahul/filter
add script to test filter functions
|
2020-11-23 07:42:14 +01:00 |
|
Zoltán Vörös
|
094302e414
|
Merge pull request #254 from mouryarahul/approx
remove approx.py
|
2020-11-23 07:41:32 +01:00 |
|