You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #15559. This temporarily reverts #15506, to see if this fixes the
doc build slowdown.
Author: Joris Van den Bossche <[email protected]>
Closes#15566 from jorisvandenbossche/revert and squashes the following commits:
befd858 [Joris Van den Bossche] Revert "ENH: Added FrozenList difference setop"
527ded9 [Joris Van den Bossche] Revert "TST: remove deprecated usages of FrozenList.__add__ from test code"
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ New features
29
29
30
30
- Integration with the ``feather-format``, including a new top-level ``pd.read_feather()`` and ``DataFrame.to_feather()`` method, see :ref:`here <io.feather>`.
31
31
- ``.str.replace`` now accepts a callable, as replacement, which is passed to ``re.sub`` (:issue:`15055`)
32
-
- ``FrozenList`` has gained the ``.difference()`` setop method (:issue:`15475`)
33
32
34
33
35
34
@@ -601,7 +600,6 @@ Deprecations
601
600
- ``Series.sortlevel`` and ``DataFrame.sortlevel`` have been deprecated in favor of ``Series.sort_index`` and ``DataFrame.sort_index`` (:issue:`15099`)
602
601
- importing ``concat`` from ``pandas.tools.merge`` has been deprecated in favor of imports from the ``pandas`` namespace. This should only affect explict imports (:issue:`15358`)
603
602
- ``Series/DataFrame/Panel.consolidate()`` been deprecated as a public method. (:issue:`15483`)
604
-
- ``FrozenList`` addition (new object and inplace) have been deprecated in favor of the ``.union()`` method. (:issue: `15475`)
605
603
- The following top-level pandas functions have been deprecated and will be removed in a future version (:issue:`13790`)
606
604
* ``pd.pnow()``, replaced by ``Period.now()``
607
605
* ``pd.Term``, is removed, as it is not applicable to user code. Instead use in-line string expressions in the where clause when searching in HDFStore
0 commit comments