-
Notifications
You must be signed in to change notification settings - Fork 49
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
Fixes for 0.7 #451
Fixes for 0.7 #451
Conversation
Codecov Report
@@ Coverage Diff @@
## master #451 +/- ##
=========================================
+ Coverage 96.88% 99.18% +2.3%
=========================================
Files 29 28 -1
Lines 2695 1601 -1094
=========================================
- Hits 2611 1588 -1023
+ Misses 84 13 -71
Continue to review full report at Codecov.
|
Allocations (except in |
eye -> one for SMatrix. eye -> one for Rotations.RotMatrix. zeros -> zero for StaticArrays types.
Allocation fixes for |
Skip IntervalArithmetic and SymPy notebooks for now.
Had to temporarily disable test case involving Hessian of kinetic energy due to excessive compilation time.
Currently some allocations that I still need to debug, but overall benchmarks have improved signficantly.