-----
- The module ``kingston.match`` can now do a wildcard match using
``...`` (``Ellipsis``) objects, i.e. an arbitrary long group of
``Any`` matchings.
- Many more refactoring and fixes in ``kingston.match``
- Testing utility ``kingston.testing.fixture`` and extract and run
doctests as `pytest
fixtures <https://docs.pytest.org/en/stable/fixture.html>`__.
- Dropped the homegrown pipe operator overloading mechanism, use
`SSPipe <https://sspipe.github.io/>`__ instead.
- Can build as a `Conda
Package <https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/packages.html>`__.
- Dropped obsolete dependencies, e.g. ``pysistence``.
- More extensive usage of `MyPy <https://mypy.readthedocs.io/>`__
gradual typing mechanism.
.. _section-10: