Releases: has2k1/mizani
Releases · has2k1/mizani
v0.13.0
API Changes¶
- Support for numpy timedelta64 has been removed. It was not well supported in the first place, so removing it should be of consequence.
mizani.transforms.trans_new
function has been deprecated.
Enhancements
mizani.breaks.breaks_date
has been slightly improved for the case when it generates monthly breaks.
New
- trans gained new method
diff_type_to_num
that should be helpful with some arithmetic operations for non-numeric domains.
Full Changelog: v0.12.2...v0.13.0
v0.12.2
v0.12.1
v0.12.0
v0.11.4
v0.11.3
v0.11.2
v0.11.1
Bug Fixes
Fix mizani.palettes.brewer_pal to return exact colors in the when the requested colors are less than or equal to those in the palette.
Add all matplotlib colormap and make them avalaible from cmap_pal and cmap_d_pal (#39).
v0.11.0
This is largely a maintenance release and got one new feature; breaks_symlog to calculate breaks for the symmetric logarithm transformation.