bartz 0.6.0__py3-none-any.whl → 0.7.0__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.
bartz/__init__.py CHANGED
@@ -28,5 +28,5 @@ Super-fast BART (Bayesian Additive Regression Trees) in Python.
28
28
  See the manual at https://gattocrucco.github.io/bartz/docs
29
29
  """
30
30
 
31
- from . import BART, debug, grove, jaxext, mcmcloop, mcmcstep, prepcovars # noqa: F401
32
- from ._version import __version__ # noqa: F401
31
+ from bartz import BART, grove, jaxext, mcmcloop, mcmcstep, prepcovars # noqa: F401
32
+ from bartz._version import __version__ # noqa: F401
bartz/_version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '0.6.0'
1
+ __version__ = '0.7.0'