-
Notifications
You must be signed in to change notification settings - Fork 29
CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) #416
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
CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) #416
Conversation
495b08a
to
4586d31
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #416 +/- ##
==========================================
+ Coverage 84.61% 84.62% +0.01%
==========================================
Files 20 20
Lines 1066 1067 +1
==========================================
+ Hits 902 903 +1
Misses 164 164 ☔ View full report in Codecov by Sentry. |
…ep existing compat) (#417) Co-authored-by: CompatHelper Julia <[email protected]>
…21-822-02329480552
Co-authored-by: David Widmann <[email protected]>
@devmotion do you know what causes dependency error like |
|
I bumped JuliaPlots/Plots.jl#4738, hopefully a version with support for StatsBase 0.34 will be available soon. |
This pull request changes the compat entry for the
StatsBase
package from0.32, 0.33
to0.32, 0.33, 0.34
.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.
Closes #418