Skip to content

Releases: has2k1/mizani

v0.9.3

01 Sep 13:38
v0.9.3
Compare
Choose a tag to compare

This is a maintenance release. It fixes future warnings from panda 2.1.0.

v0.10.0

28 Jul 17:57
v0.10.0
Compare
Choose a tag to compare

2023-07-28

API Changes

  • mpl_format has been removed, number_format takes its place.

  • mpl_breaks has been removed, extended_breaks has always been the default and it is sufficient.

  • matplotlib has been removed as a dependency of mizani.

  • mizani now requires python 3.9 and above.

  • The units parameter for of timedelta_format now accepts the values "min", "day", "week", "month", instead of "m", "d", "w", "M".

  • The naming convention for break formatting methods has changed from format to label. Specifically these methods have been renamed.

    • comma_format is now label_comma
    • custom_format is now label_custom
    • currency_format is now label_currency
    • label_dollar is now label_dollar
    • percent_format is now label_percent
    • scientific_format is now label_scientific
    • date_format is now label_date
    • number_format is now label_number
    • log_format is now label_log
    • timedelta_format is now label_timedelta
    • pvalue_format is now label_pvalue
    • ordinal_format is now label_ordinal
    • number_bytes_format is now label_bytes
  • The naming convention for break calculating methods has changed from breaks to breaks. Specifically these methods have been renamed.

  • log_breaks is now breaks_log

  • trans_minor_breaks is now minor_breaks_trans

  • date_breaks is now breaks_date

  • timedelta_breaks is now breaks_timedelta

  • extended_breaks is now breaks_extended

  • dataspace_is_numerical has changed to domain_is_numerical and it is now determined dynamically.

  • The default minor_breaks for all transforms that are not linear are now calculated in dataspace. But only if the dataspace is numerical.

New

v0.9.2

25 May 19:14
v0.9.2
Compare
Choose a tag to compare

Bug Fixes
Fixed regression in but in date_format where it cannot deal with UTC timezone from timezone #30.

v0.9.1

19 May 16:48
v0.9.1
Compare
Choose a tag to compare

Bug Fixes
Fixed but in date_format to handle datetime sequences within the same timezone but a mixed daylight saving state. (plotnine #687)

v0.9.0

19 May 16:47
v0.9.0
Compare
Choose a tag to compare

API Changes

  • palettable dropped as a dependency.

Bug Fixes

  • Fixed bug in datetime_trans where a pandas series with an index that did not start at 0 could not be transformed.
  • Install tzdata on pyiodide/emscripten. #27

v0.8.1

28 Sep 13:44
v0.8.1
Compare
Choose a tag to compare

The release has few changes, see changelog.

v0.8.0

26 Sep 11:00
v0.8.0
Compare
Choose a tag to compare

The release has few small API changes, see changelog.

v0.7.4

02 Apr 10:10
v0.7.4
Compare
Choose a tag to compare

This is a small bug fix release. See changelog.

v0.7.3

24 Mar 13:23
v0.7.3
Compare
Choose a tag to compare

Small bugfix release.

v0.7.2

24 Mar 13:21
v0.7.2
Compare
Choose a tag to compare

Small bugfix release.