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 24eeb1a commit b993eb9Copy full SHA for b993eb9
pymc_bart/__init__.py
@@ -25,7 +25,7 @@
25
)
26
27
__all__ = ["BART", "PGBART"]
28
-__version__ = "0.5.0"
+__version__ = "0.5.1"
29
30
31
pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
0 commit comments