File tree Expand file tree Collapse file tree 1 file changed +2
-33
lines changed Expand file tree Collapse file tree 1 file changed +2
-33
lines changed Original file line number Diff line number Diff line change @@ -18,37 +18,6 @@ Backward incompatible changes
1818 Closes :issue:` 815` .
1919
2020
21- New features
22- ^^^^^^^^^^^^
23-
24- * added a feature (see the :ref:`miscellaneous section <misc>` for details). It works on :ref:`api-axis` and
25- :ref:`api-group` objects.
26-
27- Here is an example of the new feature:
28-
29- >>> arr = ndtest((2 , 3 ))
30- >>> arr
31- a\b b0 b1 b2
32- a0 0 1 2
33- a1 3 4 5
34-
35- And it can also be used like this:
36-
37- >>> arr = ndtest(" a=a0..a2" )
38- >>> arr
39- a a0 a1 a2
40- 0 1 2
41-
42- * added another feature in the editor (closes :editor_issue:`1 `).
43-
44- .. note::
45-
46- - It works for foo bar !
47- - It does not work for foo baz !
48-
49-
50- .. _misc:
51-
5221Miscellaneous improvements
5322^^^^^^^^^^^^^^^^^^^^^^^^^^
5423
6130
6231* fixed binary operations between a session and an array object (closes :issue:` 807` ).
6332
64- * fixed the :py:obj:`Array.reindex()` printing a spurious warning message when the
65- `axes_to_reindex` argument is the name of the axis to reindex (closes :issue:`812 `).
33+ * fixed :py:obj:` Array.reindex()` printing a spurious warning message when the
34+ ` axes_to_reindex` argument was the name of the axis to reindex (closes :issue:` 812` ).
6635
6736* fixed :py:obj:` zip_array_values()` and :py:obj:` zip_array_items()` functions not available
6837 when importing the entire larray library as ` ` from larray import * ` ` (closes :issue:` 816` ).
You can’t perform that action at this time.
0 commit comments