circuitpython-ulab/code
Jeff Epler 2aae646485 ulab.array -> ulab.ndarray
This was flagged as an error in building circuitpython, since ulab.array
doesn't name a type object.
2021-04-01 15:43:09 -05:00
..
numpy ulab.array -> ulab.ndarray 2021-04-01 15:43:09 -05:00
scipy ulab.array -> ulab.ndarray 2021-04-01 15:43:09 -05:00
user fix to allow including user.c 2021-01-23 09:30:34 +01:00
micropython.mk updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ndarray.c implemented generic array initialisation from nested iterables 2021-01-29 15:07:24 +01:00
ndarray.h updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ndarray_operators.c updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ndarray_operators.h updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ndarray_properties.h dtype is exposed in circuitpython, too 2020-11-11 07:23:59 +01:00
ulab.c Merge branch 'master' into init 2021-01-29 16:31:04 +01:00
ulab.h added option to include own config file 2021-01-21 21:55:16 +01:00
ulab_create.c ulab.array -> ulab.ndarray 2021-04-01 15:43:09 -05:00
ulab_create.h updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ulab_tools.c updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ulab_tools.h updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00