------------------
This release adds rounding functionality,
along with a small breaking change (see below).
**Breaking changes**
- ``TimeDelta.py_timedelta()`` now truncates nanoseconds to microseconds
instead of rounding them. Use the new ``round()`` method to customize
rounding behavior.
**Added**
- Added ``round()`` to all datetime, ``Instant``, and ``TimeDelta`` classes
- Add floor division and modulo operators to ``TimeDelta``
- Add ``is_ambiguous()``, ``day_length()`` and ``start_of_day()`` to ``SystemDateTime``,
for consistency with ``ZonedDateTime``.
- Improvements to documentation