-
Notifications
You must be signed in to change notification settings - Fork 126
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
Prepare for release v0.7.2 #750
Conversation
We mention that multiple times in our modules.
@@ -77,6 +77,9 @@ defmodule Explorer.MixProject do | |||
Explorer.Backend.LazyFrame, | |||
Explorer.Backend.LazySeries, | |||
Explorer.PolarsBackend | |||
], | |||
Internal: [ | |||
Explorer.Duration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about this division, but I wanted to keep this separated. I chose to document the module because we refer to it in many places - mostly typespecs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this approach.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Especially because if a user does to_list
to a duration series, they'll see these structs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@billylanchantin thanks! And sorry for merging it too fast 😬
If you find anything here, please let me know so I can fix before the release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No no it looks great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep! I'm happy with this as well. Nice :)
No description provided.