Skip to content

v0.6.0

Compare
Choose a tag to compare
@has2k1 has2k1 released this 15 Aug 12:56
v0.6.0

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.