logmerger 0.13.0 #54
ptmcg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added
Added progress indicator when displaying data for large data files.
Added "I" key binding to display information about the input log files.
The "go to line" function now accepts 0 or 1 to go to the first line.
Changed
logmerger 0.13 drops support for Python 3.9, as it makes use of features added in Python 3.10
Used batched terminal updates for displaying table data, greatly improving performance when displaying large data sets.
Second performance improvement when displaying line numbers using the
--line_numbersoption, by pre-padding the values with spaces instead of using textual's automatic column resizing.Changed linear search for inserting out-of-order log lines to use binary search using the
bisectmodule.Timestamp parsers that matched on milliseconds with 3 decimal places only now match on timestamps with 1-6 decimal places.
This discussion was created from the release logmerger 0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions