- Removed deprecated ``divide_*`` functions and ``Parser`` class. - Require Python 3.7 or later. - 19: Fixed error reporting in parse_timedelta.
4.1.2
======
- 18: Docs now build without warnings.
4.1.1
======
- Fixed issue where digits were picked up in the unit when adjacent to the last unit.
4.1.0
======
- Added support for more formats in ``parse_timedelta``. - 17: ``parse_timedelta`` now supports formats emitted by ``timeit``, including honoring nanoseconds at the microsecond resolution.