-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Remove julia 0.3 deprecations #11046
Conversation
+1 |
Should we also flip the switch to get the new behavior of |
Don't we need to go through a deprecation cycle for that? I.e. wait until 0.5-dev. |
That would be good motivation to make the 0.5 development cycle really short. ;-) |
I think the |
Looks like there weren't too many of these, but I think the right time to do this would have been coordinated with transitioning from 0.4-dev to 0.4-pre, and we still have several breaking changes open so I don't think we're ready for that quite yet. |
This was fairly breaking, it turns out, although it might just be in a couple of base packages. Mostly |
A lot of packages have been updated but not tagged yet. |
Do we have a doctest to make sure we remove the docs of deprecated functions? Either before or after we remove the last method definitions? |
Seems like the time is about right, plus Gadfly is broken right now because of the
Stat
deprecation, so if we're gonna remove the deprecations anyway, might as well do it now.