File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ pandas 0.11.0
244244 - Fixed bug in Timestamp(d,tz=foo) when d is date() rather then datetime() (GH2993 _)
245245 - series.plot(kind='bar') now respects pylab color schem (GH3115 _)
246246 - Fixed bug in reshape if not passed correct input, now raises TypeError (GH2719 _)
247+ - Fixed a bug where Series ctor did not respect ordering if OrderedDict passed in (GH3282 _)
247248 - Fix NameError issue on RESO_US (GH2787 _)
248249 - Allow selection in an *unordered * timeseries to work similary
249250 to an *ordered * timeseries (GH2437 _).
@@ -314,6 +315,7 @@ pandas 0.11.0
314315.. _GH2781 : https://github.com/pydata/pandas/issues/2781
315316.. _GH2786 : https://github.com/pydata/pandas/issues/2786
316317.. _GH2787 : https://github.com/pydata/pandas/issues/2787
318+ .. _GH3282 : https://github.com/pydata/pandas/issues/3282
317319.. _GH2437 : https://github.com/pydata/pandas/issues/2437
318320.. _GH2753 : https://github.com/pydata/pandas/issues/2753
319321.. _GH2793 : https://github.com/pydata/pandas/issues/2793
You can’t perform that action at this time.
0 commit comments