-
-
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
Map do not work for dictionaries in 0.5 #17714
Milestone
Comments
tkelman
added
the
regression
Regression in behavior compared to a previous version
label
Jul 30, 2016
If you want an array, I think it's better to use a comprehension for that. |
This change should be documented as breaking and added to NEWS |
tkelman
added
needs docs
Documentation for this change is required
and removed
regression
Regression in behavior compared to a previous version
labels
Aug 1, 2016
Speaking of which, I don't think the new |
JeffBezanson
added a commit
that referenced
this issue
Aug 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems to be a regression that dictionaries cannot be mapped anymore. The input below works fine in 0.4.
The text was updated successfully, but these errors were encountered: