This release mainly has new format functions and transformations. The changes are:
**New**
* Added `pvalue_format`
* Added `ordinal_format`
* Added `number_bytes_format`
* Added `pseudo_log_trans()`
* Added `reciprocal_trans`
* Added `modulus_trans()`
**Enhancements**
* `mizani.breaks.date_breaks` now supports intervals in the
order of seconds.
* `mizani.palettes.brewer_pal` now supports a direction argument to control the order of the returned colors.
**API Changes**
* `boxcox_trans()` now only accepts positive values. For both positive and negative values, `modulus_trans()` has been added.