-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[GSoC] Limit bug fixes #21775
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
[GSoC] Limit bug fixes #21775
Conversation
…negative check of integers
Add._eval_as_leading_term piecewise_folds Piecewise expressions (sympy#18363)
binomial._eval_as_leading_term method added Limit.doit is_Pow heuristics moved to separate function, and called only when leadterm fails, some unneeded clauses removed Limit now throws NotImplementedError for limits approaching a variable point
✅ Hi, I am the SymPy bot (v161). 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.9. Click here to see the pull request description that was parsed.
Update The release notes on the wiki have been updated. |
6b1bdbf
to
038073c
Compare
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
[ed9a550f] [88d5736a]
<sympy-1.8^0>
- 9.76±0.01s 4.95±0s 0.51 integrate.TimeIntegrationRisch02.time_doit(100)
- 9.65±0.03s 4.93±0.02s 0.51 integrate.TimeIntegrationRisch02.time_doit_risch(100)
+ 82.0±0.7μs 3.02±0.02ms 36.80 matrices.TimeDiagonalEigenvals.time_eigenvals
- 5.82±0.07ms 3.21±0.04ms 0.55 solve.TimeRationalSystem.time_linsolve(10)
- 1.19±0.01ms 747±2μs 0.63 solve.TimeRationalSystem.time_linsolve(5)
- 1.40±0.03ms 909±20μs 0.65 solve.TimeSparseSystem.time_linsolve_eqs(10)
- 2.61±0.03ms 1.66±0.01ms 0.64 solve.TimeSparseSystem.time_linsolve_eqs(20)
- 3.73±0.05ms 2.47±0.01ms 0.66 solve.TimeSparseSystem.time_linsolve_eqs(30)
Full benchmark results can be found as artifacts in GitHub Actions |
Looks good. Thanks! |
References to other Issues or PRs
Fixes #9497
Fixes #18363
Fixes #21598
Fixes #21756
Brief description of what is fixed or changed
Other comments
Release Notes
polylog
nseries expansionerf
nseries expansion leading to wrong number of termslog
leading term method handleszoo
better, thus raises more oftenbinomial
leading term method addedLimit
now throwsNotImplementedError
if the point contains the variable wrt which limit is being found