You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add release manager name to release notes
As suggested by @twiecki adding @michaelosthege (3.9.0/3.9.1) and my name (3.10.0) to release notes.
* adding Alex for 3.9.2
* add Kyle for 3.9.3
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ This new version of `Theano-PyMC` comes with an experimental JAX backend which,
51
51
- Added a new notebook demonstrating how to incorporate sampling from a conjugate Dirichlet-multinomial posterior density in conjunction with other step methods (see [#4199](https://github.com/pymc-devs/pymc3/pull/4199)).
52
52
- Mentioned the way to do any random walk with `theano.tensor.cumsum()` in `GaussianRandomWalk` docstrings (see [#4048](https://github.com/pymc-devs/pymc3/pull/4048)).
53
53
54
+
**Release manager** for 3.10.0: Eelke Spaak ([@Spaak](https://github.com/Spaak))
54
55
55
56
## PyMC3 3.9.3 (11 August 2020)
56
57
@@ -70,6 +71,7 @@ This new version of `Theano-PyMC` comes with an experimental JAX backend which,
70
71
71
72
_NB: The `docs/*` folder is still removed from the tarball due to an upload size limit on PyPi._
72
73
74
+
**Release manager** for 3.9.3: Kyle Beauchamp ([@kyleabeauchamp](https://github.com/kyleabeauchamp))
73
75
74
76
## PyMC3 3.9.2 (24 June 2020)
75
77
@@ -82,10 +84,14 @@ _NB: The `docs/*` folder is still removed from the tarball due to an upload size
82
84
83
85
_NB: The `docs/*` folder is still removed from the tarball due to an upload size limit on PyPi._
84
86
87
+
**Release manager** for 3.9.2: Alex Andorra ([@AlexAndorra](https://github.com/AlexAndorra))
88
+
85
89
## PyMC3 3.9.1 (16 June 2020)
86
90
The `v3.9.0` upload to PyPI didn't include a tarball, which is fixed in this release.
87
91
Though we had to temporarily remove the `docs/*` folder from the tarball due to a size limit.
88
92
93
+
**Release manager** for 3.9.1: Michael Osthege ([@michaelosthege](https://github.com/michaelosthege))
94
+
89
95
## PyMC3 3.9.0 (16 June 2020)
90
96
91
97
### New features
@@ -131,6 +137,7 @@ Though we had to temporarily remove the `docs/*` folder from the tarball due to
131
137
- Dropped some deprecated kwargs and functions (see [#3906](https://github.com/pymc-devs/pymc3/pull/3906))
132
138
- Dropped the outdated 'nuts' initialization method for `pm.sample` (see [#3863](https://github.com/pymc-devs/pymc3/pull/3863)).
133
139
140
+
**Release manager** for 3.9.0: Michael Osthege ([@michaelosthege](https://github.com/michaelosthege))
0 commit comments