Release version 0.2.4 New features ------------ - EcaioTime now has a class method to initialize from a Python standard library `datetime` object. Note that the `datetime` object must be timezone-aware; naïve `datetime` objects (i.e., not carrying associated time zone information) will be rejected with an exception. Changes breaking backward compatibility of the interface -------------------------------------------------------- None. Other changes ------------- - The file-type handler classes, and their Python files, have been renamed to match the specific file type they should handle. This should scale better as we start to add more file type handlers in the future. As the file-type specific handlers have not been documented and never been advertised so far, this should not be a breaking change for users.