File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,38 @@ Where to get it
23
23
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
24
24
* Documentation: http://pandas.pydata.org
25
25
26
+ pandas 0.12.0
27
+ =============
28
+
29
+ **Release date: ** not-yet-released
30
+
31
+ **New features **
32
+
33
+ -
34
+
35
+ **Improvements to existing features **
36
+
37
+ - Fixed various issues with internal pprinting code, the repr() for various objects
38
+ including TimeStamp and *Index now produces valid python code strings and
39
+ can be used to recreate the object, (GH3038_), (GH3379_), (GH3251_)
40
+
41
+ **API Changes **
42
+
43
+ -
44
+
45
+ **Bug Fixes **
46
+
47
+ - Fixed an esoteric excel reading bug, xlrd>= 0.9.0 now required for excel
48
+ support. Should provide python3 support (for reading) which has been
49
+ lacking. (GH3164 _)
50
+
51
+ .. _GH3164 : https://github.com/pydata/pandas/issues/3164
52
+ .. _GH3251 : https://github.com/pydata/pandas/issues/3251
53
+ .. _GH3379 : https://github.com/pydata/pandas/issues/3379
54
+ .. _GH3038 : https://github.com/pydata/pandas/issues/3038
55
+
56
+
57
+
26
58
pandas 0.11.0
27
59
=============
28
60
You can’t perform that action at this time.
0 commit comments