File tree 2 files changed +3
-36
lines changed 2 files changed +3
-36
lines changed Original file line number Diff line number Diff line change 1
1
.. py:currentmodule:: larray_editor
2
2
3
- Syntax changes
4
- ^^^^^^^^^^^^^^
5
-
6
- * renamed ``MappingEditor.old_method_name()`` to :py:obj:`MappingEditor.new_method_name()` (closes :editor_issue:`1 `).
7
-
8
- * renamed ``old_argument_name`` argument of :py:obj:`MappingEditor.method_name()` to ``new_argument_name``.
9
-
10
-
11
- Backward incompatible changes
12
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13
-
14
- * other backward incompatible changes
15
-
16
-
17
- New features
18
- ^^^^^^^^^^^^
19
-
20
- * added a feature (see the :ref:`miscellaneous section <misc_editor>` for details).
21
-
22
- * added another feature in the editor (closes :editor_issue:`1 `).
23
-
24
- .. note::
25
-
26
- - It works for foo bar !
27
- - It does not work for foo baz !
28
-
29
-
30
- .. _misc_editor:
31
-
32
- Miscellaneous improvements
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
34
-
35
- * improved something.
36
-
37
-
38
3
Fixes
39
4
^^^^^
40
5
41
- * fixed something (closes :editor_issue:`1 `).
6
+ * fixed (harmless) error messages appearing when trying to display any variable via the console when using
7
+ matplotlib 3.1+
Original file line number Diff line number Diff line change 2
2
import re
3
3
4
4
import matplotlib
5
+ import matplotlib .axes
5
6
import numpy as np
6
7
import collections
7
8
You can’t perform that action at this time.
0 commit comments