Changed
- The code went through a refactoring while it remains backward compatible.
- Seed and Time columns in the DataFrame are reported as integer and datetime types, respectively
- The `get_dataframe(logfiles, timelines=False, prettyparams=False)` API has a new signature
- A new API `parse(patterns)` is added that returns a `ParseResult()` object with `summary()` and `progress(section)` methods (see README.md for an example usage)