- Updated matplotlibrc_ (default formatting).
- Added patterns to :func:`~modelicares.exps.write_params` to match more
entries in a dsin file.
- :func:`~modelicares.exps.write_script` now clears the log between runs.
- Fixed bug so that :meth:`~modelicares.simres.SimRes.plot` keeps the axis
labels blank when *xlabel* = "", *ylabel1* = "", or *ylabel2* = "".
- :func:`~modelicares.texunit.label_number` now uses "in" instead of "/" to
denote a quantity in a unit that involves a function other than simple
scaling (e.g., degC, dB).
- :func:`~modelicares.texunit.unit2tex` now automatically formats some units
and constants.
- Added *color* option to :func:`~modelicares.multi.multiplot`.
- Added :meth:`~modelicares.simres.SimRes.variables` method to list variable
names (same as :meth:`~modelicares.simres.SimRes.keys` and
:meth:`~modelicares.simres.SimRes.names`).
- Added :meth:`~modelicares.simres.SimRes.glob` to return variables that
match a pattern.
- Removed the :mod:`simres.info` submodule. It is better to use the methods
of :class:`~modelicares.simres.SimRes` directly.