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 b536f91 commit ab93967Copy full SHA for ab93967
RELEASE-NOTES.md
@@ -7,7 +7,7 @@ Instead update the vNext section until 4.0.0 is out.
7
⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠
8
-->
9
10
-## PyMC vNext (4.0.0b1 → ... → 4.0.0b5 → 4.0.0)
+## PyMC vNext (4.0.0b1 → ... → 4.0.0b6 → 4.0.0)
11
⚠ The changes below are the delta between the releases `v3.11.5` →...→ `v4.0.0`.
12
13
### Not-yet working features
pymc/__init__.py
@@ -13,7 +13,7 @@
# limitations under the License.
14
15
# pylint: disable=wildcard-import
16
-__version__ = "4.0.0b5"
+__version__ = "4.0.0b6"
17
18
import logging
19
import multiprocessing as mp
0 commit comments