Skip to content

Releases: has2k1/mizani

v0.7.1

04 Jun 22:59
v0.7.1
Compare
Choose a tag to compare

This release fixes a regression (observed in plotnine) in v0.7.0 See changelog.

v0.7.0

04 Jun 12:06
v0.7.0
Compare
Choose a tag to compare

This release contains a few changes, see changelog.

v0.6.0

15 Aug 12:56
v0.6.0
Compare
Choose a tag to compare

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.

v0.5.4

27 Mar 12:55
v0.5.4
Compare
Choose a tag to compare

This release contains a few changes, see changelog

v0.5.3

25 Dec 07:52
v0.5.3
Compare
Choose a tag to compare

API Changes

  • Log transforms now default to base - 2 minor breaks. So base 10 has 8 minor breaks and 9 partitions, base 8 has 6 minor breaks and 7 partitions, ..., base 2 has 0 minor breaks and a single partition.

v0.5.2

24 Dec 10:29
v0.5.2
Compare
Choose a tag to compare

Small bug-fix release.

v0.5.1

16 Oct 21:22
v0.5.1
Compare
Choose a tag to compare

v0.5.0

13 Oct 16:51
v0.5.0
Compare
Choose a tag to compare

Python 2 support has been dropped and a few other changes. See the changelog

v0.4.6

20 Mar 12:40
v0.4.6
Compare
Choose a tag to compare

Added squish function

changelog

v0.4.5

20 Mar 11:44
v0.4.5
Compare
Choose a tag to compare

Added two palettes, see changelog.