Skip to content

Commit 35a7ec7

Browse files
author
Sebastian Koslowski
committed
README
1 parent 2bbc522 commit 35a7ec7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

MANIFEST.md

-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ copyright_owner:
88
- Sebastian Koslowski
99
license:
1010
repo: https://github.com/skoslowski/gr-numexpr
11-
---
12-
This module contains a single block which lets you enter a [NumExpr](https://github.com/pydata/numexpr) expression to be used as work function. The result is a speedy embedded python block.
13-
14-
In addition, any python callable can be passed. It must take one arg per input stream and produce a single array. The numexpr module is not required in this mode.

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
gr-numexpr
2+
----------
3+
4+
This module contains a single block which lets you enter a [NumExpr](https://github.com/pydata/numexpr) expression to be used as work function. The result is a speedy embedded python block.
5+
6+
In addition, any python callable can be passed. It must take one arg per input stream and produce a single array. The numexpr module is not required in this mode.

0 commit comments

Comments
 (0)