File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
523In this release, test coverage is 75%.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments