Skip to content

Commit 1070468

Browse files
authored
v0.2.2 (#271)
* link * v0.2.2
1 parent aa56974 commit 1070468

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/learn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ How to create and manipulate a network of probabilistic nodes for reinforcement
7676
:::{grid-item-card} Generalised Bayesian filtering
7777
:link: generalised_filtering
7878
:link-type: ref
79-
:img-top: ./images/multivariate_hgf.gif
79+
:img-top: ./images/multivariate_normal.gif
8080

8181

8282
Predict, filter and smooth any distribution from the exponential family using generalisations of the Hierarchical Gaussian Filter.

pyhgf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88
import pandas as pd
99

10-
__version__ = "0.2.1"
10+
__version__ = "0.2.2"
1111

1212

1313
def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]:

0 commit comments

Comments
 (0)