Skip to content

Commit d38b1b0

Browse files
jreback3553x
authored andcommitted
DOC: more whatsnew fixes
1 parent 5058679 commit d38b1b0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/source/whatsnew/v0.21.0.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Other Enhancements
4646
Backwards incompatible API changes
4747
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4848

49+
.. _whatsnew_0210.api_breaking.pandas_eval:
50+
4951
Improved error handling during item assignment in pd.eval
5052
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5153

52-
.. _whatsnew_0210.api_breaking.pandas_eval:
53-
5454
:func:`eval` will now raise a ``ValueError`` when item assignment malfunctions, or
5555
inplace operations are specified, but there is no item assignment in the expression (:issue:`16732`)
5656

@@ -154,8 +154,8 @@ Indexing
154154
- When called with a null slice (e.g. ``df.iloc[:]``), the ``.iloc`` and ``.loc`` indexers return a shallow copy of the original object. Previously they returned the original object. (:issue:`13873`).
155155
- When called on an unsorted ``MultiIndex``, the ``loc`` indexer now will raise ``UnsortedIndexError`` only if proper slicing is used on non-sorted levels (:issue:`16734`).
156156
- Fixes regression in 0.20.3 when indexing with a string on a ``TimedeltaIndex`` (:issue:`16896`).
157-
- Fixed ``TimedeltaIndex.get_loc`` handling of ``np.timedelta64`` inputs (:issue:`16909`).
158-
- Fix :meth:`MultiIndex.sort_index` ordering when ``ascending`` argument is a list, but not all levels are specified, or are in a different order (:issue:`16934`).
157+
- Fixed :func:`TimedeltaIndex.get_loc` handling of ``np.timedelta64`` inputs (:issue:`16909`).
158+
- Fix :func:`MultiIndex.sort_index` ordering when ``ascending`` argument is a list, but not all levels are specified, or are in a different order (:issue:`16934`).
159159

160160
I/O
161161
^^^
@@ -172,9 +172,9 @@ Plotting
172172
Groupby/Resample/Rolling
173173
^^^^^^^^^^^^^^^^^^^^^^^^
174174

175-
- Bug in ``DataFrame.resample().size()`` where an empty ``DataFrame`` did not return a ``Series`` (:issue:`14962`)
176-
- Bug in ``infer_freq`` causing indices with 2-day gaps during the working week to be wrongly inferred as business daily (:issue:`16624`)
177-
- Bug in ``.rolling.quantile()`` which incorrectly used different defaults than :func:`Series.quantile()` and :func:`DataFrame.quantile()` (:issue:`9413`, :issue:`16211`)
175+
- Bug in ``DataFrame.resample(...).size()`` where an empty ``DataFrame`` did not return a ``Series`` (:issue:`14962`)
176+
- Bug in :func:`infer_freq` causing indices with 2-day gaps during the working week to be wrongly inferred as business daily (:issue:`16624`)
177+
- Bug in ``.rolling(...).quantile()`` which incorrectly used different defaults than :func:`Series.quantile()` and :func:`DataFrame.quantile()` (:issue:`9413`, :issue:`16211`)
178178

179179

180180
Sparse
@@ -194,7 +194,7 @@ Numeric
194194

195195
Categorical
196196
^^^^^^^^^^^
197-
- Bug in ``:func:Series.isin()`` when called with a categorical (:issue`16639`)
197+
- Bug in :func:`Series.isin` when called with a categorical (:issue`16639`)
198198

199199

200200
Other

0 commit comments

Comments
 (0)