Skip to content

Commit 4f5872c

Browse files
committed
prepare release notes for release
1 parent 0de8e68 commit 4f5872c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

doc/source/changes/version_0_32.rst.inc

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,11 @@ New features
1010
Miscellaneous improvements
1111
^^^^^^^^^^^^^^^^^^^^^^^^^^
1212

13+
* Sizes of the main window and the resizable components are saved when closing the viewer and restored
14+
when it is reopened (closes :editor_issue:`165`).
15+
1316
* added keyword arguments ``rtol``, ``atol`` and ``nans_equal`` to the :py:obj:`compare()` function
1417
(closes :editor_issue:`172`).
1518

16-
* Sizes of the main window and the resizable components are saved when closing the viewer and restored
17-
when the viewer is reopened (closes :editor_issue:`165`).
18-
1919
* :py:obj:`run_editor_on_exception()` now uses :py:obj:`debug()` so that one can inspect what the state was in all
2020
functions traversed to reach the code which triggered the exception.
21-
22-
23-
Fixes
24-
^^^^^
25-
26-
* fixed something (closes :editor_issue:`1`).

0 commit comments

Comments
 (0)