Skip to content

Commit 9f6fa15

Browse files
committed
added changelog
1 parent 28ac615 commit 9f6fa15

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

doc/source/changes/version_0_31.rst.inc

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,8 @@ Backward incompatible changes
1818
New features
1919
^^^^^^^^^^^^
2020

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`).
4523

4624

4725
.. _misc:

0 commit comments

Comments
 (0)