File tree Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Original file line number Diff line number Diff line change 1
1
.. py:currentmodule:: larray
2
2
3
3
4
- Syntax changes
<
10000
/code>
5
- ^^^^^^^^^^^^^^
6
-
7
- * renamed ``Array.old_method_name()`` to :py:obj:`Array.new_method_name()` (closes :issue:`1 `).
8
-
9
- * renamed ``old_argument_name`` argument of :py:obj:`Array.method_name()` to ``new_argument_name``.
10
-
11
-
12
4
Backward incompatible changes
13
5
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
6
@@ -20,31 +12,6 @@ New features
20
12
21
13
* added support for Python 3.8 (closes :issue:`850 `).
22
14
23
- * added a feature (see the :ref:`miscellaneous section <misc>` for details). It works on :ref:`api-axis` and
24
- :ref:`api-group` objects.
25
-
26
- Here is an example of the new feature:
27
-
28
- >>> arr = ndtest((2 , 3 ))
29
- >>> arr
30
- a\b b0 b1 b2
31
- a0 0 1 2
32
- a1 3 4 5
33
-
34
- And it can also be used like this:
35
-
36
- >>> arr = ndtest(" a=a0..a2" )
37
- >>> arr
38
- a a0 a1 a2
39
- 0 1 2
40
-
41
- * added another feature in the editor (closes :editor_issue:`1 `).
42
-
43
- .. note::
44
-
45
- - It works for foo bar !
46
- - It does not work for foo baz !
47
-
48
15
49
16
.. _misc:
50
17
@@ -65,6 +32,7 @@ Miscellaneous improvements
65
32
66
33
* implemented :py:obj:`Axis.min()` and :py:obj:`Axis.max()` methods (closes :issue:`874 `).
67
34
35
+
68
36
Fixes
69
37
^^^^^
70
38
You can’t perform that action at this time.
0 commit comments