You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview
This release introduces various datetime interval fixes and quality of
life improvements.
Breaking changes
- Forbid to create datetime intervals out of Tarantool limits
(PR #302).
Changed
- Validate `tarantool.Interval` limits with the same rules as in
Tarantool (PR #302).
Fixed
- `tarantool.Interval` arithmetic with weeks (PR #302).
- `tarantool.Interval` weeks display in `str()` and `repr()`
(PR #302).
0 commit comments