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

Reexport std and var from Statistics #336

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

milesfrain
Copy link
Contributor

@milesfrain milesfrain commented Sep 25, 2023

Fixes: #146 (part 2)

The original request was to just add a note in the docs about reexports from Statistics: #146 (comment)

But then I found we were missing some re-exports that the docs assume exist. So I added those back in as originally proposed in the above issue.

This PR also removes unnecessary Statistics imports in the tests. FYI @maleadt, This reverts your change from #294 to restore my change from #149.

If we don't want to go with the reexport strategy, that's also fine with me. I just want things to be consistent.

milesfrain and others added 3 commits September 24, 2023 21:53
Moved `maximum` to immediately after `minimum`. This makes it easier to match-up the outputs against what `BenchmarkTools` prints.
@milesfrain milesfrain changed the title Reexport Statistics std and var Reexport std and var from Statistics Sep 25, 2023
Copy link
Collaborator

@gdalle gdalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me, thanks!

@gdalle gdalle merged commit 0944b43 into JuliaCI:master Sep 26, 2023
9 checks passed
@milesfrain milesfrain deleted the note-statistics-reexports branch September 26, 2023 21:35
@Zentrik Zentrik mentioned this pull request Apr 26, 2024
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.

Change median and mean export, or update documentation
2 participants