File tree Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -18,30 +18,8 @@ Backward incompatible changes
18
18
New features
19
19
^^^^^^^^^^^^
20
20
21
- * added a feature (see the :ref:`miscellaneous section <misc>` for details). It works on :ref:`api-axis` and
22
- :ref:`api-group` objects.
23
-
24
- Here is an example of the new feature:
25
-
26
- >>> arr = ndtest((2 , 3 ))
27
- >>> arr
28
- a\b b0 b1 b2
29
- a0 0 1 2
30
- a1 3 4 5
31
-
32
- And it can also be used like this:
33
-
34
- >>> arr = ndtest(" a=a0..a2" )
35
- >>> arr
36
- a a0 a1 a2
37
- 0 1 2
38
-
39
- * added another feature in the editor (closes :editor_issue:`1 `).
40
-
41
- .. note::
42
-
43
- - It works for foo bar !
44
- - It does not work for foo baz !
21
+ * added the :py:obj:`ExcelReport` class allowing to generate multiple graphs in an
22
+ Excel file at once (closes :issue:`676 `).
45
23
46
24
47
25
.. _misc:
You can’t perform that action at this time.
0 commit comments