Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.3 #5

Merged
merged 4 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading