-
Notifications
You must be signed in to change notification settings - Fork 98
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
Release 0.10.1 breaking for allowmissing
arrays
#209
Comments
This was, of course, not intentional, but invisible because we don't have any tests that cover this behavior. I'll look into it. |
I guess we found a use case for the fallback that we decided to remove because nobody knew what it was good for. This can be fixed, in principle, by implementing the |
Sorry, wasn't trying to imply anything bad, I just wasn't sure if this was one of the edge cases where it isn't worth making folks update the deps since it's pre-1.0. Yeah, the I'm having difficulty following all the changes/discussions between 0.10.0 to 0.10.1 would you mind posting a link to the commit/PR/discussion where the fallback was dropped? I doubt I'll have much to contribute, but it'd nice to following along. FWIW, I'm fine with calling |
Looks like the latest patch release broke the ability to pass arrays with eltype
Union{<:Real, Missing}
On 0.10.0:
But on 0.10.1:
I'm not sure if this was intended, but it might be good to push those kinds of changes to a breaking release?
The text was updated successfully, but these errors were encountered: