File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 1
1
.. py:currentmodule:: larray
2
2
3
3
4
- Syntax changes
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
- Backward incompatible changes
13
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
-
15
- * other backward incompatible changes
16
-
17
-
18
4
New features
19
5
^^^^^^^^^^^^
20
6
@@ -23,13 +9,6 @@ New features
23
9
* added support for stacking all arrays of a Session by simply doing: `stack(my_session)` instead of
24
10
`stack(my_session.items())` (closes :issue:`1057 `).
25
11
26
- .. _misc:
27
-
28
- Miscellaneous improvements
29
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
30
-
31
- * improved something.
32
-
33
12
34
13
Fixes
35
14
^^^^^
You can’t perform that action at this time.
0 commit comments