micropython-ulab/docs
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
..
manual implement nonzero (#540) 2022-08-03 20:56:45 +02:00
templates added benchmarks and other comments to the manual 2019-10-20 09:41:50 +02:00
numpy-fft.ipynb update documentation 2022-01-07 20:43:14 +01:00
numpy-functions.ipynb implement nonzero (#540) 2022-08-03 20:56:45 +02:00
numpy-linalg.ipynb add docs for linalg.qr 2021-08-07 07:21:55 +02:00
numpy-universal.ipynb update documentation 2022-01-07 20:43:14 +01:00
scipy-linalg.ipynb fix section header in scipy.linalg docs 2021-06-03 10:49:31 +02:00
scipy-optimize.ipynb update docs 2021-05-09 08:27:16 +02:00
scipy-signal.ipynb fix docs glitch, bump version number to 5.0.0 2022-01-29 21:53:42 +01:00
scipy-special.ipynb update docs 2021-05-09 08:27:16 +02:00
ulab-approx.ipynb updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ulab-change-log.md Bitwise (#628) 2023-06-21 13:46:30 +02:00
ulab-compare.ipynb updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ulab-convert.ipynb implement nonzero (#540) 2022-08-03 20:56:45 +02:00
ulab-intro.ipynb update documentation 2022-01-07 20:43:14 +01:00
ulab-ndarray.ipynb update diag doc, re-organise ulab-ndarray docs 2022-02-09 07:29:26 +01:00
ulab-numerical.ipynb update documentation 2022-01-07 20:43:14 +01:00
ulab-poly.ipynb updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ulab-programming.ipynb implement sqrt for complex arrays 2021-12-07 19:55:15 +01:00
ulab-tricks.ipynb fix section header 2021-05-12 07:18:52 +02:00
ulab-utils.ipynb move spectrogram to utils module 2022-01-29 18:02:48 +01:00