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

Remove dependency on setuptools for pythran -E #2231

Merged
merged 3 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. Fix numpy.fix output type

    This one changed with recent numpy upgrade, see
    numpy/numpy#26766
    serge-sans-paille committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9261d30 View commit details
    Browse the repository at this point in the history
  2. Fix docstring and implementation of Interval.power

    This makes the code more resilient to future numpy changes.
    serge-sans-paille committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bff3f24 View commit details
    Browse the repository at this point in the history
  3. Remove dependency on setuptools for pythran -E

    This should simplify the life of scipy maintainers, see #2228.
    serge-sans-paille committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    da75b45 View commit details
    Browse the repository at this point in the history