Zoltán Vörös
|
a726c1d00d
|
Merge pull request #310 from v923z/init-fix
len fix
|
2021-02-08 19:53:22 +01:00 |
|
Zoltán Vörös
|
dc4ae424ce
|
update change log
|
2021-02-08 19:50:38 +01:00 |
|
Zoltán Vörös
|
01cddd36a5
|
fix len unary operator
|
2021-02-08 19:49:26 +01:00 |
|
Zoltán Vörös
|
0e0956bc3e
|
Merge pull request #309 from v923z/any
any/all implementation
|
2021-02-08 18:23:47 +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
|
f7d86b53e2
|
completed any/all implementation
|
2021-02-08 17:47:05 +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
|
e4fa4cb851
|
Merge pull request #303 from v923z/isinf
adds Isinf, isfinite
|
2021-02-01 19:27:03 +01:00 |
|
Zoltán Vörös
|
66f0851068
|
Merge pull request #300 from CallumJHays/isinf
Add `np.isinf` tests
|
2021-02-01 19:22:45 +01:00 |
|
CallumJHays
|
80d8fcc919
|
test np.isinf
|
2021-02-01 21:08:12 +10:00 |
|
Zoltán Vörös
|
418e1b846c
|
updated .gitignore file
|
2021-01-30 22:28:50 +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
|
9611a0a638
|
removed circuitpython tests
|
2021-01-29 17:15:28 +01:00 |
|
Zoltán Vörös
|
eb33480797
|
Merge pull request #298 from v923z/std-fix
Std fix
|
2021-01-29 16:40:08 +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
|
e5961ecd3a
|
Merge pull request #297 from v923z/init
Adds array initialisation from nested iterables in 3 and 4 dimensions.
|
2021-01-29 16:32:56 +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
|
cca906e29b
|
removed unpaired #endif
|
2021-01-29 16:28:56 +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
|
bd4b9eeaf1
|
Update README.md
|
2021-01-24 09:34:44 +01:00 |
|
Zoltán Vörös
|
a1f01dd489
|
Merge pull request #293 from teuler/new_branch
fix to allow including user.c
|
2021-01-24 09:13:44 +01:00 |
|
teuler
|
875d2730ce
|
fix to allow including user.c
|
2021-01-23 09:30:34 +01:00 |
|
Zoltán Vörös
|
be9033384e
|
Merge pull request #291 from v923z/openmv
adds option to override pre-processor constants
|
2021-01-21 22:00:54 +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
|
23de394fc1
|
backup commit, not functional
|
2021-01-21 20:20:15 +01:00 |
|
Zoltán Vörös
|
2ed1699fe1
|
re-worded several sections of readme
|
2021-01-16 10:35:42 +01:00 |
|
Zoltán Vörös
|
48a3a65998
|
added build instructions for the unix port
|
2021-01-16 10:06:03 +01:00 |
|
Zoltán Vörös
|
9f51cd968b
|
Merge branch 'numpy-scipy'
Moving to complete numpy compatibility
|
2021-01-15 16:29:36 +01:00 |
|
Zoltán Vörös
|
5a491d4c5d
|
commented out circuitpython build instructions
|
2021-01-15 16:25:06 +01:00 |
|
Zoltán Vörös
|
b26c3754c5
|
pulled in workflow files from master
|
2021-01-15 16:20:35 +01:00 |
|
Zoltán Vörös
|
206b3668e4
|
updated readme with esp32 instructions
|
2021-01-15 16:09:05 +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
|
d6936aa1c4
|
updated readme
|
2021-01-15 07:44:29 +01:00 |
|
Zoltán Vörös
|
a093b3a3cb
|
Merge pull request #287 from v923z/diff-fix
fixes issue #285
|
2021-01-14 20:17:47 +01:00 |
|
Zoltán Vörös
|
96fe29d9c7
|
found copy-paster errors in diff macro
|
2021-01-14 20:15:19 +01:00 |
|
Zoltán Vörös
|
e387404a82
|
fixes issue #285
|
2021-01-14 20:08:23 +01:00 |
|
Zoltán Vörös
|
27229be5b7
|
Merge pull request #286 from jepler/ci-macos
Fix macos build (mp & cp), add mac builds to ci
|
2021-01-14 19:43:02 +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 |
|
|
|
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 |
|