- Added :func:`~modelicares.multi.multibode` and
:func:`~modelicares.multi.multinyquist` to create Bode and Nyquist diagrams
of multiple linearizations.
- Fixed and improved specification of axes in
:meth:`~modelicares.linres.LinRes.bode` and
:meth:`~modelicares.linres.LinRes.nyquist`. The argument *ax* argument to
:meth:`~modelicares.linres.LinRes.bode` is now *axes* instead---a tuple
(pair) of axes.
- Fixed error with chosen directory in :func:`~modelicares.base.save`
- Added function to generate one-factor-at-a-time experiments. The old
*permute* argument to :func:`~modelicares.exps.gen_experiments` is now
generalized to *design*, as in design of experiments. Now, assign a
function from :mod:`~modelicares.exps.doe` to that argument.
- Square axes are now the default for Nyquist plots.