Skip to content

Add changelog to documentation #119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions CHANGELOG.rst → docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
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
adding the option to change the normalization in the future. If this is something
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.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ map one or more Image layers on to a 1D histogram plot.
:caption: Contents:

auto_examples/index
changelog
api