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

Update approx to >=0.4, <0.6 to support approx 0.5 #1024

Closed
wants to merge 1 commit into from

Commits on Jun 5, 2021

  1. Update approx to >=0.4, <0.6 to support approx 0.5

    `approx` 0.5 updates its `num-complex` dependency to 0.4, which is the
    same version of `num-complex` which `ndarray` depends on. So, it's
    very useful for `ndarray` to support `approx` 0.5. Instead of
    expanding the range of the `approx` versions, another option would be
    to add another feature for `approx` 0.5, but I don't think the
    additional complexity would be worth it. When we release the next
    breaking release of `ndarray`, I think we should change this version
    specification to "0.5".
    jturner314 committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    79be30f View commit details
    Browse the repository at this point in the history