-
Notifications
You must be signed in to change notification settings - Fork 28
Fix deprecation warnings, remove v0.3 support #20
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
Conversation
module SortingAlgorithms | ||
|
||
using Compat | ||
import Compat.view |
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.
put a minimum version on Compat in REQUIRE
The reason this is failing is because StatsBase does not support v0.3. I used StatsBase because the |
I think dropping 0.3 support here is fine. |
@kmsquire @tkelman @ViralBShah Could one of you guys tag a new version? Thanks. |
(will have to be a new minor version via |
Add REQUIRE file to tests for StatsBase, because
hist
is deprecated, andsub
is nowview