------------------------------------------------------------
* :py:func:`~selectors.isin` and :py:func:`~selectors.ismatch` are now callable objects,
which can be composed with the standard ``~``, ``&`` and ``|`` operators to more
complex queries
* :py:func:`~arithmetics.add`, :py:func:`~arithmetics.subtract`,
:py:func:`~arithmetics.multiply` and :py:func:`~arithmetics.divide` in the new
:py:mod:`arithmetics` module extend the standard pandas operations with ``join`` and
other arguments known from :py:meth:`pandas.DataFrame.align`.
They are also available from the :py:mod:`idx accessor <accessors>`.
* Both additions were introduced in :pull:`3`