Skip to content

Commit fbd929e

Browse files
authored
Merge branch 'main' into feat/hist-bin-params
2 parents 8a7d9e4 + d7cca90 commit fbd929e

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

docs/changelog.rst

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
Changelog
22
=========
3+
2.0.0
4+
-----
5+
Changes to custom theming
6+
~~~~~~~~~~~~~~~~~~~~~~~~~
7+
``napari-matplotlib`` now uses colours from the current napari theme to customise the
8+
Matplotlib plots. See `the example on creating a new napari theme
9+
<https://napari.org/stable/gallery/new_theme.html>`_ for a helpful guide on how to
10+
create custom napari themes.
11+
12+
This means support for custom Matplotlib styles sheets has been removed.
13+
14+
If you spot any issues with the new theming, please report them at
15+
https://github.com/matplotlib/napari-matplotlib/issues.
16+
17+
Other changes
18+
~~~~~~~~~~~~~
19+
- Histogram bin sizes for integer-type data are now force to be an integer.
20+
- The ``HistogramWidget`` now has two vertical lines showing the contrast limits used
21+
to render the selected layer in the main napari window.
22+
- Added an example gallery for the ``FeaturesHistogramWidget``.
23+
324
1.2.0
425
-----
526
Changes
@@ -9,10 +30,6 @@ Changes
930
- Added support for Matplotlib 3.8
1031
- Add widgets for setting histogram bin parameters
1132

12-
Bug fixes
13-
~~~~~~~~~
14-
- Use integer bin limits for integer images in ``HistogramWidget``
15-
1633
1.1.0
1734
-----
1835
Additions

0 commit comments

Comments
 (0)