API Changes[¶](https://mizani.readthedocs.io/en/latest/changelog.html#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](https://mizani.readthedocs.io/en/latest/transforms.html#mizani.transforms.trans) gained new method `diff_type_to_num` that should be helpful with some arithmetic operations for non-numeric domains.
**Full Changelog**: https://github.com/has2k1/mizani/compare/v0.12.2...v0.13.0