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

feat: auto detect date_type when not provided #154

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

laresbernardo
Copy link

@laresbernardo laresbernardo commented Feb 26, 2024

The user may or may not specify date_range. It's not needed given it can be calculated. By default I propose setting date_type = NULL so it happens automatically instead of the current obligatory input. This update doesn't break past versions usage.

@laresbernardo
Copy link
Author

@microsoft-github-policy-service agree

@mitokic
Copy link
Collaborator

mitokic commented Mar 14, 2024

Hey @laresbernardo thanks for the new feature! Can you please add a test in its own file in the test folder so we know it works for various types of data. Maybe using example data from the modeltime package.

@laresbernardo
Copy link
Author

Thanks for the feedback @mitokic Added new test.

@laresbernardo
Copy link
Author

Looking good to land? @mitokic

@mitokic
Copy link
Collaborator

mitokic commented Apr 11, 2024

@laresbernardo please review my comments and resolve them. Thanks!

@laresbernardo
Copy link
Author

Hi @mitokic I don't see any unresolved conversations. The tests are already implemented in commit 58d9e29. Am I missing something else? Have a nice weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants