Skip to content

Commit

Permalink
Add changelog for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jan 15, 2024
1 parent 06d4b17 commit f149a10
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
<https://napari.org/stable/gallery/new_theme.html>`_ 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
Expand All @@ -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
Expand Down

0 comments on commit f149a10

Please sign in to comment.