File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
doc/source/changes/editor Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ .. py:currentmodule:: larray_editor
2+
3+ New features
4+ ^^^^^^^^^^^^
5+
6+ * added :py:obj:`debug()` function which opens an editor window with an extra widget to navigate back in the call
7+ stack (the chain of functions called to reach the current line of code).
8+
9+
10+ Miscellaneous improvements
11+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
12+
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+
16+ * added keyword arguments ``rtol``, ``atol`` and ``nans_equal`` to the :py:obj:`compare()` function
17+ (closes :editor_issue:`172 `).
18+
19+ * :py:obj:`run_editor_on_exception()` now uses :py:obj:`debug()` so that one can inspect what the state was in all
20+ functions traversed to reach the code which triggered the exception.
You can’t perform that action at this time.
0 commit comments