- Fix a bug in ``TimeseriesList.to_df()`` sorting in the wrong order
0.13.8
------
**Dependencies**
- Upgrade ``python-dateutil`` latest from ``<=2.9`` to ``<2.10``
0.13.7
------
**Dependencies**
- Upgrade ``dateutil`` latest from 2.8 to 2.9
0.13.6
------
**Improvements**
- Add ``issued_time_of_day`` parameter to ``eq.instances.list()``, ``eq.instances.load()`` and ``eq.instances.latest()`` for filtering instances based on issued time
0.13.5
------
**Bugfixes**
- Adjust date formatting in ``AbsoluteResult.to_df()`` to be consistent with the rest of the client
0.13.4
------
**Improvements**
- Add ``AbsoluteResult.to_df()`` and ``AbsoluteResult.to_dataframe()``
**Bugfixes**
- The ``kind`` parameter on ``eq.metadata.places()`` did nothing. It is now fixed.