We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4cea6 commit c20ae64Copy full SHA for c20ae64
RELEASE.rst
@@ -22,7 +22,7 @@ Where to get it
22
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
23
* Documentation: http://pandas.pydata.org
24
25
-pandas 0.8.2
+pandas 0.9.0
26
============
27
28
**Release date:** NOT YET RELEASED
@@ -31,6 +31,7 @@ pandas 0.8.2
31
32
- Add ``str.encode`` and ``str.decode`` to Series (#1706)
33
- Add `to_latex` method to DataFrame (#1735)
34
+ - Add convenient expanding window equivalents of all rolling_* ops (#1785)
35
36
**Improvements to existing features**
37
0 commit comments