File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ pytest] ( https://github.com/fortitudo-tech/entropy-pooling/actions/workflows/tests.yml/badge.svg )] ( https://github.com/fortitudo-tech/entropy-pooling/actions/workflows/tests.yml )
2
+ [ ![ codecov] ( https://codecov.io/gh/fortitudo-tech/entropy-pooling/graph/badge.svg?token=XGIQ78ZLDN )] ( https://codecov.io/gh/fortitudo-tech/entropy-pooling )
3
+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/fortitudo-tech/entropy-pooling/HEAD?labpath=example )
4
+
1
5
Entropy Pooling in Python
2
6
=========================
3
7
@@ -9,6 +13,9 @@ This package contains only one function called ep and has minimal dependencies
9
13
with just scipy. See [ this example] ( https://github.com/fortitudo-tech/entropy-pooling/blob/main/example/EntropyPooling.ipynb )
10
14
for how you can import and use the ep function.
11
15
16
+ You can explore the example without local installations using
17
+ [ Binder] ( https://mybinder.org/v2/gh/fortitudo-tech/entropy-pooling/HEAD?labpath=example ) .
18
+
12
19
Installation instructions
13
20
-------------------------
14
21
Original file line number Diff line number Diff line change
1
+ name : entropy-pooling-example
2
+ channels :
3
+ - conda-forge
4
+ dependencies :
5
+ - python=3.10
6
+ - scipy
7
+ - pip
8
+ - pip :
9
+ - fortitudo.tech
10
+ - entropy-pooling
You can’t perform that action at this time.
0 commit comments