From 70b2645cb1d8a42df77693739eeecf96afe7f473 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 18 May 2023 10:35:08 +0100 Subject: [PATCH 1/3] Add changelog to docs --- CHANGELOG.rst => docs/changelog.rst | 7 +++++-- docs/index.rst | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) rename CHANGELOG.rst => docs/changelog.rst (93%) diff --git a/CHANGELOG.rst b/docs/changelog.rst similarity index 93% rename from CHANGELOG.rst rename to docs/changelog.rst index f6199857..598a5f57 100644 --- a/CHANGELOG.rst +++ b/docs/changelog.rst @@ -1,8 +1,11 @@ +Changelog +========= + 0.4.0 -===== +----- Changes -------- +~~~~~~~ - The scatter widgets no longer use a LogNorm() for 2D histogram scaling. This is to move the widget in line with the philosophy of using Matplotlib default settings throughout ``napari-matplotlib``. This still leaves open the option of diff --git a/docs/index.rst b/docs/index.rst index fdd7e65b..abcb8e66 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,4 +15,5 @@ map one or more Image layers on to a 1D histogram plot. :caption: Contents: auto_examples/index + changelog api From 5ca7f2517e0190bf81fc17e1925eb61641186979 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 18 May 2023 10:39:20 +0100 Subject: [PATCH 2/3] Update changelog with existing work --- docs/changelog.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 598a5f57..2f195472 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,11 @@ Changelog 0.4.0 ----- +Visual improvements +~~~~~~~~~~~~~~~~~~~ +- The background of ``napari-matplotlib`` figures and axes is now transparent. +- The icons in the Matplotlib toolbar are now the same size as icons in the napari window. + Changes ~~~~~~~ - The scatter widgets no longer use a LogNorm() for 2D histogram scaling. @@ -13,3 +18,13 @@ Changes you would be interested in please open an issue at https://github.com/matplotlib/napari-matplotlib. - Labels plotting with the features scatter widget no longer have underscores replaced with spaces. + +Bug fixes +~~~~~~~~~ +- Importing ``napari-matplotlib`` no longer affects how plots are rendered in + Jupyter notebooks. + +Other +~~~~~ +- ``napari-matplotlib`` is now tested on macOS and Windows. +- Type annotations have been completed throughout the code base. From 10ec66c50576ae1d7b581523b838ed8fee33ed9d Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 18 May 2023 10:39:31 +0100 Subject: [PATCH 3/3] Fix changelog version --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2f195472..e0c8da34 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -0.4.0 +0.3.0 ----- Visual improvements