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 0c6230b commit d202b07Copy full SHA for d202b07
pymc_bart/__init__.py
@@ -25,7 +25,7 @@
25
)
26
27
__all__ = ["BART", "PGBART"]
28
-__version__ = "0.5.2"
+__version__ = "0.5.3"
29
30
31
pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
0 commit comments