Skip to content

tarantool-python 1.1.1

Compare
Choose a tag to compare
@DifferentialOrange DifferentialOrange released this 21 Jul 08:31
· 30 commits to master since this release

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