Skip to content

Commit 276c11f

Browse files
committed
Update changelog for version 2.3.1
1 parent ae0cd87 commit 276c11f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog #
22

3+
## Version 2.3.1 ##
4+
5+
In this release, test coverage is 75%.
6+
7+
💥 New features:
8+
9+
* Colormap: added "Apply" button to the colormap manager
10+
11+
🛠️ Bug fixes:
12+
13+
* Colormap: fixed context menu entry update (colormap icon was updated as expected, but
14+
the colormap name was not)
15+
* Rotate/crop dialog: added missing toolbar on plot widget
16+
* Flip/rotate dialog: added missing toolbar on plot widget
17+
* Fixed issue with oblique averaged cross section computation (`AttributeError` when
18+
clicking on the empty cross section plot)
19+
20+
321
## Version 2.3.0 ##
422

523
In this release, test coverage is 75%.

plotpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.. _GitHub: https://github.com/PierreRaybaut/plotpy
2121
"""
2222

23-
__version__ = "2.3.0"
23+
__version__ = "2.3.1"
2424
__VERSION__ = tuple([int(number) for number in __version__.split(".")])
2525

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

0 commit comments

Comments
 (0)