You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: use same value counts for roll_var to remove floating point artifacts (#46431)
* fix merge
* bug fix: nobs == 0 == min_periods
* use Py_ssize_t in place of int64_t
* use tm.assert_series_equal
* add more checks in roll numba methods
* add more checks in roll numba methods
* cancel check exact
* test 32bit: undo Py_ssize_t
* add explanation for test_rolling_var_same_value_count_logic
* comments updated
* add equal-zero test for test_rolling_var_numerical_issues & test_rolling_var_floating_artifact_precision
* update docs
* add more tests
* update whats new
* update whats new
* update doc
Co-authored-by: auderson <[email protected]>
Co-authored-by: Jeff Reback <[email protected]>
0 commit comments