- Fixed issues with Unicode_ in Python 3.
- Fixed sorting and ordering of :class:`~modelicares.simres.SimRes` and
:class:`~modelicares.linres.LinRes` instances in Python 3.
- :meth:`~modelicares.simres._VarList.arrays` is now available as
:meth:`~modelicares.simres.Variable.array` instead.
- *fbase* is now a property instead of a method of
:class:`~modelicares.simres.SimRes` and
:class:`~modelicares.linres.LinRes`. Likewise, *n_constants* is now a
property of :class:`~modelicares.simres.SimRes` and *basedir* is a property
of :class:`~modelicares.simres.SimResList` and
:class:`~modelicares.linres.LinResList`.
- Added *dirname* as a property to :class:`~modelicares.simres.SimRes` and
:class:`~modelicares.linres.LinRes`.
- *basename*, *dirname*, *fname*, *n_constants*, *sys*, and *tool* are now
properties of :class:`~modelicares.simres.SimResList` and
:class:`~modelicares.linres.LinResList` (as applicable) which give lists of
the corresponding properties across all of the simulations or
linearizations in those lists.
- Deleted :meth:`~modelicares.simres.SimResList.fnames`. Use the *fname*
property of :class:`~modelicares.simres.SimResList` instead.
- :meth:`~modelicares.simres.Variable.is_constant` is now a property instead
of a method of :class:`~modelicares.simres.Variable`.
- :func:`sort` now correctly sorts :class:`~modelicares.simres.SimResList`
and :class:`~modelicares.linres.LinResList` by absolute file path.
- Improved the generation of defaults for the Bode and Nyquist plots.
- Fixed an issue with slicing a :class:`~modelicares.simres.SimResList`.
- Removed :func:`~modelicares.util.pow10`. It is not used internally and
probably is not very helpful externally.
- Change the default value of *roman* in
:func:`~modelicares.texunit.quantity_str` to *False*.
- Renamed and/or reordered the arguments of
:func:`~modelicares.util.setup_subplots`, and
:func:`~modelicares.exps.modelica_str` for clarity and simplicity.
- Supported Qt_ via several installations: PyQt4_, guidata_, and PySide_.
PySide_ is no longer required, but if no Qt_ installation is available,
then file dialogs are not available in :func:`~modelicares.util.save` or
the `loadres <loadres.html>`_ script.