Skip to content

Commit d5d9534

Browse files
author
y-p
committed
DOC: update RELEASE.rst
PTF
1 parent e56cde6 commit d5d9534

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASE.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ pandas 0.12.0
4848
- Fixed an esoteric excel reading bug, xlrd>= 0.9.0 now required for excel
4949
support. Should provide python3 support (for reading) which has been
5050
lacking. (GH3164_)
51-
- Fix to_csv issue when having a large number of rows and ``NaT`` in some
51+
- Addressed handling of dupe columns in df.to_csv new and old (GH3454_, GH3457_)
52+
- Fix to_csv issue when having a large number of rows and ``NaT`` in some
5253
columns (GH3437_)
5354
- ``.loc`` was not raising when passed an integer list (GH3449_)
5455
- Unordered time series selection was misbehaving when using label slicing (GH3448_)
@@ -57,6 +58,8 @@ pandas 0.12.0
5758
.. _GH3164: https://github.com/pydata/pandas/issues/3164
5859
.. _GH3251: https://github.com/pydata/pandas/issues/3251
5960
.. _GH3379: https://github.com/pydata/pandas/issues/3379
61+
.. _GH3454: https://github.com/pydata/pandas/issues/3454
62+
.. _GH3457: https://github.com/pydata/pandas/issues/3457
6063
.. _GH3038: https://github.com/pydata/pandas/issues/3038
6164
.. _GH3437: https://github.com/pydata/pandas/issues/3437
6265
.. _GH3455: https://github.com/pydata/pandas/issues/3455

0 commit comments

Comments
 (0)