Skip to content

Commit 162fd92

Browse files
authored
add release manager name to release notes (#4268)
* 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
1 parent 326beae commit 162fd92

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASE-NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ This new version of `Theano-PyMC` comes with an experimental JAX backend which,
5151
- 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)).
5252
- 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)).
5353

54+
**Release manager** for 3.10.0: Eelke Spaak ([@Spaak](https://github.com/Spaak))
5455

5556
## PyMC3 3.9.3 (11 August 2020)
5657

@@ -70,6 +71,7 @@ This new version of `Theano-PyMC` comes with an experimental JAX backend which,
7071

7172
_NB: The `docs/*` folder is still removed from the tarball due to an upload size limit on PyPi._
7273

74+
**Release manager** for 3.9.3: Kyle Beauchamp ([@kyleabeauchamp](https://github.com/kyleabeauchamp))
7375

7476
## PyMC3 3.9.2 (24 June 2020)
7577

@@ -82,10 +84,14 @@ _NB: The `docs/*` folder is still removed from the tarball due to an upload size
8284

8385
_NB: The `docs/*` folder is still removed from the tarball due to an upload size limit on PyPi._
8486

87+
**Release manager** for 3.9.2: Alex Andorra ([@AlexAndorra](https://github.com/AlexAndorra))
88+
8589
## PyMC3 3.9.1 (16 June 2020)
8690
The `v3.9.0` upload to PyPI didn't include a tarball, which is fixed in this release.
8791
Though we had to temporarily remove the `docs/*` folder from the tarball due to a size limit.
8892

93+
**Release manager** for 3.9.1: Michael Osthege ([@michaelosthege](https://github.com/michaelosthege))
94+
8995
## PyMC3 3.9.0 (16 June 2020)
9096

9197
### New features
@@ -131,6 +137,7 @@ Though we had to temporarily remove the `docs/*` folder from the tarball due to
131137
- Dropped some deprecated kwargs and functions (see [#3906](https://github.com/pymc-devs/pymc3/pull/3906))
132138
- Dropped the outdated 'nuts' initialization method for `pm.sample` (see [#3863](https://github.com/pymc-devs/pymc3/pull/3863)).
133139

140+
**Release manager** for 3.9.0: Michael Osthege ([@michaelosthege](https://github.com/michaelosthege))
134141

135142
## PyMC3 3.8 (November 29 2019)
136143

0 commit comments

Comments
 (0)