Skip to content

Commit

Permalink
Add examples as a run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dirmeier committed Aug 18, 2024
1 parent 376e59a commit 1180ad9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions surjectors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""surjectors: Surjection layers for density estimation with normalizing flows."""

__version__ = "0.3.3"
__version__ = "0.3.4"

from distrax import ScalarAffine
from distrax import RationalQuadraticSpline, ScalarAffine

from surjectors._src.bijectors.affine_masked_autoregressive import (
AffineMaskedAutoregressive,
Expand Down Expand Up @@ -63,4 +63,5 @@
"Slice",
# "Augment",
"ScalarAffine",
"RationalQuadraticSpline",
]

0 comments on commit 1180ad9

Please sign in to comment.