Skip to content

Commit f6359da

Browse files
committed
fetched editor changelog for 0.32
1 parent 243f601 commit f6359da

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

0 commit comments

Comments
 (0)