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 Sep 14, 2023
1 parent 3f272dc commit 46bbb67
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions doc/source/changes/version_0_34_1.rst.inc
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
.. 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
^^^^^^^^^^^^

Expand All @@ -23,13 +9,6 @@ New features
* added support for stacking all arrays of a Session by simply doing: `stack(my_session)` instead of
`stack(my_session.items())` (closes :issue:`1057`).

.. _misc:

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

* improved something.


Fixes
^^^^^
Expand Down

0 comments on commit 46bbb67

Please sign in to comment.