Skip to content

Commit 9c21e12

Browse files
authored
Merge pull request #119 from dstansby/add-changelog
Add changelog to documentation
2 parents 415a237 + 10ec66c commit 9c21e12

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
1-
0.4.0
2-
=====
1+
Changelog
2+
=========
3+
4+
0.3.0
5+
-----
6+
7+
Visual improvements
8+
~~~~~~~~~~~~~~~~~~~
9+
- The background of ``napari-matplotlib`` figures and axes is now transparent.
10+
- The icons in the Matplotlib toolbar are now the same size as icons in the napari window.
311

412
Changes
5-
-------
13+
~~~~~~~
614
- The scatter widgets no longer use a LogNorm() for 2D histogram scaling.
715
This is to move the widget in line with the philosophy of using Matplotlib default
816
settings throughout ``napari-matplotlib``. This still leaves open the option of
917
adding the option to change the normalization in the future. If this is something
1018
you would be interested in please open an issue at https://github.com/matplotlib/napari-matplotlib.
1119
- Labels plotting with the features scatter widget no longer have underscores
1220
replaced with spaces.
21+
22+
Bug fixes
23+
~~~~~~~~~
24+
- Importing ``napari-matplotlib`` no longer affects how plots are rendered in
25+
Jupyter notebooks.
26+
27+
Other
28+
~~~~~
29+
- ``napari-matplotlib`` is now tested on macOS and Windows.
30+
- Type annotations have been completed throughout the code base.

docs/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ map one or more Image layers on to a 1D histogram plot.
1515
:caption: Contents:
1616

1717
auto_examples/index
18+
changelog
1819
api

0 commit comments

Comments
 (0)