We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7ec42 commit c76ece5Copy full SHA for c76ece5
RELEASE.rst
@@ -29,7 +29,7 @@ pandas 0.8.2
29
30
**New features**
31
32
- - Add ``str.decode`` to Series (#1706)
+ - Add ``str.encode`` and ``str.decode`` to Series (#1706)
33
34
**Improvements to existing features**
35
@@ -77,6 +77,7 @@ pandas 0.8.2
77
- Fix DatetimeIndex tz-aware range generation issue (#1674)
78
- Fix method='time' interpolation with intraday data (#1698)
79
- Don't plot all-NA DataFrame columns as zeros (#1696)
80
+ - Fix bug in scatter_plot with by option (#1716)
81
82
pandas 0.8.1
83
============
0 commit comments