Skip to content

Commit 53d3202

Browse files
committed
Update release notes
1 parent 92b4c12 commit 53d3202

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docsrc/changes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ What's New
77

88
For 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 occured when Python exited with cmdstanpy imported.
20+
1021
CmdStanPy 1.0.4
1122
---------------
1223

docsrc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def emit(self, record):
202202

203203
html_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

229229
html_context = {
230230
"github_user": "stan-dev",

0 commit comments

Comments
 (0)