Skip to content

Commit afe210a

Browse files
Initiate v4.0.0b3 release (#5562)
* Initiate v4.0.0b3 release * Added Maintenance section to release notes with VI update notice * Clean release notes * Removed Cholesky from non-working section of release notes Co-authored-by: Ricardo <[email protected]>
1 parent f71a2b1 commit afe210a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

RELEASE-NOTES.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ 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))
17-
- Cholesky distributions (see WIP PR [#4784](https://github.com/pymc-devs/pymc/pull/4784))
18-
- Variational inference submodule (see WIP PR [#4582](https://github.com/pymc-devs/pymc/pull/4582))
1917
- Elliptical slice sampling (see [#5137](https://github.com/pymc-devs/pymc/issues/5137))
2018
- `BaseStochasticGradient` (see [#5138](https://github.com/pymc-devs/pymc/issues/5138))
2119
- `pm.sample_posterior_predictive_w` (see [#4807](https://github.com/pymc-devs/pymc/issues/4807))
@@ -129,6 +127,7 @@ This includes API changes we did not warn about since at least `3.11.0` (2021-01
129127
- `softmax` and `log_softmax` functions added to `math` module (see [#5279](https://github.com/pymc-devs/pymc/pull/5279)).
130128
- ...
131129

130+
132131
## Documentation
133132
- Switched to the [pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/latest/)
134133
- Updated our documentation tooling to use [MyST](https://myst-parser.readthedocs.io/en/latest/), [MyST-NB](https://myst-nb.readthedocs.io/en/latest/), sphinx-design, notfound.extension,

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)