10000 CLN: cleanup version_0_32_3.rst.inc changelog file · larray-project/larray@249a4a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 249a4a6

Browse files
committed
CLN: cleanup version_0_32_3.rst.inc changelog file
1 parent 4bb5e76 commit 249a4a6

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

doc/source/changes/version_0_32_3.rst.inc

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
.. py:currentmodule:: larray
22

33

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-
124
Backward incompatible changes
135
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
146

@@ -20,31 +12,6 @@ New features
2012

2113
* added support for Python 3.8 (closes :issue:`850`).
2214

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-
4815

4916
.. _misc:
5017

@@ -65,6 +32,7 @@ Miscellaneous improvements
6532

6633
* implemented :py:obj:`Axis.min()` and :py:obj:`Axis.max()` methods (closes :issue:`874`).
6734

35+
6836
Fixes
6937
^^^^^
7038

0 commit comments

Comments
 (0)
0