- Resolves issue 23: Drop support of nbclean mercurial extension (to hard to
maintain), thereby making issues 1, 3, 8, 9, 11, obsolete.
- Remove installation of old obsolete notebook extensions like Calico tools,
[RISE](https://rise.readthedocs.io/en/stable/installation.html) etc. These can all be
installed now with either the standard extensions, or pip.
* With pip:
bash
python -m pip install jupyter_contrib_nbextensions RISE
jupyter contrib nbextension install --user
* With conda:
bash
conda install -c conda-forge jupyter_contrib_nbextensions rise
jupyter contrib nbextension install --user
See also
[NBExtensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions).
- Improved test isolation.
- Expanded options for `mmf_setup`.
- Mercurial configuration is now in two stages: `hgrc.lga` which gives the `hg lg`
command safely using only builtin modules, and `hgrc.full` which includes this,
and also activates the `hg-git` and `evolve` extensions. This also applies the
`update` hook for including `.hgrc` files, but asks the user for confirmation
because this is a security risk.