30352bbdd9
update version and changelog
2023-06-28 09:02:49 -05:00
3728d22732
Fix -Wunused-variable diagnostic when !ULAB_SUPPORTS_COMPLEX
...
`o_in` is only used in the SUPPORTS_COMPLEX case, so the variable
definition needs to be moved accordingly.
2023-06-27 11:49:30 -05:00
Derfies
2cde1280a4
Bitwise ( #628 )
...
* add bitwise operators
* add build to requirements
* [EDIT] - Tweaked test data and saved test results.
* Tweaked test values for and / or
* [EDIT] - Setting print options to be verbose for test comparisons.
* [EDIT] - Removed call to set_printoptions and added output from ulab instead of numpy. Of note - there seems to be a discrepancy between the numpy and ulab output for one of the left_shift cases.
* [EDIT] - Added newline at end of file for diffing purposes.
* [EDIT] - Added print options back in as output seemed truncated.
---------
Co-authored-by: Zoltán Vörös <zvoros@gmail.com>
Co-authored-by: JamieDouugh <jamie.davies@douugh.com>
2023-06-21 13:46:30 +02:00
Zoltán Vörös
ef248b684d
add bitwise operators ( #616 )
...
* add bitwise operators
* add build to requirements
2023-06-20 21:44:58 +02:00
Zoltán Vörös
3e996d9bd9
fix ndarray subscription method ( #619 )
2023-05-17 20:45:07 +02:00
Zoltán Vörös
ac2e9954ed
ndarray_from_mp_obj correctly treats Booleans ( #613 )
2023-05-07 12:09:02 +02:00
Zoltán Vörös
beda4c19f8
implement unknown shape dimension in reshape ( #612 )
2023-05-07 00:21:16 +02:00
Zoltán Vörös
412b13fb1c
fix binary division ( #611 )
2023-05-06 20:40:06 +02:00
Zoltán Vörös
f2dd2230c4
fix sorting of empty arrays in sort_complex ( #583 )
2023-01-23 21:53:41 +01:00
Zoltán Vörös
578ca6670d
raise exception in arange, if step size is 0 ( #582 )
2023-01-23 21:52:37 +01:00
20766d16e1
bump version
2023-01-21 08:03:06 -06:00
Zoltán Vörös
6fcfeda58d
increment version number after dot fix
2023-01-15 11:01:15 +01:00
Zoltán Vörös
7124eaac74
fix concatenate ( #575 )
2023-01-14 11:02:33 +01:00
Zoltán Vörös
e68bb707b2
fix vectorize ( #568 )
2023-01-04 00:27:41 +01:00
Zoltán Vörös
25a825e41c
fix segmentation fault bug in fft.ifft ( #557 )
2022-11-07 17:23:04 +01:00
Zoltán Vörös
294f9d9ef2
fix test script, bring ulab in line with micropython, bump version number to 6.0.0
2022-09-21 19:59:34 +02:00
Zoltán Vörös
57de23c1fb
fix how arctan2 treats scalars ( #546 )
2022-08-04 07:35:20 +02:00
Zoltán Vörös
dfed7a844a
implement nonzero ( #540 )
...
* implement nonzero for Boolean arrays
* remove axtls from build script
* extend nonzero to ndarrays of arbitrary dtype, and iterable, fix float tests
* temporarily disable circuitpython tests
* add nonzero documentation
* Added test script for np.nonzero()
Co-authored-by: Tejal Ashwini Barnwal <64950661+tejalbarnwal@users.noreply.github.com>
2022-08-03 20:56:45 +02:00
Zoltán Vörös
d438344943
fix in-place assignment from slices ( #524 )
...
* fix in-place assignment from slices
2022-05-17 21:25:20 +02:00
Zoltán Vörös
53bc8d6b0e
replace m_new with m_new0, wherever reasonable ( #521 )
...
replace m_new with m_new0, wherever reasonable, and remove dangling memory fragments created by m_new0
2022-04-22 22:10:01 +02:00
Zoltán Vörös
48b3b7f641
fix sorting on empty arrays
2022-04-18 10:18:19 +02:00
Zoltán Vörös
d2939dbf22
fix binary ops on empty arrays
2022-02-18 19:34:30 +01:00
Zoltán Vörös
0ef2341386
fix complex slicing
2022-02-10 19:57:19 +01:00
Zoltán Vörös
f2502fa037
update diag doc, re-organise ulab-ndarray docs
2022-02-09 07:29:26 +01:00
Zoltán Vörös
4dc9afc1f8
fix np.diag
2022-02-08 17:37:00 +01:00
Zoltán Vörös
effbd3cf38
add ULAB_HASH
2022-02-03 21:23:11 +01:00
Zoltán Vörös
ae9604db21
Merge branch 'master' into spectrogram
2022-02-01 20:29:53 +01:00
Zoltán Vörös
6dcad4424c
extend loadtxt documentation
2022-02-01 18:42:58 +01:00
Zoltán Vörös
19282b47d1
add dtype keyword to loadtxt
2022-01-29 22:30:11 +01:00
Zoltán Vörös
e86b6b8507
fix version number in change log
2022-01-29 21:58:37 +01:00
Zoltán Vörös
9d79960ef6
fix docs glitch, bump version number to 5.0.0
2022-01-29 21:53:42 +01:00
Zoltán Vörös
67538b0ee0
move spectrogram to utils module
2022-01-29 18:02:48 +01:00
Zoltán Vörös
87e5fa3bd9
add loadtxt and savetxt documentation
2022-01-28 19:58:40 +01:00
Zoltán Vörös
7a09815a84
add loadtxt and savetxt documentation
2022-01-28 19:57:32 +01:00
Zoltán Vörös
77a856e84e
fix compilation problem on the rp2 port
2022-01-25 18:10:06 +01:00
Zoltán Vörös
26d28166f8
Merge branch 'master' into sosfilt-fix
2022-01-21 17:29:28 +01:00
Zoltán Vörös
73fcd895db
Merge branch 'master' into io
2022-01-19 19:56:44 +01:00
Zoltán Vörös
3f97d7bb84
fix scipy.signal.sosfilt
2022-01-19 17:37:54 +01:00
Zoltán Vörös
4739e06473
fix ndarray_copy_view for Boolean dtypes
2022-01-18 16:42:03 +01:00
Zoltán Vörös
b756c36f73
rebase from master
2022-01-15 10:09:24 +01:00
Zoltán Vörös
a1f1cd255b
rebasing from master
2022-01-15 09:54:15 +01:00
Zoltán Vörös
d8ce4b395f
rebase from master
2022-01-15 09:46:13 +01:00
Zoltán Vörös
d40672d946
add asarray, size documentation
2022-01-14 21:06:55 +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
b5d94e8fdc
Merge branch 'master' into io
2022-01-12 21:55:14 +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
17afe29124
implement load
2022-01-12 20:17:24 +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
97b368412c
fix complex printout for long arrays
2022-01-10 23:23:09 +01:00
Zoltán Vörös
a0dcd1ebab
implement numpy.save
2022-01-08 20:27:02 +01:00