Skip to content

Commit

Permalink
v1.0 (#2)
Browse files Browse the repository at this point in the history
* Binder environment initial commit

* README update to include Binder
  • Loading branch information
antonvorobets authored Jan 8, 2024
1 parent 09c3d0b commit fe0e7bc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![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)
[![codecov](https://codecov.io/gh/fortitudo-tech/entropy-pooling/graph/badge.svg?token=XGIQ78ZLDN)](https://codecov.io/gh/fortitudo-tech/entropy-pooling)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fortitudo-tech/entropy-pooling/HEAD?labpath=example)

Entropy Pooling in Python
=========================

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

You can explore the example without local installations using
[Binder](https://mybinder.org/v2/gh/fortitudo-tech/entropy-pooling/HEAD?labpath=example).

Installation instructions
-------------------------

Expand Down
10 changes: 10 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: entropy-pooling-example
channels:
- conda-forge
dependencies:
- python=3.10
- scipy
- pip
- pip:
- fortitudo.tech
- entropy-pooling

0 comments on commit fe0e7bc

Please sign in to comment.