Mizani

Latest version: v0.13.2

Safety actively analyzes 724451 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 7

0.5.3

------
*(2018-12-24)*

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2526010.svg
:target: https://doi.org/10.5281/zenodo.2526010


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.

0.5.2

------
*(2018-10-17)*

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2525577.svg
:target: https://doi.org/10.5281/zenodo.2525577

Bug Fixes
*********

- Fixed issue where some functions that took pandas series
would return output where the index did not match that of the input.

0.5.1

------
*(2018-10-15)*

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1464266.svg
:target: https://doi.org/10.5281/zenodo.1464266

Bug Fixes
*********

- Fixed issue with :class:`~mizani.breaks.log_breaks`, so that it does
not fail needlessly when the limits in the (0, 1) range.

Enhancements
************

- Changed :class:`~mizani.formatters.log_format` to return better
formatted breaks.

0.5.0

------
*(2018-11-10)*

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1461621.svg
:target: https://doi.org/10.5281/zenodo.1461621

API Changes
***********

- Support for python 2 has been removed.

- :meth:`~mizani.breaks.minor_breaks.call` and
meth:`~mizani.breaks.trans_minor_breaks.call` now accept optional
parameter ``n`` which is the number of minor breaks between any two
major breaks.

- The parameter `nan_value` has be renamed to `na_value`.

- The parameter `nan_rm` has be renamed to `na_rm`.

Enhancements
************

- Better support for handling missing values when training discrete
scales.

- Changed the algorithm for :class:`~mizani.breaks.log_breaks`, it can
now return breaks that do not fall on the integer powers of the base.

0.4.6

------
*(2018-03-20)*

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1204282.svg
:target: https://doi.org/10.5281/zenodo.1204282

- Added :class:`~mizani.bounds.squish`

0.4.5

------
*(2018-03-09)*

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1204222.svg
:target: https://doi.org/10.5281/zenodo.1204222

- Added :class:`~mizani.palettes.identity_pal`
- Added :class:`~mizani.palettes.cmap_d_pal`

Page 5 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.