Skip to content

Commit b6121b7

Browse files
committed
DOC: edits in v0.15.0.txt
1 parent b08d599 commit b6121b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/v0.15.0.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ API changes
3535
levels aren't all level names or all level numbers. See
3636
:ref:`Reshaping by stacking and unstacking <reshaping.stack_multiple>`.
3737

38+
- Raise a ``ValueError`` in ``df.to_hdf`` with 'fixed' format, if ``df`` has non-unique columns as the resulting file will be broken (:issue:`7761`)
39+
3840
.. _whatsnew_0150.cat:
3941

4042
Categoricals in Series/DataFrame
@@ -194,7 +196,6 @@ Bug Fixes
194196
- Bug in Series 0-division with a float and integer operand dtypes (:issue:`7785`)
195197
- Bug in ``Series.astype("unicode")`` not calling ``unicode`` on the values correctly (:issue:`7758`)
196198
- Bug in ``DataFrame.as_matrix()`` with mixed ``datetime64[ns]`` and ``timedelta64[ns]`` dtypes (:issue:`7778`)
197-
- Raise a ``ValueError`` in ``df.to_hdf`` if ``df`` has non-unique columns as the resulting file will be broken (:issue:`7761`)
198199

199200

200201
- Bug in pickles contains ``DateOffset`` may raise ``AttributeError`` when ``normalize`` attribute is reffered internally (:issue:`7748`)

0 commit comments

Comments
 (0)