Mizani

Latest version: v0.13.0

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

Scan your dependencies

Page 1 of 7

0.13.0

-------
*2024-10-24*

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
***

- :class:`~mizani.transforms.trans` gained new method `diff_type_to_num` that
should be helpful with some arithmetic operations for non-numeric domains.

0.12.2

-------
*2024-09-04*

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

Bug Fixes
*********

- Fixed :class:`~mizani.bounds.squish` and
:class:`~mizani.bounds.squish_infinite` to work for non writeable pandas
series. This is broken for numpy 2.1.0.

0.12.1

-------
*2024-08-19*

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

Enhancements
************
- Renamed "husl" color palette type to "hsluv". "husl" is the old name but
we still work although not part of the API.

0.12.0

-------
*2024-07-30*

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

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

- mizani now requires python 3.9 and above.

Bug Fixes
*********

- Fixed bug where a date with a timezone could lose the timezone. :issue:`45`.

0.11.4

-------
*2024-05-24*

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

Bug Fixes
---------

- Fixed :class:`~mizani.bounds.squish` and
:class:`~mizani.bounds.squish_infinite` so that they do not reuse
numpy arrays. The users object is not modified.

This also prevents exceptions where the numpy array backs a pandas
object and it is protected by copy-on-write.

0.11.3

-------
*2024-05-09*

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

Bug Fixes
---------

- Fixed bug when calculating monthly breaks where when the limits are narrow
and do not align with the start and end of the month, there were no
dates returned. (:issue:`42`)

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.