-
Notifications
You must be signed in to change notification settings - Fork 148
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
Fix all the things #503
Fix all the things #503
Conversation
Since there seems to be little enough harm in |
20d7a96
to
03165ba
Compare
I will go ahead and merge this. Please comment here or open issues with whatever the fallout is :) |
Wow great to see all the things fixed! Time to close all the those tiresome issues and release version 1.0.0 :-) |
Lol. By the time I was done, it seemed to annoying to enumerate all the little things... :) But actually yes, I would like to release v1.0 soon. (I think we should deprecate FixedSizeArrays and Immutable arrays first, though). |
Agreed, those old interfaces should go. If there's any remaining difference in functionality we should subsume that and move on. |
Solve various inference issues. Replaces #495 and #330.
Closes #493.
Note: the eltype of empty arrays may become
Union{}
inmap
,broadcast
, andmapreduce(...; dims = Val{N})
.