-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
expand AddWithLimits expr using force hint #24002
Conversation
✅ Hi, I am the SymPy bot (v167). I'm here to help you write a release notes entry. Please read the guide on how to write release notes. Your release notes are in good order. Here is what the release notes will look like: This will be added to https://github.com/sympy/sympy/wiki/Release-Notes-for-1.12. Click here to see the pull request description that was parsed.
Update The release notes on the wiki have been updated. |
Benchmark results from GitHub Actions Lower numbers are good, higher numbers are bad. A ratio less than 1 Significantly changed benchmark results (PR vs master) Significantly changed benchmark results (master vs previous release) before after ratio
[41d90958] [ed600afb]
<sympy-1.11.1^0>
- 994±3μs 623±1μs 0.63 solve.TimeSparseSystem.time_linear_eq_to_matrix(10)
- 2.83±0ms 1.16±0ms 0.41 solve.TimeSparseSystem.time_linear_eq_to_matrix(20)
- 5.65±0.01ms 1.70±0.01ms 0.30 solve.TimeSparseSystem.time_linear_eq_to_matrix(30)
Full benchmark results can be found as artifacts in GitHub Actions |
It would be good to have a test that shows the effect of using |
Tests added 👍 |
References to other Issues or PRs
Implements feedback from #23996
Brief description of what is fixed or changed
Expand does not split sums or integrals if the summand is not commutative or the expression has infinite limits. The force=True hint can now be used to split the sum/integral regardless of the assumptions.
Other comments
Release Notes