Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Mar 11, 2024
1 parent 4236ba0 commit 0f9808c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

In this release, test coverage is 75%.

New features:
💥 New features:

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

Other changes:
🛠️ Bug fixes:

* `ErrorBarCurveItem`: fixed NumPy deprecation warning
("Conversion of an array with ndim > 0 to a scalar is deprecated [...]")

ℹ️ Other changes:

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

## Version 2.2.0 ##

Expand Down

0 comments on commit 0f9808c

Please sign in to comment.