Skip to content

Commit c9de03e

Browse files
authored
CLN: Assorted (#52938)
* clean unused license, c funcs, 1.1.0 reference * Revert headers * Clean more 1.1 references
1 parent 0f47de6 commit c9de03e

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

LICENSES/OTHER

-18
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,6 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2626
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2727
POSSIBILITY OF SUCH DAMAGE.
2828

29-
google-api-python-client license
30-
--------------------------------
31-
32-
Copyright (C) 2012 Google Inc.
33-
All rights reserved.
34-
35-
Licensed under the Apache License, Version 2.0 (the "License");
36-
you may not use this file except in compliance with the License.
37-
You may obtain a copy of the License at
38-
39-
http://www.apache.org/licenses/LICENSE-2.0
40-
41-
Unless required by applicable law or agreed to in writing, software
42-
distributed under the License is distributed on an "AS IS" BASIS,
43-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44-
See the License for the specific language governing permissions and
45-
limitations under the License.
46-
4729
Pyperclip v1.3 license
4830
----------------------
4931

doc/source/user_guide/merging.rst

-2
Original file line numberDiff line numberDiff line change
@@ -1454,8 +1454,6 @@ Comparing objects
14541454
The :meth:`~Series.compare` and :meth:`~DataFrame.compare` methods allow you to
14551455
compare two DataFrame or Series, respectively, and summarize their differences.
14561456

1457-
This feature was added in :ref:`V1.1.0 <whatsnew_110.dataframe_or_series_comparing>`.
1458-
14591457
For example, you might want to compare two ``DataFrame`` and stack their differences
14601458
side by side.
14611459

doc/source/user_guide/window.rst

-2
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,6 @@ and we want to use an expanding window where ``use_expanding`` is ``True`` other
287287
288288
You can view other examples of ``BaseIndexer`` subclasses `here <https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexers/objects.py>`__
289289

290-
.. versionadded:: 1.1
291-
292290
One subclass of note within those examples is the ``VariableOffsetWindowIndexer`` that allows
293291
rolling operations over a non-fixed offset like a ``BusinessDay``.
294292

pandas/io/json/_json.py

-2
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,6 @@ def read_json(
641641
This can only be passed if `lines=True`.
642642
If this is None, all the rows will be returned.
643643
644-
.. versionadded:: 1.1
645-
646644
{storage_options}
647645
648646
.. versionadded:: 1.2.0

0 commit comments

Comments
 (0)