tarantool-python 1.0.0
·
51 commits
to master
since this release
Overview
This release introduces several minor behavior changes to make API more consistent.
Starting from this release, connector no longer depends on pandas.
Breaking changes
- Allow only named
on_pushandon_push_ctxforinsertandreplace. tarantool.Datetime__repr__has been changed.tarantool.Datetimeinput arguments are validated withdatetime.datetimerules.tarantool.Datetimeis no longer expected to throwpandas.Timestampexceptions.datetime.datetimeexceptions will be thrown instead of them.- Drop the support of
__eq__operator oftarantool.Datetimeforpandas.Timestamp. - Remove
joinandsubscribeconnection methods.
Changes
- Migrate to built-in
Warninginstead of a custom one. - Migrate to built-in
RecursionErrorinstead of a custom one. - Collect full exception traceback.
- Package no longer depends on
pandas(#290).
Infrastructure
- Lint the code with
pylint,flake8andcodespell.