Skip to content

Commit

Permalink
DOC: prepare changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdementen committed Jul 16, 2024
1 parent 88846fa commit c2b1d41
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions doc/source/changes/version_0_34_3.rst.inc
Original file line number Diff line number Diff line change
@@ -1,41 +1,18 @@
.. py:currentmodule:: larray


Syntax changes
^^^^^^^^^^^^^^

* renamed ``Array.old_method_name()`` to :py:obj:`Array.new_method_name()` (closes :issue:`1`).

* renamed ``old_argument_name`` argument of :py:obj:`Array.method_name()` to ``new_argument_name``.


Backward incompatible changes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* other backward incompatible changes


New features
^^^^^^^^^^^^

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

.. _misc:

Miscellaneous improvements
^^^^^^^^^^^^^^^^^^^^^^^^^^

* improved something.


Fixes
^^^^^

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

* fixed converting a scalar Array (an Array with 0 dimensions) to string with numpy 1.22+.

* fixed copying a sheet from one Excel workbook to another when the destination sheet
is given by position (closes :issue:`1092`).

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

* fixed converting a scalar Array (an Array with 0 dimensions) to string with numpy 1.22+.

* avoid warnings and errors with recent versions of our dependencies (Numpy 2+, Pandas 2.2+ and
xlwings 0.30.2+). Closes :issue:`1100`, :issue:`1107` and :issue:`1108`.

0 comments on commit c2b1d41

Please sign in to comment.