We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a54595 commit 25b9b0eCopy full SHA for 25b9b0e
docs/changelog.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+2.0.3
5
+-----
6
+Bug fixes
7
+~~~~~~~~~
8
+- Fix an error that happened when the histogram widget was open, but a layer that doesn't support
9
+ histogramming (e.g., a labels layer) was selected.
10
+
11
2.0.2
12
-----
13
Dependencies
@@ -13,12 +20,6 @@ napari-matplotlib now adheres to `SPEC 0 <https://scientific-python.org/specs/sp
20
- Pinned the maximum napari version to ``< 0.5``.
14
21
Version 3.0 of ``napari-matplotlib`` will introduce support for ``napari`` version 0.5.
15
22
16
-Bug fixes
17
-~~~~~~~~~
18
-- Only trigger layer update code paths if the layer selection is valid for the current
19
- widget. This prevents errors when e.g., a labels layer is selected when a widget
- that does not support a labels layer is open.
-
23
2.0.1
24
25
Bug fixes
0 commit comments