File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ What's New
77
88For full changes, see the `Releases page <https://github.com/stan-dev/cmdstanpy/releases >`__ on GitHub.
99
10+
11+ CmdStanPy 1.0.5
12+ ---------------
13+
14+ - Fixed a typo in :func: `cmdstanpy.show_versions() `
15+ - Reorganized and updated the documentation
16+ - Reorganized a lot of internal code
17+ - Cleaned up the output of :meth: `CmdStanMCMC.draws_pd `
18+ - Cleaned up the output of :meth: `CmdStanMCMC.summary `
19+ - Removed the logging which occurred when Python exited with cmdstanpy imported.
20+
1021CmdStanPy 1.0.4
1122---------------
1223
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ def emit(self, record):
202202
203203html_theme_options = {
204204 "navbar_start" : ["title" ],
205- "page_sidebar_items" : ["search-field" , " page-toc" , "edit-this-page" ],
205+ "page_sidebar_items" : ["page-toc" , "edit-this-page" ],
206206 "icon_links" : [
207207 {
208208 "name" : "Twitter" ,
@@ -224,7 +224,7 @@ def emit(self, record):
224224 "show_toc_level" : 2 ,
225225}
226226
227- html_sidebars = {"**" : [], " index" : ['logo' ], "users-guide/overview" : [ 'logo' ]}
227+ html_sidebars = {"index" : ["search-field" , 'logo' ]}
228228
229229html_context = {
230230 "github_user" : "stan-dev" ,
You can’t perform that action at this time.
0 commit comments