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
closespandas-dev#13965
Author: carlosdanielcsantos <[email protected]>
Author: carlosdanielcsantos <[email protected]>
Author: carlosdanielcsantos <[email protected]>
Closespandas-dev#15795 from carlosdanielcsantos/rwindow-endpoints-inclusion and squashes the following commits:
aad97dc [carlosdanielcsantos] Updating docs
568c12f [carlosdanielcsantos] Innocuous change to rerun tests
037b84e [carlosdanielcsantos] Fixing style
c18a31b [carlosdanielcsantos] Fixing test of assertion of closed parameter in fixed windows Style corrections
90dfb0c [carlosdanielcsantos] Correcting bug in window validation
8bd336a [carlosdanielcsantos] Almost there
306b9f7 [carlosdanielcsantos] Commiting progress on default=None. Still not tested Adding computation.rst section (still not written)
ec4bbc7 [carlosdanielcsantos] Changing l_closed and r_closed variable names
0e8e65c [carlosdanielcsantos] Adding doc-strings and PEP8 corrections
5eaf3b4 [carlosdanielcsantos] str closed -> object closed Adding test of assert for closed parameter Adding assert for closed parameter in get_window_indexer
2cf6804 [carlosdanielcsantos] Time-based windows working
da034bf [carlosdanielcsantos] Commiting progress
34f1309 [carlosdanielcsantos] Adding window slicing endpoint inclusion selection to VariableWindowIndexer
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -319,6 +319,7 @@ To convert a ``SparseDataFrame`` back to sparse SciPy matrix in COO format, you
319
319
Other Enhancements
320
320
^^^^^^^^^^^^^^^^^^
321
321
322
+
- ``DataFrame.rolling()`` now accepts the parameter ``closed='right'|'left'|'both'|'neither'`` to choose the rolling window endpoint closedness. See the :ref:`documentation <stats.rolling_window.endpoints>` (:issue:`13965`)
322
323
- Integration with the ``feather-format``, including a new top-level ``pd.read_feather()`` and ``DataFrame.to_feather()`` method, see :ref:`here <io.feather>`.
323
324
- ``Series.str.replace()`` now accepts a callable, as replacement, which is passed to ``re.sub`` (:issue:`15055`)
324
325
- ``Series.str.replace()`` now accepts a compiled regular expression as a pattern (:issue:`15446`)
0 commit comments