Commit 276c11f 1 parent ae0cd87 commit 276c11f Copy full SHA for 276c11f
File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog #
2
2
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
+
3
21
## Version 2.3.0 ##
4
22
5
23
In this release, test coverage is 75%.
Original file line number Diff line number Diff line change 20
20
.. _GitHub: https://github.com/PierreRaybaut/plotpy
21
21
"""
22
22
23
- __version__ = "2.3.0 "
23
+ __version__ = "2.3.1 "
24
24
__VERSION__ = tuple ([int (number ) for number in __version__ .split ("." )])
25
25
26
26
# --- Important note: DATAPATH and LOCALEPATH are used by guidata.configtools
You can’t perform that action at this time.
0 commit comments