diff --git a/CHANGELOG.rst b/docs/changelog.rst similarity index 51% rename from CHANGELOG.rst rename to docs/changelog.rst index f6199857..e0c8da34 100644 --- a/CHANGELOG.rst +++ b/docs/changelog.rst @@ -1,8 +1,16 @@ -0.4.0 -===== +Changelog +========= + +0.3.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. 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 @@ -10,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. 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