Skip to content

Commit

Permalink
v1.0.3 (#5)
Browse files Browse the repository at this point in the history
* Examples folder rename

* README updates

* Minor sequential Entropy Pooling example update

* Poetry update
  • Loading branch information
antonvorobets authored Mar 14, 2024
1 parent 8fb76e0 commit 458ccbc
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![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)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fortitudo-tech/entropy-pooling/HEAD?labpath=examples)

Entropy Pooling in Python
=========================
Expand All @@ -14,7 +14,7 @@ with just scipy. See [this example](https://github.com/fortitudo-tech/entropy-po
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).
[Binder](https://mybinder.org/v2/gh/fortitudo-tech/entropy-pooling/HEAD?labpath=examples).

Installation instructions
-------------------------
Expand Down Expand Up @@ -51,7 +51,7 @@ a causal Bayesian nets overlay on top of Entropy Pooling, see
Video walkthroughs
------------------

Video walkthroughs of the two notebook examples for this package are available here
https://youtu.be/hDt103zEML8 and here https://youtu.be/DK1Pv5tuLgo. The videos give
additional insights into the Entropy Pooling theory and its sequential refinements.
It is highly encouraged to watch these two quickly increase your understanding.
Video walkthroughs of the two notebook examples are available here https://youtu.be/hDt103zEML8
and here https://youtu.be/DK1Pv5tuLgo. The videos give additional insights into
Entropy Pooling theory and its sequential refinements. It is highly encouraged
to watch these two quickly increase your understanding.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\n",
"At the end, there is an example of how to apply Entropy Pooling in a sequential way for even better results. For more on sequential Entropy Pooling, see https://ssrn.com/abstract=3936392. For a video walkthrough of the article and its accompanied code, see https://youtu.be/hDt103zEML8.\n",
"\n",
"You can watch a video walkthrough of the example and learn more about Entropy Pooling here: https://youtu.be/DK1Pv5tuLgo."
"You can watch a video walkthrough of this example and learn more about Entropy Pooling here: https://youtu.be/DK1Pv5tuLgo."
]
},
{
Expand Down
30 changes: 15 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "entropy-pooling"
version = "1.0.2"
version = "1.0.3"
description = "Entropy Pooling in Python with a BSD 3-Clause license."
authors = ["Fortitudo Technologies <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 458ccbc

Please sign in to comment.