@@ -113,7 +113,6 @@ pandas 0.11.0
113
113
df = DataFrame(dict (A = ts))
114
114
df[' 2001' ]
115
115
116
-
117
116
**API Changes **
118
117
119
118
- Do not automatically upcast numeric specified dtypes to ``int64 `` or
@@ -220,7 +219,10 @@ pandas 0.11.0
220
219
- Allow selection in an *unordered * timeseries to work similary
221
220
to an *ordered * timeseries (GH2437 _).
222
221
- Fix implemented ``.xs `` when called with ``axes=1 `` and a level parameter (GH2903 _)
222
+ - Timestamp now supports the class method fromordinal similar to datetimes (GH3042 _)
223
223
224
+ .. _GH622 : https://github.com/pydata/pandas/issues/622
225
+ .. _GH797 : https://github.com/pydata/pandas/issues/797
224
226
.. _GH2758 : https://github.com/pydata/pandas/issues/2758
225
227
.. _GH2809 : https://github.com/pydata/pandas/issues/2809
226
228
.. _GH2810 : https://github.com/pydata/pandas/issues/2810
@@ -236,8 +238,6 @@ pandas 0.11.0
236
238
.. _GH2807 : https://github.com/pydata/pandas/issues/2807
237
239
.. _GH2918 : https://github.com/pydata/pandas/issues/2918
238
240
.. _GH3011 : https://github.com/pydata/pandas/issues/3011
239
- .. _GH622 : https://github.com/pydata/pandas/issues/622
240
- .. _GH797 : https://github.com/pydata/pandas/issues/797
241
241
.. _GH2681 : https://github.com/pydata/pandas/issues/2681
242
242
.. _GH2719 : https://github.com/pydata/pandas/issues/2719
243
243
.. _GH2746 : https://github.com/pydata/pandas/issues/2746
@@ -267,19 +267,20 @@ pandas 0.11.0
267
267
.. _GH2967 : https://github.com/pydata/pandas/issues/2967
268
268
.. _GH2982 : https://github.com/pydata/pandas/issues/2982
269
269
.. _GH2989 : https://github.com/pydata/pandas/issues/2989
270
+ .. _GH2993 : https://github.com/pydata/pandas/issues/2993
270
271
.. _GH3002 : https://github.com/pydata/pandas/issues/3002
271
272
.. _GH3010 : https://github.com/pydata/pandas/issues/3010
272
273
.. _GH3012 : https://github.com/pydata/pandas/issues/3012
273
274
.. _GH3029 : https://github.com/pydata/pandas/issues/3029
274
275
.. _GH3037 : https://github.com/pydata/pandas/issues/3037
275
276
.. _GH3041 : https://github.com/pydata/pandas/issues/3041
277
+ .. _GH3042 : https://github.com/pydata/pandas/issues/3042
276
278
.. _GH3053 : https://github.com/pydata/pandas/issues/3053
279
+ .. _GH3070 : https://github.com/pydata/pandas/issues/3070
277
280
.. _GH3076 : https://github.com/pydata/pandas/issues/3076
278
281
.. _GH3063 : https://github.com/pydata/pandas/issues/3063
279
282
.. _GH3059 : https://github.com/pydata/pandas/issues/3059
280
- .. _GH2993 : https://github.com/pydata/pandas/issues/2993
281
283
.. _GH3115 : https://github.com/pydata/pandas/issues/3115
282
- .. _GH3070 : https://github.com/pydata/pandas/issues/3070
283
284
.. _GH3130 : https://github.com/pydata/pandas/issues/3130
284
285
285
286
pandas 0.10.1
0 commit comments