Skip to content

Commit fe0e7bc

Browse files
v1.0 (#2)
* Binder environment initial commit * README update to include Binder
1 parent 09c3d0b commit fe0e7bc

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
Entropy Pooling in Python
26
=========================
37

@@ -9,6 +13,9 @@ This package contains only one function called ep and has minimal dependencies
913
with just scipy. See [this example](https://github.com/fortitudo-tech/entropy-pooling/blob/main/example/EntropyPooling.ipynb)
1014
for how you can import and use the ep function.
1115

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+
1219
Installation instructions
1320
-------------------------
1421

environment.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)