File tree 1 file changed +2
-23
lines changed
1 file changed +2
-23
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
21
7
* added support for Python 3.12 (closes :issue:`1109 `).
22
8
23
- .. _misc:
24
-
25
- Miscellaneous improvements
26
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
27
-
28
- * improved something.
29
-
30
9
31
10
Fixes
32
11
^^^^^
33
12
34
13
* using a boolean array as a filter to take a subset of another array now raise an error when the
35
14
two arrays have incompatible axes instead of producing wrong result (closes :issue:`1085 `).
36
15
37
- * fixed converting a scalar Array (an Array with 0 dimensions) to string with numpy 1.22+.
38
-
39
16
* fixed copying a sheet from one Excel workbook to another when the destination sheet
40
17
is given by position (closes :issue:`1092 `).
41
18
47
24
* fixed :py:obj:`Axis.difference()`, :py:obj:`Axis.intersection()` and :py:obj:`Axis.union()`
48
25
with a Group argument (closes :issue:`1104 `).
49
26
27
+ * fixed converting a scalar Array (an Array with 0 dimensions) to string with numpy 1.22+.
28
+
50
29
* avoid warnings and errors with recent versions of our dependencies (Numpy 2 +, Pandas 2.2 + and
51
30
xlwings 0.30.2 +). Closes :issue:`1100`, :issue:`1107` and :issue:`1108`.
You can’t perform that action at this time.
0 commit comments