------------------
Beta release with
* :class:`metalearners.DRLearner` with support for binary
classification and regression outcomes and discrete treatment
variants.
* Generalization of :class:`metalearners.TLearner`,
:class:`metalearners.XLearner` and :class:`metalearners.RLearner`
to allow for more than two discrete treatment variants.
* Unification of shapes returned by ``predict`` methods.
* :func:`metalearners.utils.simplify_output` and :func:`metalearners.utils.metalearner_factory`.