From f149a10ebbfbc88c96cca213a1710a610eb163d9 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Mon, 15 Jan 2024 15:09:40 +0000 Subject: [PATCH] Add changelog for 2.0 --- docs/changelog.rst | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index cb591f9..6395e9c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,26 @@ Changelog ========= +2.0.0 +----- +Changes to custom theming +~~~~~~~~~~~~~~~~~~~~~~~~~ +``napari-matplotlib`` now uses colours from the current napari theme to customise the +Matplotlib plots. See `the example on creating a new napari theme +`_ for a helpful guide on how to +create custom napari themes. + +This means support for custom Matplotlib styles sheets has been removed. + +If you spot any issues with the new theming, please report them at +https://github.com/matplotlib/napari-matplotlib/issues. + +Other changes +~~~~~~~~~~~~~ +- Histogram bin sizes for integer-type data are now force to be an integer. +- The ``HistogramWidget`` now has two vertical lines showing the contrast limits used + to render the selected layer in the main napari window. +- Added an example gallery for the ``FeaturesHistogramWidget``. + 1.2.0 ----- Changes @@ -8,10 +29,6 @@ Changes - Histogram plots of points and vector layers are now coloured with their napari colourmap. - Added support for Matplotlib 3.8 -Bug fixes -~~~~~~~~~ -- Use integer bin limits for integer images in ``HistogramWidget`` - 1.1.0 ----- Additions