Skip to content

Commit 0f9808c

Browse files
committed
Updated CHANGELOG
1 parent 4236ba0 commit 0f9808c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
24+
python-version: ["3.8", "3.11", "3.12"]
2525

2626
steps:
2727
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
In this release, test coverage is 75%.
66

7-
New features:
7+
💥 New features:
88

99
* Added support for colormap inversion:
1010
* The user can now invert the colormap of an image item:
@@ -15,7 +15,12 @@ New features:
1515
* New `ReverseColormapTool`: registered by default in the plot widget, like the
1616
`ColormapTool` (add the "Invert colormap" entry in the context menu of the image)
1717

18-
Other changes:
18+
🛠️ Bug fixes:
19+
20+
* `ErrorBarCurveItem`: fixed NumPy deprecation warning
21+
("Conversion of an array with ndim > 0 to a scalar is deprecated [...]")
22+
23+
ℹ️ Other changes:
1924

2025
* Image plot items deserialization:
2126
* When an image plot item is deserialized, and needs to be reloaded from a file,
@@ -28,8 +33,6 @@ Other changes:
2833
* Fix typo in `tests.features.test_colormap_editor` module: renamed function
2934
`test_colormap_manager` to `test_colormap_editor`
3035
* Removed unnecessary `BaseImageItem.get_color_map_name` method
31-
* `ErrorBarCurveItem`: handled NumPy deprecation warning
32-
("Conversion of an array with ndim > 0 to a scalar is deprecated [...]")
3336

3437
## Version 2.2.0 ##
3538

0 commit comments

Comments
 (0)