Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

BUG: support min/max functions for rolling windows with custom BaseIndexer Bug Window rolling, ewma, expanding
#33180 by AlexKirko was merged Apr 3, 2020 Loading…
5 tasks done
1.1
Whitelist std and var for use with custom rolling windows Docs Window rolling, ewma, expanding
#33448 by AlexKirko was merged Apr 17, 2020 Loading…
5 tasks done
1.1
BUG: support count function for custom BaseIndexer rolling windows Window rolling, ewma, expanding
#33605 by AlexKirko was merged Apr 17, 2020 Loading…
5 tasks done
1.1
BUG: support median function for custom BaseIndexer rolling windows Window rolling, ewma, expanding
#33626 by AlexKirko was merged Apr 21, 2020 Loading…
5 tasks done
1.1
BUG: Fix memory issues in rolling.min/max Performance Memory or execution speed performance Window rolling, ewma, expanding
#33693 by s-scherrer was merged Apr 28, 2020 Loading…
4 of 5 tasks
1.0.4
BUG: support skew function for custom BaseIndexer rolling windows Window rolling, ewma, expanding
#33745 by AlexKirko was merged Apr 25, 2020 Loading…
5 tasks done
1.1
BUG: support corr and cov functions for custom BaseIndexer rolling windows Window rolling, ewma, expanding
#33804 by AlexKirko was merged Apr 27, 2020 Loading…
6 tasks done
1.1
TST: Clean moments consistency Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding
#33813 by charlesdong1991 was merged Apr 26, 2020 Loading… 1.1
TST: Separate expanding_apply and rolling_apply out of consistency Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding
#33817 by charlesdong1991 was merged Apr 27, 2020 Loading… 1.1
Roll quantile support multiple quantiles as per #12093: rough sketch for discussion Stale Window rolling, ewma, expanding
#33843 by cottrell was closed Nov 26, 2020 Loading…
1 task
TST/REF: Parametrize consistency data and de-private methods Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding
#33875 by charlesdong1991 was merged Apr 30, 2020 Loading… 1.1
TST/REF: Move static methods out of consistency classes Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding
#33927 by charlesdong1991 was merged May 2, 2020 Loading… 1.1
TST/REF: Fixturize constant functions in ConsistencyBase Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding
#33943 by charlesdong1991 was merged May 10, 2020 Loading… 1.1
BUG: Use args and kwargs in Rolling.apply Bug Window rolling, ewma, expanding
#33983 by mproszewska was merged May 15, 2020 Loading…
4 of 5 tasks
1.0.4
PERF: Use Indexers to implement groupby rolling Performance Memory or execution speed performance Window rolling, ewma, expanding
#34052 by mroeschke was merged May 25, 2020 Loading…
3 tasks done
1.1
TST/REF: Deprivate check_pairwise_moment and remove ConsistencyBase Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding
#34119 by charlesdong1991 was merged May 11, 2020 Loading… 1.1
CLN: Splits Moments and MomentsConsistency tests into separate files Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding
#34140 by charlesdong1991 was merged May 13, 2020 Loading… 1.1
CLN/TST: Remove Base Class and all subclasses and fixturize data Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding
#34179 by charlesdong1991 was merged May 15, 2020 Loading…
1 task done
1.1
ENH: Implement __iter__ for Rolling and Expanding Enhancement Window rolling, ewma, expanding
#34201 by charlesdong1991 was merged May 17, 2020 Loading…
5 tasks done
1.1
CLN: Move rolling helper functions to where they are used Clean Window rolling, ewma, expanding
#34269 by mroeschke was merged May 21, 2020 Loading…
3 tasks done
1.1
BUG: Fix failing MacPython 32bit wheels for groupby rolling 32bit 32-bit systems Bug Window rolling, ewma, expanding
#34423 by mroeschke was merged May 29, 2020 Loading…
3 of 4 tasks
1.1
CLN: EWMA cython code and function dispatch Clean Window rolling, ewma, expanding
#34636 by mroeschke was merged Jun 8, 2020 Loading…
3 tasks done
1.1
TST: Add test for rolling window, see GH 34605 Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding
#34705 by gglanzani was merged Jun 15, 2020 Loading…
4 of 5 tasks
1.1
CLN/TYPE: EWM Clean Typing type annotations, mypy/pyright type checking Window rolling, ewma, expanding
#34770 by mroeschke was merged Jun 14, 2020 Loading…
3 tasks done
1.1
BUG: Respect center=True in rolling.apply when numba engine is used Bug numba numba-accelerated operations Window rolling, ewma, expanding
#34816 by mroeschke was merged Jun 16, 2020 Loading…
5 tasks done
1.1
ProTip! Exclude everything labeled bug with -label:bug.