Skip to content

Commit 783a209

Browse files
author
y-p
committed
DOC: update RELEASE.rst
1 parent c28d2cd commit 783a209

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

RELEASE.rst

+32
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,38 @@ Where to get it
2323
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
2424
* Documentation: http://pandas.pydata.org
2525

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+
2658
pandas 0.11.0
2759
=============
2860

0 commit comments

Comments
 (0)