You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-7GH-1
Changes:
- The class IbexParser includes a new attribute to keep track of the
timestamps of the parsed values.
- New private method that initializes the new attribute.
- Method `filter_file` adds new functionality to keep track of the time
stamps of the parsed values. This way, when a new value is parsed, its
ts is compared against the latest one, and it gets pushed into the
list only if the time stamp is more recent.
- Add some log messages to improve information to the user.
- Add new test case in which special values are tested (considering the
new feature of time stamp keeping).
- Add new stock data file for the tests.
Include a logger to offer extra info when using the parser.
The text was updated successfully, but these errors were encountered: