v923z / micropython-ulab

a numpy-like fast vector module for micropython, circuitpython, and their derivatives
https://micropython-ulab.readthedocs.io/en/latest
MIT License
403 stars 111 forks source link

add bitwise operators #616

Closed v923z closed 1 year ago

v923z commented 1 year ago

Implements the feature request https://github.com/v923z/micropython-ulab/issues/615

v923z commented 1 year ago

@jepler Jeff, is this supposed to happen? https://github.com/v923z/micropython-ulab/actions/runs/4962430686/jobs/8880629331?pr=616 In the past couple of days, I've had difficulties with the circuitpython tests. It might very well be github's fault, for after re-running the workflow file a couple of times, the errors went away. But curiously, micropython never failed.

jepler commented 1 year ago

Try adding build to your requirements, we recently added it on our end: https://github.com/adafruit/circuitpython/pull/7957

v923z commented 1 year ago

Try adding build to your requirements, we recently added it on our end: adafruit/circuitpython#7957

That fixed it. Many thanks!