File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ Instead update the vNext section until 4.0.0 is out.
7
7
⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠
8
8
-->
9
9
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)
11
11
⚠ The changes below are the delta between the upcoming releases ` v3.11.5 ` →...→ ` v4.0.0 ` .
12
12
13
- ### No -yet working features
13
+ ### Not -yet working features
14
14
We plan to get these working again, but at this point their inner workings have not been refactored.
15
15
- Timeseries distributions (see [ #4642 ] ( https://github.com/pymc-devs/pymc/issues/4642 ) )
16
16
- Mixture distributions (see [ #4781 ] ( https://github.com/pymc-devs/pymc/issues/4781 ) )
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# pylint: disable=wildcard-import
16
- __version__ = "4.0.0b2 "
16
+ __version__ = "4.0.0b3 "
17
17
18
18
import logging
19
19
import multiprocessing as mp
You can’t perform that action at this time.
0 commit comments