Skip to content

Commit 90a3f26

Browse files
committed
DOC: additional whatsnew
1 parent 58e72b6 commit 90a3f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.16.1.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ values NOT in the categories, similarly to how you can reindex ANY pandas index.
134134
df2.reindex(pd.Categorical(['a','e'],categories=list('abcde')))
135135
df2.reindex(pd.Categorical(['a','e'],categories=list('abcde'))).index
136136

137-
See the :ref:`documentation <advanced.categoricalindex>` for more. (:issue:`7629`)
137+
See the :ref:`documentation <advanced.categoricalindex>` for more. (:issue:`7629`, :issue:`10038`, :issue:`10039`)
138138

139139
.. _whatsnew_0161.enhancements.sample:
140140

@@ -289,7 +289,7 @@ Bug Fixes
289289
- Bug in ``where`` causing incorrect results when upcasting was required (:issue:`9731`)
290290
- Bug in ``FloatArrayFormatter`` where decision boundary for displaying "small" floats in decimal format is off by one order of magnitude for a given display.precision (:issue:`9764`)
291291
- Fixed bug where ``DataFrame.plot()`` raised an error when both ``color`` and ``style`` keywords were passed and there was no color symbol in the style strings (:issue:`9671`)
292-
292+
- Not showing a ``DeprecationWarning`` on combining list-likes with an ``Index`` (:issue:`10083`)
293293
- Bug in ``read_csv`` and ``read_table`` when using ``skip_rows`` parameter if blank lines are present. (:issue:`9832`)
294294
- Bug in ``read_csv()`` interprets ``index_col=True`` as ``1`` (:issue:`9798`)
295295
- Bug in index equality comparisons using ``==`` failing on Index/MultiIndex type incompatibility (:issue:`9785`)

0 commit comments

Comments
 (0)