Skip to content

Commit 21d6cd0

Browse files
committed
Initiate v4.0.0b3 release
1 parent 620546b commit 21d6cd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE-NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Instead update the vNext section until 4.0.0 is out.
77
⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠
88
-->
99

10-
## PyMC vNext (4.0.0b1 → 4.0.0b2 → 4.0.0b3 → 4.0.0)
10+
## PyMC vNext (4.0.0b1 → 4.0.0b2 → 4.0.0b3 → 4.0.0b4 → 4.0.0)
1111
⚠ The changes below are the delta between the upcoming releases `v3.11.5` →...→ `v4.0.0`.
1212

13-
### No-yet working features
13+
### Not-yet working features
1414
We plan to get these working again, but at this point their inner workings have not been refactored.
1515
- Timeseries distributions (see [#4642](https://github.com/pymc-devs/pymc/issues/4642))
1616
- Mixture distributions (see [#4781](https://github.com/pymc-devs/pymc/issues/4781))

pymc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# pylint: disable=wildcard-import
16-
__version__ = "4.0.0b2"
16+
__version__ = "4.0.0b3"
1717

1818
import logging
1919
import multiprocessing as mp

0 commit comments

Comments
 (0)