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

Refactor IO api for clarity and allow computing chunks directly on index #17

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

Conversation

glopesdev
Copy link
Contributor

There was a confusingly named function called aeon remaining from the original first draft of the API. This could be confused with aeon the module name, so here we propose deprecating this time conversion function and replace it with two new explicitly named functions to_datetime and to_seconds instead.

In addition, we extend the chunk function to allow extracting chunks directly from a DatetimeIndex object.

@glopesdev glopesdev added feature New planned feature fix Pull request that fixes an issue labels Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant