Skip to content

Commit

Permalink
Update changelog for version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Apr 12, 2024
1 parent ae0cd87 commit 276c11f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog #

## Version 2.3.1 ##

In this release, test coverage is 75%.

💥 New features:

* Colormap: added "Apply" button to the colormap manager

🛠️ Bug fixes:

* Colormap: fixed context menu entry update (colormap icon was updated as expected, but
the colormap name was not)
* Rotate/crop dialog: added missing toolbar on plot widget
* Flip/rotate dialog: added missing toolbar on plot widget
* Fixed issue with oblique averaged cross section computation (`AttributeError` when
clicking on the empty cross section plot)


## Version 2.3.0 ##

In this release, test coverage is 75%.
Expand Down
2 changes: 1 addition & 1 deletion plotpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.. _GitHub: https://github.com/PierreRaybaut/plotpy
"""

__version__ = "2.3.0"
__version__ = "2.3.1"
__VERSION__ = tuple([int(number) for number in __version__.split(".")])

# --- Important note: DATAPATH and LOCALEPATH are used by guidata.configtools
Expand Down

0 comments on commit 276c11f

Please sign in to comment.