Skip to content

Commit c6ed25a

Browse files
authored
clean changelog (#34)
1 parent f513bc3 commit c6ed25a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,33 @@
66
### Deprecations
77

88
* 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.
1015

1116
### Bug fixes
1217

1318
* 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)).
1520

1621
### Internal changes
1722

18-
* Added ``nrow`` and ``ncol`` parameters to ``set_map_layout`` for use with a
19-
gridspec.
2023
* 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)).
2225
* 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)).
2427
* Formatted with black and isort, checked with flake8.
2528

26-
2729
## v0.2.0 (01.06.2018)
2830

2931
Mayor release, mostly introducing the new `colorbar` functionality.
3032

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)).
3236
* the colorbar functionality was entirely redesigned:
3337
* new top-level function `mpu.colorbar`
3438
* added `aspect` keyword which defines the ratio of long to short side

0 commit comments

Comments
 (0)