We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d42a37 commit 4a4761bCopy full SHA for 4a4761b
README.md
@@ -1,12 +1,13 @@
1
-# rxpy
2
-A fast (experimental) RX algorithm implementation in Python 3.6+ with overhead reduction based on entropy estimation via compression.
+# rx_algorithm
3
4
-# Example usage
+A fast (experimental) RX algorithm implementation in Python 3.9+ with overhead reduction based on entropy estimation via compression.
+
5
+## Example usage
6
7
```python
-from rx import rx
8
+from rx_algorithm import rx
9
from rx.utils import plot
10
11
X = rx(array)
12
plot(X, 'out.png')
-```
13
+```
0 commit comments