Skip to content

Commit

Permalink
fetched editor changelog for 0.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdementen committed Oct 23, 2023
1 parent 678a386 commit 20a19f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/source/changes/editor/version_0_34_2.rst.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. py:currentmodule:: larray_editor

Fixes
^^^^^

* fixed the viewer being unusable after showing a matplotlib plot (closes :editor_issue:`261`).

* silence spurious debugger warning on Python 3.11 (closes :editor_issue:`263`).

* when code in the interactive console creates *and shows* a plot window, avoid showing it
a second time (closes :editor_issue:`265`).

* depending on the system regional settings, comparator tolerance sometimes did not allow simple
fractional numbers (e.g. 0.1). The only way to specify the tolerance was the scientific notation
(closes :editor_issue:`260`).

0 comments on commit 20a19f6

Please sign in to comment.