Skip to content

Commit

Permalink
add the out keyword argument to universal functions (#621)
Browse files Browse the repository at this point in the history
* add optional out keyword argument to math functions

* fix the keyword handling in sqrt

* run micropython build on ubuntu 20.04 instead of latest

* fix unused variable error in vector_generic_vector
  • Loading branch information
v923z committed May 28, 2023
1 parent 3e996d9 commit 73dbbf7
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- macOS-latest
dims: [1, 2, 3, 4]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 73dbbf7

Please sign in to comment.