|
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. |
3 | 11 |
|
4 | 12 | Changes
|
5 |
| -------- |
| 13 | +~~~~~~~ |
6 | 14 | - The scatter widgets no longer use a LogNorm() for 2D histogram scaling.
|
7 | 15 | This is to move the widget in line with the philosophy of using Matplotlib default
|
8 | 16 | settings throughout ``napari-matplotlib``. This still leaves open the option of
|
9 | 17 | adding the option to change the normalization in the future. If this is something
|
10 | 18 | you would be interested in please open an issue at https://github.com/matplotlib/napari-matplotlib.
|
11 | 19 | - Labels plotting with the features scatter widget no longer have underscores
|
12 | 20 | 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. |