bayinx 0.2.32__py3-none-any.whl → 0.2.33__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
bayinx/core/model.py
CHANGED
@@ -4,7 +4,7 @@ from typing import Any, Dict, Tuple
|
|
4
4
|
import equinox as eqx
|
5
5
|
import jax.numpy as jnp
|
6
6
|
import jax.tree as jt
|
7
|
-
from jaxtyping import Array, Scalar
|
7
|
+
from jaxtyping import Array, PyTree, Scalar
|
8
8
|
|
9
9
|
from bayinx.core.constraint import Constraint
|
10
10
|
|
@@ -18,7 +18,7 @@ class Model(eqx.Module):
|
|
18
18
|
- `constraints`: A dictionary of constraints.
|
19
19
|
"""
|
20
20
|
|
21
|
-
params: Dict[str,
|
21
|
+
params: Dict[str, PyTree]
|
22
22
|
constraints: Dict[str, Constraint]
|
23
23
|
|
24
24
|
@abstractmethod
|
@@ -5,7 +5,7 @@ bayinx/constraints/lower.py,sha256=MAAsWpZhqu1ySMskQ0fPVkCzW6CVDCU67q2bkCyzbLc,9
|
|
5
5
|
bayinx/core/__init__.py,sha256=7vW2F8t3K4TWlSu5nZrYCdUrz5N9FMIfQQBn3IoeH6o,150
|
6
6
|
bayinx/core/constraint.py,sha256=60KzDILVLQTCY3jt4YEnNKJ5gnG8IHTv_nNqrdwt_3c,751
|
7
7
|
bayinx/core/flow.py,sha256=A5Vw5t76LPasnMgghjw6ulBkIm5L2jBprusVt-tuwko,2296
|
8
|
-
bayinx/core/model.py,sha256=
|
8
|
+
bayinx/core/model.py,sha256=7Gt7HkFLzSUbRY9PxTDp6CrXzmld25NL9aQo34ePeno,2135
|
9
9
|
bayinx/core/variational.py,sha256=2stsYKZDri1rLP7mrz7X2GWehBXNESdlWtmF2N9CEas,4787
|
10
10
|
bayinx/dists/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
bayinx/dists/bernoulli.py,sha256=xMV9BgtVX_1XkPdZ43q0meMIEkgMyuUPx--dyo6_DKs,1006
|
@@ -24,6 +24,6 @@ bayinx/mhx/vi/flows/fullaffine.py,sha256=Z_G2Cg90Asgvqel8buMx5kEVsiIxDDh8rc-L_nP
|
|
24
24
|
bayinx/mhx/vi/flows/planar.py,sha256=WVj-oxcRctuoRA6KJjU63ek1ZgKNG2vI-TLN0QqjtKA,1916
|
25
25
|
bayinx/mhx/vi/flows/radial.py,sha256=Obj3SraliawIHmP14F9wRpWt34y3kscY--Izy24eCvM,2499
|
26
26
|
bayinx/mhx/vi/flows/sylvester.py,sha256=ppK0BmS_ThvrCEhJiP_-p-kj67TQHSlU_RUZpDbIhsQ,469
|
27
|
-
bayinx-0.2.
|
28
|
-
bayinx-0.2.
|
29
|
-
bayinx-0.2.
|
27
|
+
bayinx-0.2.33.dist-info/METADATA,sha256=8d-BDtz7NrXSs5kJd-9Yr5zHTzEPtQvhgZGD-3VX7FI,3058
|
28
|
+
bayinx-0.2.33.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
29
|
+
bayinx-0.2.33.dist-info/RECORD,,
|
File without changes
|