|
6 | 6 | ### Deprecations |
7 | 7 |
|
8 | 8 | * Deprecated `mpu.infer_interval_breaks` as this is no longer necessary with matplotlib v3.2 |
9 | | - and cartopy v0.21 [#32](https://github.com/mathause/mplotutils/pull/32). |
| 9 | + and cartopy v0.21 ([#32](https://github.com/mathause/mplotutils/pull/32)). |
| 10 | + |
| 11 | +### Enhancements |
| 12 | + |
| 13 | + * Added ``nrow`` and ``ncol`` parameters to ``set_map_layout`` for use with a |
| 14 | + gridspec. |
10 | 15 |
|
11 | 16 | ### Bug fixes |
12 | 17 |
|
13 | 18 | * Fixed compatibility of `mpu.colorbar` with `bbox_inches="tight"` for matplotlib 3.4 and |
14 | | - newer [#26](https://github.com/mathause/mplotutils/pull/26). |
| 19 | + newer ([#26](https://github.com/mathause/mplotutils/pull/26)). |
15 | 20 |
|
16 | 21 | ### Internal changes |
17 | 22 |
|
18 | | - * Added ``nrow`` and ``ncol`` parameters to ``set_map_layout`` for use with a |
19 | | - gridspec. |
20 | 23 | * Replaced `ax.get_subplotspec().get_geometry()` with `ax.get_subplotspec().get_geometry()` |
21 | | - as the former was deprecated in matplotlib (#8). |
| 24 | + as the former was deprecated in matplotlib ([#8](https://github.com/mathause/mplotutils/pull/8)). |
22 | 25 | * Refactor `mpu.cyclic_dataarray` using `obj.pad` ([#33](https://github.com/mathause/mplotutils/pull/33)). |
23 | | - * Enabled CI on github actions (#9). |
| 26 | + * Enabled CI on github actions ([#9](https://github.com/mathause/mplotutils/pull/9)). |
24 | 27 | * Formatted with black and isort, checked with flake8. |
25 | 28 |
|
26 | | - |
27 | 29 | ## v0.2.0 (01.06.2018) |
28 | 30 |
|
29 | 31 | Mayor release, mostly introducing the new `colorbar` functionality. |
30 | 32 |
|
31 | | - * add `_color_palette` that selects colors from the whole range of the colormap. Previously we used the `seaborn` logic that excludes colors at the edge of the colorbar (closes GH:#1). |
| 33 | + * add `_color_palette` that selects colors from the whole range of the colormap. Previously |
| 34 | + we used the `seaborn` logic that excludes colors at the edge of the colorbar |
| 35 | + ([#1](https://github.com/mathause/mplotutils/issues/1)). |
32 | 36 | * the colorbar functionality was entirely redesigned: |
33 | 37 | * new top-level function `mpu.colorbar` |
34 | 38 | * added `aspect` keyword which defines the ratio of long to short side |
|
0 commit comments