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