Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7cca90

Browse filesBrowse files
authored
Merge pull request #246 from dstansby/2.0clog
Add changelog for 2.0
2 parents 86fbedc + 8a32243 commit d7cca90
Copy full SHA for d7cca90

File tree

1 file changed

+21
-4
lines changed
Filter options

1 file changed

+21
-4
lines changed

‎docs/changelog.rst

Copy file name to clipboardExpand all lines: docs/changelog.rst
+21-4Lines 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
@@ -8,10 +29,6 @@ Changes
829
- Histogram plots of points and vector layers are now coloured with their napari colourmap.
930
- Added support for Matplotlib 3.8
1031

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.