|
1 | 1 | # Release Notes
|
2 |
| -## PyMC3 3.0 (September xx, 2016) |
| 2 | +## PyMC3 3.0 (January 9, 2017) |
3 | 3 |
|
4 | 4 | We are proud and excited to release the first stable version of PyMC3, the product of more than [5 years](https://github.com/pymc-devs/pymc3/commit/85c7e06b6771c0d99cbc09cb68885cda8f7785cb) of ongoing development and contributions from over 80 individuals. PyMC3 is a Python module for Bayesian modeling which focuses on modern Bayesian computational methods, primarily gradient-based (Hamiltonian) MCMC sampling and variational inference. Models are specified in Python, which allows for great flexibility. The main technological difference in PyMC3 relative to previous versions is the reliance on Theano for the computational backend, rather than on Fortran extensions.
|
5 | 5 |
|
@@ -47,6 +47,20 @@ We on the PyMC3 core team would like to thank everyone for contributing and now
|
47 | 47 |
|
48 | 48 | ### Contributors
|
49 | 49 |
|
| 50 | +The following authors contributed to this release: |
| 51 | + |
| 52 | +Chris Fonnesbeck < [email protected]> |
| 53 | +John Salvatier <[email protected]> |
| 54 | + |
| 55 | + |
| 56 | +Maxim Kochurov < [email protected]> |
| 57 | + |
| 58 | +Peadar Coyle (springcoil) <[email protected]> |
| 59 | +Austin Rochford <[email protected]> |
| 60 | +Osvaldo Martin <[email protected]> |
| 61 | + |
| 62 | +In addition, the following community members contributed to this release: |
| 63 | + |
50 | 64 |
|
51 | 65 |
|
52 | 66 | Abraham Flaxman <[email protected]>
|
|
57 | 71 | Andres Asensio Ramos
|
58 | 72 |
|
59 | 73 | Anjum48
|
60 |
| -AustinRochford <[email protected]> |
61 | 74 | Benjamin Edwards <[email protected]>
|
62 | 75 |
|
63 | 76 | Brian Naughton <[email protected]>
|
64 | 77 | Byron Smith
|
65 | 78 |
|
66 |
| -Chris Fonnesbeck < [email protected]> |
67 |
| -Colin |
68 | 79 |
|
69 | 80 |
|
70 |
| - |
71 | 81 |
|
72 | 82 |
|
73 | 83 | Dustin Tran
|
|
80 | 90 | Jake Biesinger < [email protected]>
|
81 | 91 |
|
82 | 92 | John McDonnell < [email protected]>
|
83 |
| -John Salvatier <[email protected]> |
| 93 | + |
84 | 94 | Jordi Diaz
|
85 | 95 | Jordi Warmenhoven < [email protected]>
|
86 | 96 | Karlson Pfannschmidt <[email protected]>
|
|
89 | 99 | Lin Xiao
|
90 | 100 |
|
91 | 101 | Matthew Emmett <[email protected]>
|
92 |
| -Maxim |
93 | 102 | Michael Gallaspy < [email protected]>
|
94 | 103 |
|
95 | 104 | Osvaldo Martin <[email protected]>
|
96 | 105 | Patricio Benavente <[email protected]>
|
97 |
| -Peadar Coyle (springcoil) <[email protected]> |
98 | 106 | Raymond Roberts
|
99 | 107 | Rodrigo Benenson < [email protected]>
|
100 | 108 | Sergei Lebedev <[email protected]>
|
101 | 109 | Skipper Seabold < [email protected]>
|
102 |
| - |
103 |
| -The Gitter Badger <[email protected]> |
104 | 110 | Thomas Kluyver <[email protected]>
|
105 |
| - |
106 | 111 |
|
107 |
| -Volodymyr |
108 | 112 | Volodymyr Kazantsev
|
109 | 113 |
|
110 | 114 |
|
111 | 115 |
|
112 |
| - |
113 | 116 | brandon willard <[email protected]>
|
114 | 117 |
|
115 | 118 | ingmarschuster < [email protected]>
|
116 | 119 |
|
117 | 120 | jason <JasonTam22@gmailcom>
|
118 |
| - |
119 | 121 |
|
120 | 122 |
|
121 | 123 |
|
|
126 | 128 |
|
127 | 129 |
|
128 | 130 | stonebig <stonebig>
|
129 |
| - |
130 |
| - |
| 131 | + |
131 | 132 |
|
132 | 133 |
|
133 | 134 |
|
|
0 commit comments