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 4766f06 commit cc3129dCopy full SHA for cc3129d
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.0-beta1 → 4.0.0-beta2 → 4.0.0)
+## PyMC vNext (4.0.0b1 → 4.0.0b2 → 4.0.0)
11
⚠ The changes below are the delta between the upcoming releases `v3.11.5` →...→ `v4.0.0`.
12
13
### No-yet working features
pymc/__init__.py
@@ -13,7 +13,7 @@
# limitations under the License.
14
15
# pylint: disable=wildcard-import
16
-__version__ = "4.0.0-beta1"
+__version__ = "4.0.0b1"
17
18
import logging
19
import multiprocessing as mp
0 commit comments