-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.. py:currentmodule:: larray_editor | ||
|
||
Syntax changes | ||
^^^^^^^^^^^^^^ | ||
|
||
* renamed ``MappingEditor.old_method_name()`` to :py:obj:`MappingEditor.new_method_name()` (closes :editor_issue:`1`). | ||
|
||
* renamed ``old_argument_name`` argument of :py:obj:`MappingEditor.method_name()` to ``new_argument_name``. | ||
|
||
|
||
Backward incompatible changes | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
* other backward incompatible changes | ||
|
||
|
||
New features | ||
^^^^^^^^^^^^ | ||
|
||
* added a feature (see the :ref:`miscellaneous section <misc_editor>` for details). | ||
|
||
* added another feature in the editor (closes :editor_issue:`1`). | ||
|
||
.. note:: | ||
|
||
- It works for foo bar ! | ||
- It does not work for foo baz ! | ||
|
||
|
||
.. _misc_editor: | ||
|
||
Miscellaneous improvements | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
* improved something. | ||
|
||
|
||
Fixes | ||
^^^^^ | ||
|
||
* fixed something (closes :editor_issue:`1`). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from larray_editor.api import * # noqa: F403 | ||
|
||
__version__ = '0.34.5' | ||
__version__ = '0.34.6-dev' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters