* Document ``sidekick.evil``, ``sidekick.op`, ``sidekick.pred``. * Build documentation cleanly and add it to the CI
0.8.2
=====
* Remove the legacy ``sidekick.functools`` module.
0.8.1
=====
* Split ``sidekick.lazytools`` into ``proxy`` and ``properties`` submodules. * Rename properties parameters to be more consistent. * Rework zombie[cls] factory to allow instance checks.
0.8.0
=====
This is a major refactor preparing to 1.0.0
* Documentation now uses sphinx.ext.doctest instead of manuel and passes all tests. * Moved fn and most of functools to sidekick.functions. * Created sk.iter(). * Start changelog and roadmap. * Refactor documentation * Create the ``import sidekick.api as sk`` idiom. * Move functions from ``sidekick.functools`` to ``sidekick.functions`` * Move functions from ``sidekick.itertools`` to ``sidekick.seq``