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

BUG: Use scipy.integrate.cumulative_trapezoid #617

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

rrjbca
Copy link
Contributor

@rrjbca rrjbca commented Jun 2, 2024

Description

The alias scipy.integrate.cumtrapz is deprecated. Use scipy.integrate.cumulative_trapezoid instead.

Depends on #618 incrementing the minimum supported version of scipy to 1.6 (the version when scipy.integrate.cumulative_trapezoid was added)

Checklist

  • Follow the Contributor Guidelines
  • Write unit tests
  • Write documentation strings
  • Assign someone from your working team to review this pull request
  • Assign someone from the infrastructure team to review this pull request

@rrjbca rrjbca added the bug Something isn't working label Jun 2, 2024
@rrjbca rrjbca requested a review from a team as a code owner June 2, 2024 07:41
@rrjbca rrjbca merged commit f4b4bc9 into skypyproject:main Jun 25, 2024
6 checks passed
@rrjbca rrjbca deleted the cumulative_trapezoid branch June 25, 2024 19:23
rrjbca added a commit to rrjbca/skypy that referenced this pull request Aug 9, 2024
rrjbca added a commit to rrjbca/skypy that referenced this pull request Sep 8, 2024
rrjbca added a commit to rrjbca/skypy that referenced this pull request Sep 8, 2024
rrjbca added a commit to rrjbca/skypy that referenced this pull request Sep 8, 2024
rrjbca added a commit that referenced this pull request Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant