Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include a logger #7

Open
felipet opened this issue Mar 7, 2024 · 0 comments
Open

Include a logger #7

felipet opened this issue Mar 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@felipet
Copy link
Owner

felipet commented Mar 7, 2024

Include a logger to offer extra info when using the parser.

@felipet felipet added the enhancement New feature or request label Mar 7, 2024
@felipet felipet added this to the Release v0.2.0 milestone Mar 7, 2024
@felipet felipet self-assigned this Mar 7, 2024
felipet added a commit that referenced this issue Mar 8, 2024
felipet added a commit that referenced this issue Mar 8, 2024
GH-7 GH-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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant