Skip to content
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

Handle Dates-array arithmetic with promote_op #12370

Merged
merged 1 commit into from
Jul 30, 2015
Merged

Handle Dates-array arithmetic with promote_op #12370

merged 1 commit into from
Jul 30, 2015

Commits on Jul 29, 2015

  1. Base AbstractArray{T<:Date} operations on promote_op

    This avoids deprecation warnings with packages like Images and DataArrays
    (hopefully others too). The key point seems to be to avoid specializing
    on the element type while being generic about the container.
    timholy committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    01fd0a1 View commit details
    Browse the repository at this point in the history