-
Notifications
You must be signed in to change notification settings - Fork 26
Develop ~~> Master #425
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
Develop ~~> Master #425
Conversation
this is because it crashed when it tried to print itself
Move some developer deps to "dev" package extension
add some more tests for Rotation class
Add parallel coverage job to GitHub Actions.
Odd resolution images could cause omegas outside grid (arithmetic noise 1 vs 0.9999999). Allow extrapolation in this case instead of zero fill which will crash in later (PowerFilter) computations. Also implements short circuit optimization for case where transfer function grid is expected to be identical to interpolation grid. No need to interpolate there.
fix bug in Pandas code supporting startfile IO
Fixes corner case where filter eval points outside interp grid.
…ython into ctf_rebased
No longer crashed but estimated result for clean case seems like it is broken
adjust batched tolerance to relate to dtype
Fixup covar2d shrinker and get_cwf_coeffs for noise_var=0
Codecov Report
@@ Coverage Diff @@
## master #425 +/- ##
=========================================
Coverage ? 87.60%
=========================================
Files ? 95
Lines ? 6557
Branches ? 0
=========================================
Hits ? 5744
Misses ? 813
Partials ? 0 Continue to review full report at Codecov.
|
|
Draft release notes: |
|
Release notes look good to me. |
amitsinger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Moving release.
Because we've added the CTF Estimation backend and CLI we discussed categorizing this as a minor release.
Version bumped to
0.7.0.I'll begin compiling the release notes based on the PRs.