diff --git a/doc/changes/devel/12901.bugfix.rst b/doc/changes/devel/12901.bugfix.rst new file mode 100644 index 00000000000..d68f70f7141 --- /dev/null +++ b/doc/changes/devel/12901.bugfix.rst @@ -0,0 +1 @@ +:class:`mne.Report` HDF5 files are now written in ``mode='a'`` (append) to allow users to store other data in the HDF5 files, by `Eric Larson`_. diff --git a/doc/changes/devel/12901.newfeature.rst b/doc/changes/devel/12901.newfeature.rst new file mode 100644 index 00000000000..8d0137fce78 --- /dev/null +++ b/doc/changes/devel/12901.newfeature.rst @@ -0,0 +1,8 @@ +Improved reporting and plotting options: + +- :meth:`mne.Report.add_projs` can now plot with :func:`mne.viz.plot_projs_joint` rather than :func:`mne.viz.plot_projs_topomap` +- :class:`mne.Report` now has attributes ``img_max_width`` and ``img_max_res`` that can be used to control image scaling. +- :class:`mne.Report` now has an attribute ``collapse`` that allows collapsing sections and/or subsections by default. +- :func:`mne.viz.plot_head_positions` now has a ``totals=True`` option to show the total distance and angle of the head. + +Changes by `Eric Larson`_. diff --git a/mne/html_templates/report/html.html.jinja b/mne/html_templates/report/html.html.jinja index 62b9da07911..a9b4f881f12 100644 --- a/mne/html_templates/report/html.html.jinja +++ b/mne/html_templates/report/html.html.jinja @@ -1,7 +1,6 @@