-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
LaTeX and pretty printing for symbolic statistics #22661
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.10. Click here to see the pull request description that was parsed.
Update The release notes on the wiki have been updated. |
See here for the test failure: #22657 (comment) |
Looks good to me |
I think "E" should be written either using |
Yes, you are correct. I also changed P. Used |
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] [ffbc9cf2]
+ 7.41±0.2ms 12.1±0.3ms 1.64 matrices.TimeMatrixPower.time_Case1
- 5.05±0.09s 414±7ms 0.08 polygon.PolygonArbitraryPoint.time_bench01
+ 3.89±0.03ms 7.92±0.3ms 2.03 solve.TimeMatrixOperations.time_det(4, 2)
+ 3.95±0.2ms 7.26±0.3ms 1.84 solve.TimeMatrixOperations.time_det_bareiss(4, 2)
+ 37.8±0.8ms 60.7±3ms 1.61 solve.TimeMatrixPositiveDefinite.time_A_is_positive_definite
+ 38.1±0.7ms 61.0±2ms 1.60 solve.TimeMatrixPositiveDefinite.time_A_sym_is_positive_definite
+ 549±5ms 892±40ms 1.62 solve.TimeMatrixSolve.time_solve('GE')
+ 483±10ms 757±20ms 1.57 solve.TimeMatrixSolve.time_solve_sym('GE')
+ 43.3±2ms 91.6±3ms 2.11 solve.TimeMatrixSolvePyDySlow.time_linsolve(1)
+ 41.9±0.3ms 93.4±4ms 2.23 solve.TimeMatrixSolvePyDySlow.time_solve(1)
Full benchmark results can be found as artifacts in GitHub Actions |
Merging this and restarting the ones that builds on it. |
References to other Issues or PRs
Related to #22654
Brief description of what is fixed or changed
Covariance
,Expectation
,Probability
andVariance
now have dedicated LaTex and pretty printing.Other comments
Also changed so that a random domain prints using the
\in
symbol rather than the textin
.Added some rudimentary ASCII pretty-printing option for
Differential
(d
),WedgeProduct
(/\
), andTensorProduct
(.*
). The last is a bit doubtful, but probably better than an error...Release Notes
Covariance
,Expectation
,Probability
andVariance
.