We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1adedf commit 071ca35Copy full SHA for 071ca35
pymc_bart/__init__.py
@@ -25,7 +25,7 @@
25
)
26
27
__all__ = ["BART", "PGBART"]
28
-__version__ = "0.5.5"
+__version__ = "0.5.6"
29
30
31
pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
0 commit comments