This release is meant for the [nmrpoise](https://github.com/foroozandehgroup/nmrpoise) paper.
**Changes**
- `move_ylabel()` and `move_xlabel()` have been renamed to `ymove()` and `xmove()` respectively, without any retention of backward compatibility.
- `ymove()` now takes three different "configuration styles", namely "topright", "midright", and "topspin". Please see [the documentation](https://yongrenjie.github.io/penguins/howto/move_axes/) for more info.
- `pg.subplots2d()` now takes `height_ratios` and `width_ratios` as arguments. The figsize is determined from either of these if they are passed: each height_ratio of 1 will correspond to an Axes size of 4x4.