Skip to content

Commit af2ff51

Browse files
committed
Updated CHANGELOG
1 parent 238514e commit af2ff51

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,29 @@ New features:
1313
items, but not necessarily. For example, when the colormap of an image is changed,
1414
the `SIG_ITEM_PARAMETERS_CHANGED` signal is emitted for the image item, but the
1515
`SIG_ITEMS_CHANGED` signal is not emitted.
16+
* Added new colormap presets:
17+
* `viridis`, `plasma`, `inferno`, `magma`, `cividis`
18+
* `afmhot`
19+
* `coolwarm`, `bwr`, `seismic`
20+
* `gnuplot2`, `CMRmap`, `rainbow`, `turbo`
21+
* Fixed all qualitative colormaps:
22+
* All qualitative colormaps have been re-computed because they are not supposed to be
23+
interpolated, which was the case and made them unusable
24+
* The qualitative colormaps are now usable and look like the ones from Matplotlib
25+
* Colormap manager:
26+
* Added a button to remove a custom colormap
27+
* The preset colormaps *and* the currently selected colormap are read-only
28+
* Added automatic unit tests for interactive tools:
29+
* `AnnotatedCircleTool`, `AnnotatedEllipseTool`, `AnnotatedObliqueRectangleTool`,
30+
`AnnotatedPointTool`, `AnnotatedRectangleTool`, `AnnotatedSegmentTool`
31+
* `AverageCrossSectionTool`, `CrossSectionTool`, `ObliqueCrossSectionTool`,
32+
`LineCrossSectionTool`
33+
* `EditPointTool`, `SelectPointsTool`, `SelectPointTool`
34+
* `AspectRatioTool`, `ImageStatsTool`, `SnapshotTool`
35+
* `DisplayCoordsTool`, `RectZoomTool`
36+
* `CircleTool`, `EllipseTool`, `FreeFormTool`, `MultiLineTool`,
37+
`ObliqueRectangleTool`, `PointTool`, `RectangleTool`, `SegmentTool`
38+
* Internal package reorganization: moved icons to `plotpy/data/icons` folder
1639

1740
## Version 2.1.2 ##
1841

0 commit comments

Comments
 (0)