-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: fixed the viewer being unusable after showing a matplotlib plot (c…
…loses #261) Matplotlib seems to leave a Qt application behind with an invisible window opened if the user mouses over the figure before closing it. Obviously, the Qt app event loop is not running anymore.
- Loading branch information
Showing
2 changed files
with
20 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,6 @@ | ||
.. py:currentmodule:: larray_editor | ||
|
||
Syntax changes | ||
^^^^^^^^^^^^^^ | ||
|
||
* renamed ``MappingEditor.old_method_name()`` to :py:obj:`MappingEditor.new_method_name()` (closes :editor_issue:`1`). | ||
|
||
* renamed ``old_argument_name`` argument of :py:obj:`MappingEditor.method_name()` to ``new_argument_name``. | ||
|
||
|
||
Backward incompatible changes | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
* other backward incompatible changes | ||
|
||
|
||
New features | ||
^^^^^^^^^^^^ | ||
|
||
* added a feature (see the :ref:`miscellaneous section <misc_editor>` for details). | ||
|
||
* added another feature in the editor (closes :editor_issue:`1`). | ||
|
||
.. note:: | ||
|
||
- It works for foo bar ! | ||
- It does not work for foo baz ! | ||
|
||
|
||
.. _misc_editor: | ||
|
||
Miscellaneous improvements | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
* improved something. | ||
|
||
|
||
Fixes | ||
^^^^^ | ||
|
||
* fixed something (closes :editor_issue:`1`). | ||
* fixed the viewer being unusable after showing a matplotlib plot (closes :editor_issue:`261`). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters