-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[GSOC_2.4] Support phase unwrapping in frequency response #25463
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 (v170). 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.13. 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
[8059df73] [77010f3b]
<sympy-1.12^0>
- 113±3ms 71.4±1ms 0.63 integrate.TimeIntegrationRisch02.time_doit(10)
- 109±2ms 70.5±0.7ms 0.65 integrate.TimeIntegrationRisch02.time_doit_risch(10)
- 2.69±0.07ms 782±20μs 0.29 polys.TimePREM_LinearDenseQuadraticGCD.time_op(3, 'sparse')
- 12.7±0.4ms 2.28±0.02ms 0.18 polys.TimePREM_LinearDenseQuadraticGCD.time_op(5, 'sparse')
- 425±5μs 93.4±2μs 0.22 polys.TimePREM_QuadraticNonMonicGCD.time_op(1, 'sparse')
- 5.88±0.05ms 430±10μs 0.07 polys.TimePREM_QuadraticNonMonicGCD.time_op(3, 'sparse')
- 13.0±0.3ms 1.23±0.03ms 0.09 polys.TimePREM_QuadraticNonMonicGCD.time_op(5, 'sparse')
- 7.51±0.1ms 4.56±0.05ms 0.61 polys.TimeSUBRESULTANTS_LinearDenseQuadraticGCD.time_op(2, 'sparse')
- 33.0±0.2ms 14.0±0.2ms 0.42 polys.TimeSUBRESULTANTS_LinearDenseQuadraticGCD.time_op(3, 'sparse')
- 8.03±0.1ms 1.37±0.02ms 0.17 polys.TimeSUBRESULTANTS_QuadraticNonMonicGCD.time_op(1, 'sparse')
- 18.5±0.3ms 10.7±0.3ms 0.58 polys.TimeSUBRESULTANTS_QuadraticNonMonicGCD.time_op(2, 'sparse')
- 246±4ms 80.8±1ms 0.33 polys.TimeSUBRESULTANTS_QuadraticNonMonicGCD.time_op(3, 'sparse')
- 8.07±0.1ms 652±4μs 0.08 polys.TimeSUBRESULTANTS_SparseGCDHighDegree.time_op(3, 'sparse')
- 34.9±0.4ms 1.02±0.02ms 0.03 polys.TimeSUBRESULTANTS_SparseGCDHighDegree.time_op(5, 'sparse')
- 721±10μs 259±5μs 0.36 polys.TimeSUBRESULTANTS_SparseNonMonicQuadratic.time_op(1, 'sparse')
- 7.98±0.1ms 260±4μs 0.03 polys.TimeSUBRESULTANTS_SparseNonMonicQuadratic.time_op(3, 'sparse')
- 21.4±0.7ms 261±6μs 0.01 polys.TimeSUBRESULTANTS_SparseNonMonicQuadratic.time_op(5, 'sparse')
- 211±4μs 117±1μs 0.55 solve.TimeMatrixOperations.time_rref(3, 0)
- 399±8μs 139±3μs 0.35 solve.TimeMatrixOperations.time_rref(4, 0)
- 37.9±0.4ms 16.1±0.5ms 0.42 solve.TimeSolveLinSys189x49.time_solve_lin_sys
Full benchmark results can be found as artifacts in GitHub Actions |
References to other Issues or PRs
Fixes #25444
Brief description of what is fixed or changed
Other comments
Release Notes