File tree 2 files changed +22
-2
lines changed
docs/source/semantic_sphinx
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
### Maintenance
15
15
16
+ - Big rewrite of documentation (#3275 )
16
17
- Fixed Triangular distribution ` c ` attribute handling in ` random ` and updated sample codes for consistency (#3225 )
17
- - Renamed ` sample_ppc() ` and ` sample_ppc_w() ` to ` sample_posterior_predictive() ` and ` sample_posterior_predictive_w() ` , respectively.
18
18
- Refactor SMC and properly compute marginal likelihood (#3124 )
19
19
20
+ ### Deprecations
21
+
22
+ - Renamed ` sample_ppc() ` and ` sample_ppc_w() ` to ` sample_posterior_predictive() ` and ` sample_posterior_predictive_w() ` , respectively.
20
23
21
24
## PyMC 3.5 (July 21 2018)
22
25
Original file line number Diff line number Diff line change @@ -70,6 +70,23 @@ <h2>Probabilistic Programming in Python</h2>
70
70
</ div >
71
71
72
72
< div class ="ui container " role ="main ">
73
+ {% if pagename == 'index' %}
74
+ < div class ="ui vertical segment ">
75
+ < a class ="ui image " href ="https://mybinder.org/v2/gh/pymc-devs/pymc3/master?filepath=%2Fdocs%2Fsource%2Fnotebooks ">
76
+ < img src ="https://mybinder.org/badge.svg ">
77
+ </ a >
78
+ < a class ="ui image " href ="https://travis-ci.org/pymc-devs/pymc3 ">
79
+ < img src ="https://travis-ci.org/pymc-devs/pymc3.png?branch=master ">
80
+ </ a >
81
+ < a class ="ui image " href ="https://coveralls.io/github/pymc-devs/pymc3?branch=master ">
82
+ < img src ="https://coveralls.io/repos/github/pymc-devs/pymc3/badge.svg?branch=master ">
83
+ </ a >
84
+ < a class ="ui image " href ="https://www.numfocus.org/ ">
85
+ < img src ="https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A ">
86
+ </ a >
87
+ </ div >
88
+ {% endif %}
89
+
73
90
< div class ="ui vertical segment ">
74
91
{% block body %}{% endblock %}
75
92
</ div >
@@ -102,7 +119,7 @@ <h2>Probabilistic Programming in Python</h2>
102
119
{%- endif %}
103
120
{%- if show_sphinx %}
104
121
< p >
105
- {% trans sphinx_version=sphinx_version|e %}Created using < a href ="http ://sphinx-doc.org/ "> Sphinx</ a > {{
122
+ {% trans sphinx_version=sphinx_version|e %}Created using < a href ="https ://sphinx-doc.org/ "> Sphinx</ a > {{
106
123
sphinx_version }}.{% endtrans %}< br />
107
124
</ p >
108
125
{%- endif %}
You can’t perform that action at this time.
0 commit comments