Zoltán Vörös
97d2c2c3c5
always close file before exception, change exception type
2022-01-15 09:54:23 +01:00
Zoltán Vörös
b9d46c7f92
try to fix uninitialised variable issue
2022-01-15 09:54:23 +01:00
Zoltán Vörös
a1f1cd255b
rebasing from master
2022-01-15 09:54:15 +01:00
Zoltán Vörös
834ddc8218
attempt to fix eps32 compilation error
2022-01-15 09:46:24 +01:00
Zoltán Vörös
4b0c3215fd
close file in save implementation
2022-01-15 09:46:24 +01:00
Zoltán Vörös
acb81aeded
fix loop index in numpy.save
2022-01-15 09:46:24 +01:00
Zoltán Vörös
56b3d800e3
add input type checking
2022-01-15 09:46:24 +01:00
Zoltán Vörös
030463f7ff
include stdio.h for mac
2022-01-15 09:46:24 +01:00
Zoltán Vörös
d8ce4b395f
rebase from master
2022-01-15 09:46:13 +01:00
Zoltán Vörös
32ebcb4c06
fix size argument handling
2022-01-14 22:54:04 +01:00
Zoltán Vörös
b12f3d0b4d
fix asarray initialiser
2022-01-14 22:25:17 +01:00
Zoltán Vörös
1fc2f18358
fix size return value
2022-01-14 20:49:42 +01:00
Zoltán Vörös
74533d18ff
add asarray, and tests for asarray and size
2022-01-14 20:45:14 +01:00
Zoltán Vörös
63ab589b8c
add numpy.size
2022-01-14 19:57:18 +01:00
Zoltán Vörös
fdf23c9956
Merge branch 'master' into complex-fix
2022-01-12 21:25:31 +01:00
Zoltán Vörös
923cb823a3
add documentation for delete, extend test script, handle negative scalars
2022-01-12 18:05:23 +01:00
Zoltán Vörös
34353d7545
fix scalar indexing
2022-01-11 22:07:32 +01:00
Zoltán Vörös
97b368412c
fix complex printout for long arrays
2022-01-10 23:23:09 +01:00
Zoltán Vörös
e5020f8d57
add numpy.delete
2022-01-10 22:54:09 +01:00
Zoltán Vörös
6552cfdc38
remove misleading comment from ulab.h
2022-01-07 21:19:06 +01:00
Zoltán Vörös
969afdec7f
implement ==, and != for complex dtypes
2022-01-07 14:05:38 +01:00
Zoltán Vörös
ecaa355bab
fix sort_complex, add tests to sort_complex, conjugate
2022-01-07 12:47:42 +01:00
Zoltán Vörös
ad9e1e9950
fix linspace error, extend to complex dtype, factor out tests
2022-01-06 19:55:34 +01:00
Zoltán Vörös
d1b3d40b47
add complex support to all/any
2022-01-06 09:22:45 +01:00
Zoltán Vörös
8efdec785e
extend convolve for the complex case
2022-01-05 20:46:03 +01:00
Zoltán Vörös
6a7d20dd58
add real/imag properties to ndarray
2022-01-02 19:14:12 +01:00
Zoltán Vörös
d39549e3ac
add sort_complex function
2022-01-02 17:34:38 +01:00
Zoltán Vörös
cb3f4b3898
add compress function
2022-01-02 12:46:12 +01:00
Zoltán Vörös
2b578ae333
add tolist method to ndarray
2022-01-01 18:16:04 +01:00
Zoltán Vörös
c11dac322d
fix array initialisation from complex array
2022-01-01 09:20:00 +01:00
Zoltán Vörös
4855baa8cc
add conjugate function
2022-01-01 00:33:28 +01:00
Zoltán Vörös
7e13fab911
support ones, zeros, and full for complex dtype
2021-12-31 23:39:58 +01:00
Zoltán Vörös
94d6b13f8d
make fft optionally numpy-compatible, when complex is supported
2021-12-31 23:11:59 +01:00
Zoltán Vörös
e01e547b62
fix dtype in stubs
2021-12-30 09:09:41 +01:00
Zoltán Vörös
4d7e279996
fix circuitpython documentation
2021-12-30 08:54:52 +01:00
Zoltán Vörös
7b17796c91
fix complex sqrt
2021-12-30 08:10:54 +01:00
Zoltán Vörös
ee197ef03f
bring in a99e0b9 in an attempt to fix the docs error
2021-12-28 22:30:17 +01:00
Zoltán Vörös
dbd570a9fb
implement complex scalar binary operations
2021-12-28 22:18:37 +01:00
Zoltán Vörös
14b5c13d50
add complex flag to version string
2021-12-28 21:55:00 +01:00
Zoltán Vörös
5b7395d6df
implement complex divide
2021-12-28 21:51:32 +01:00
Zoltán Vörös
13cebfeccc
add complex subtraction, fix addition
2021-12-28 20:42:00 +01:00
Zoltán Vörös
76218f2386
fix 3D loop
2021-12-15 18:54:14 +01:00
Zoltán Vörös
8a156fe505
implement multiplication for complex arrays
2021-12-15 18:52:07 +01:00
Zoltán Vörös
cc06735cff
fix binary add for 1D
2021-12-15 08:02:26 +01:00
Zoltán Vörös
864ab31766
implement binary add for complex arrays
2021-12-15 06:52:42 +01:00
Zoltán Vörös
3557e16cd1
implement sqrt for complex arrays
2021-12-07 19:55:15 +01:00
Zoltán Vörös
235329c3fb
fix itemsize glitch
2021-12-03 09:11:41 +01:00
Zoltán Vörös
ce26a0d76b
implement slicing for complex dtype
2021-12-03 09:06:49 +01:00
Zoltán Vörös
78455afa5d
simplify binary_get_size function
2021-12-03 09:06:49 +01:00
Zoltán Vörös
93409e759a
implement iterator for complex arrays
2021-12-03 09:06:49 +01:00
Zoltán Vörös
3b3639a560
implement complex exponential
2021-12-03 09:06:49 +01:00
Zoltán Vörös
d0b1d40cf1
rebasing on master with any/all fix
2021-12-03 09:06:05 +01:00
Zoltán Vörös
316f84174d
rebasing with any/all fix
2021-12-03 09:04:04 +01:00
Zoltán Vörös
ef8989ecff
implement unary operators for complex arrays
2021-12-03 08:59:23 +01:00
Zoltán Vörös
8a6741b350
fix macro call in poly.c
2021-12-03 08:59:23 +01:00
Zoltán Vörös
08313e3f02
fix uppercase mp_obj_is_type macro calls
2021-12-03 08:59:23 +01:00
Zoltán Vörös
8db5ee897e
add missing newline character
2021-12-03 08:59:23 +01:00
Zoltán Vörös
911fdb4587
ulab can now be compiled with complex support
2021-12-03 08:59:23 +01:00
Zoltán Vörös
1013daa902
add complex utilities
2021-12-03 08:59:23 +01:00
Zoltán Vörös
8e5bbe0955
fix any/all function
2021-12-03 08:42:56 +01:00
Zoltán Vörös
a097744455
fix sum() for integer/Boolean types
2021-11-30 20:29:22 +01:00
Zoltán Vörös
175c7337bb
fix ndarray_shape for arrays of zero length
2021-11-20 12:11:21 +01:00
Tsutomu IKEGAMI
4d2a11ed00
Up version to 3.3.5.
2021-11-07 20:49:16 +09:00
Tsutomu IKEGAMI
14b39d5dbd
Fix compare between (uint16|int16) vs float.
2021-11-05 12:09:18 +09:00
Jeff Epler
d68171bb46
Merge pull request #439 from jepler/circuitpython-make-new-compat
...
ndarray: drop compat workaround for circuitpython
2021-10-16 16:02:16 -05:00
b913d064e5
ndarray: drop compat workaround for circuitpython
...
It's anticipated that circuitpython will no longer need this compat code
after merging 1.17.
2021-10-14 14:26:38 -05:00
Zoltán Vörös
04629f5521
add docs for linalg.qr
2021-08-07 07:21:55 +02:00
Jeff Epler
548aaba97d
Merge pull request #433 from jepler/remove-compat-alias
...
remove temporary workaround
2021-08-03 14:37:34 -05:00
7dec159981
show where to find ulab.numpy.ndarray
...
.. interestingly, this error only showed up on macos, not ubuntu!
2021-07-23 10:26:06 -05:00
0b62231d56
show where to find ulab.numpy.ndarray
...
.. interestingly, this error only showed up on macos, not ubuntu!
2021-07-23 10:12:15 -05:00
5ff8bd662f
remove temporary workaround
2021-07-23 09:57:17 -05:00
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
91e08c8679
Merge branch 'master' into samd-fix
2021-07-22 20:28:34 +02:00
Zoltán Vörös
593a33df5d
Merge branch 'master' into fix-4d
2021-07-22 20:09:59 +02:00
Zoltán Vörös
18bb09da45
fix sum for 4D arrays
2021-07-22 20:08:09 +02:00
Zoltán Vörös
a3ce0ce29a
add qr implementation
2021-07-22 19:40:57 +02:00
Jeff Epler
8ef203f21b
Only use the _float alias for the float built-in type in ulab.numpy proper
...
Otherwise, an error occurred, but only on the macos build(!)
```
ulab/scipy/optimize/__init__.pyi:7: error: Name "_float" is not defined
```
It's not clear why `_float` was apparently defined on Linux in this
context.
2021-07-22 08:37:12 -05:00
Jeff Epler
cbe4c7499b
docs: A workaround for the problem where ndarray can't be in two places
...
This allows the build to be green in ulab before the changes in
circuitpython. After circuitpython's _typing/__init__.py is fixed to
use the new canonical location, this temporary alias can be removed.
2021-07-22 08:15:23 -05:00
Jeff Epler
7032a92339
Fix documentation build
...
* Move most documentation out of the ulab base module.
* float -> _float
* ulab.ndarray -> ulab.numpy.ndarray
This still does not build unless it is taken together with a modification
to CircuitPython that _also_ moves references to ulab.numpy.
Because of this, this PR will continue to show red. The suitability of
the changes can be gaged by looking at the related CircuitPython PR build
or by running locally the build-cp.sh script with the right ref checked
out in circuitpython/
2021-07-20 17:26:43 -05:00
Zoltán Vörös
70e8b548ba
fix compile error on SAMD devices
2021-07-16 10:03:34 +02:00
Zoltán Vörös
96550c8ed4
re-arrange files, so that circuitpython docs can be generated
2021-07-14 23:15:19 +02:00
69d3c20c7b
fix build on circuitpython
2021-07-14 08:42:51 -05:00
Zoltán Vörös
c152871dba
insert circuitpython hooks for flatiter
2021-07-13 22:38:01 +02:00
Zoltán Vörös
af34d8fe2a
fix assertion
2021-07-13 21:35:01 +02:00
Zoltán Vörös
6ed12969d3
implement flat iterator
2021-07-13 21:35:01 +02:00
Jeff Epler
e881ccb30c
Merge pull request #418 from jepler/split-type-objects
...
support circuitpython-style split type objects
2021-07-12 19:53:38 -05:00
9b8cd47640
Rename mp_type_call -> mp_type_get_call_slot
2021-07-12 08:47:15 -05:00
1214afd9ce
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
2021-07-12 08:47:15 -05:00
Jeff Epler
75c7e05eac
rename the type flag to EXTENDED for consistency
2021-07-09 14:56:20 -05:00
Jeff Epler
deda9d74d8
support circuitpython-style split type objects
2021-07-06 11:20:26 -05:00
Zoltán Vörös
14b1ab88f1
remove unused header imports
2021-06-22 22:06:27 +02:00
Zoltán Vörös
be9fd86f60
fix float comparison in scipy/linalg.c
2021-06-22 07:06:10 +02:00
Zoltán Vörös
7f38ad9315
implement ndarray.shape assigment
2021-06-19 15:58:56 +02:00
Zoltán Vörös
947ef80f9f
add the .T ndarray property
2021-06-17 21:52:19 +02:00
Zoltán Vörös
cd3d479b30
remove redudant cases from ndarray_set_value
2021-06-10 19:01:31 +02:00
Zoltán Vörös
f946abd2ee
patch circuitpython
2021-06-09 07:34:18 +02:00
Zoltán Vörös
02acbe4ec3
fix circuitpython properties
2021-06-08 21:59:26 +02:00