- update to 0.14.4:
* Fixed handling of null types so that we can recognise as null
whatever pandas sees as null. This resolves (plotnine #1021).
* Fixed bug in :func:`~mizani.palettes.hue_pal` where drawing
24 or more colors broke the palette and you got colors from a
very narrow hue band close to the first color.
* Fixed but in :func:`~mizani._colors.to_rgba` used by plotnine
to recognise numpy integers and floats as alpha values. And
also to recognise None and and an empty string to also mean
"none", which is recognised by Matplotlib.
* Changed :class:`~mizani.palettes.hue_pal` to use HCL color
space from HSL (or HSLuv) space. The previous functionality
is now available with :class:`~mizani.palettes.hls_pal`.
* :class:`~mizani.breaks.breaks_date` now only accepts
parameter n, the desired number of breaks. To generate breaks
by the width, use :class:`~mizani.breaks.breaks_date_width`.
* Added tableau color in the "tab:*" colorname space. e.g.
"tab:red".
* :class:`~mizani.breaks.breaks_width` to generate numeric
breaks by specifying the width (interval between the breaks).
* :class:`~mizani.breaks.breaks_timedelta_width` to generate
timedelta breaks by specifying the width (interval between
the breaks).
* Added name "gray" aliases to all XKCD colors partially named
"grey".
* New algorithms to calculate datetime breaks by either n the
desired number of breaks or width the interval between the
breaks. When using the new
:class:`~mizani.breaks.breaks_date_width`, you can align the
dates by using an offset. (:issue:`58`)
OBS-URL: https://build.opensuse.org/request/show/1339165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mizani?expand=0&rev=11
Description
No description provided
Languages
RPM Spec
100%