-
Notifications
You must be signed in to change notification settings - Fork 370
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
textwidth
is deprecated warning
#1324
Comments
Care yo make a PR? |
Though try on master first, as #1320 should have fixed this. |
There's another error in master right now. In DataFrame((v.second[1]=>v.second[2] for v in A)...) but I'm assuming this would break 0.7. I'm not sure what the proper way of doing compat with named tuple arguments is... |
Ok... I'd really like to make a PR and actually be helpful, but I don't have 0.7 set up at all, so I'll have to leave it to someone else at least for now. |
The definition of |
I suspect you are right. The current output of |
The problem with If in I do not know what best practice for such situations was in the past but I guess that we will have to have a custom code in |
See #1329 about keyword arguments. The |
JuliaLang/Compat.jl#437 fixes the |
Both the |
I get the following warning when displaying a DataFrame with strings
on 11.2. This seems to come from here.
The text was updated successfully, but these errors were encountered: