Skip to content

Commit c2b1d41

Browse files
committed
DOC: prepare changelog for release
1 parent 88846fa commit c2b1d41

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed
+2-23
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,18 @@
11
.. py:currentmodule:: larray
22

33

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-
184
New features
195
^^^^^^^^^^^^
206

217
* added support for Python 3.12 (closes :issue:`1109`).
228

23-
.. _misc:
24-
25-
Miscellaneous improvements
26-
^^^^^^^^^^^^^^^^^^^^^^^^^^
27-
28-
* improved something.
29-
309

3110
Fixes
3211
^^^^^
3312

3413
* using a boolean array as a filter to take a subset of another array now raise an error when the
3514
two arrays have incompatible axes instead of producing wrong result (closes :issue:`1085`).
3615

37-
* fixed converting a scalar Array (an Array with 0 dimensions) to string with numpy 1.22+.
38-
3916
* fixed copying a sheet from one Excel workbook to another when the destination sheet
4017
is given by position (closes :issue:`1092`).
4118

@@ -47,5 +24,7 @@ Fixes
4724
* fixed :py:obj:`Axis.difference()`, :py:obj:`Axis.intersection()` and :py:obj:`Axis.union()`
4825
with a Group argument (closes :issue:`1104`).
4926

27+
* fixed converting a scalar Array (an Array with 0 dimensions) to string with numpy 1.22+.
28+
5029
* avoid warnings and errors with recent versions of our dependencies (Numpy 2+, Pandas 2.2+ and
5130
xlwings 0.30.2+). Closes :issue:`1100`, :issue:`1107` and :issue:`1108`.

0 commit comments

Comments
 (0)