-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
vector : Scalar condition of vectors made False #23033
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
Conversation
✅ Hi, I am the SymPy bot (v162). 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.11. Click here to see the pull request description that was parsed.
Update The release notes on the wiki have been updated. |
This reverts commit bae1e19.
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
[907895ac] [706ab904]
- 219±2ms 132±0.9ms 0.60 large_exprs.TimeLargeExpressionOperations.time_subs
- 14.6±0.02ms 9.66±0.02ms 0.66 matrices.TimeMatrixExpression.time_MatAdd_doit
- 222±0.5μs 103±0.2μs 0.46 matrices.TimeMatrixExpression.time_MatMul
- 14.1±0.01ms 7.28±0.04ms 0.51 matrices.TimeMatrixExpression.time_MatMul_doit
- 4.13±0s 304±2ms 0.07 polygon.PolygonArbitraryPoint.time_bench01
+ 3.33±0.01ms 5.52±0.02ms 1.66 solve.TimeMatrixOperations.time_det(4, 2)
+ 3.31±0.01ms 5.50±0.02ms 1.66 solve.TimeMatrixOperations.time_det_bareiss(4, 2)
+ 36.8±0.1ms 66.0±0.3ms 1.79 solve.TimeMatrixSolvePyDySlow.time_linsolve(1)
+ 37.8±0.5ms 65.5±0.4ms 1.73 solve.TimeMatrixSolvePyDySlow.time_solve(1)
Full benchmark results can be found as artifacts in GitHub Actions |
Ping @smichr @oscarbenjamin for review. |
Nice catch ,looks good . Could go in after set of reviews ! |
Thanks ,seems straight forward to me . @oscarbenjamin @czgdp1807 |
I don't know much about this part of SymPy. Can't say much whether this is the right change or not. @sylee957 Any thoughts from your side? |
Thanks . @oscarbenjamin @sylee957 would appreciate any suggestions / response to this ! |
Is there any nontrivial issues that this can solve or is it only solves |
None that I came across of as of now .Seemed direct when I read your comment on the issue ! |
References to other Issues or PRs
Closes #16510
Brief description of what is fixed or changed
The issue #16510 has already been resolved on master by some other commit .
This fix is for 16510( comment )
Earlier on master -
On my branch -
Other comments
Release Notes