Version 0.6.0 of PhilDB.
- BREAKING CHANGE: The phildb.database.PhilDB write method has changed, it now takes a pandas.Series instead of a tuple of arrays.
- Closed issue 3: New read_log method for reading a time series as it existed for a given datetime.
- Raise more informative exceptions when attempting to create a duplicate timeseries/attribute.
- Various minor updates to documentation.