File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ pandas 0.11.0
200
200
- Fix upsampling bug with closed='left' and daily to daily data (GH3020 _)
201
201
- Fixed missing tick bars on scatter_matrix plot (GH3063 _)
202
202
- Fixed bug in Timestamp(d,tz=foo) when d is date() rather then datetime() (GH2993 _)
203
+ - series.plot(kind='bar') now respects pylab color schem (GH3115 _)
203
204
204
205
.. _GH2758 : https://github.com/pydata/pandas/issues/2758
205
206
.. _GH2809 : https://github.com/pydata/pandas/issues/2809
@@ -254,6 +255,7 @@ pandas 0.11.0
254
255
.. _GH3063 : https://github.com/pydata/pandas/issues/3063
255
256
.. _GH3059 : https://github.com/pydata/pandas/issues/3059
256
257
.. _GH2993 : https://github.com/pydata/pandas/issues/2993
258
+ .. _GH3115 : https://github.com/pydata/pandas/issues/3115
257
259
258
260
pandas 0.10.1
259
261
=============
You can’t perform that action at this time.
0 commit comments