Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gh45857 #43

Closed
wants to merge 57 commits into from
Closed

Gh45857 #43

wants to merge 57 commits into from

Conversation

mroeschke
Copy link
Owner

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

lukemanley and others added 30 commits June 7, 2022 23:27
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* CI: Start testing on M1

* install pytest-localserver from pip

* typo

* more CI adjustments and try to fix wheel builders

* more fixes

* auto workers on windows as well

* fix wheel builders

* Update wheels.yml

* bump cibuildwheel

* bump both

* maybe fix windows as well
…es (pandas-dev#57174)

* convert non-string colnames to strings in interchange protocol

* remove irrelevant statement

* informative error message if two columns end up becoming duplicates
…y.transform and pandas.core.groupby.DataFrameGroupBy.transform (pandas-dev#57210)
…ng.quantile, pandas.core.window.expanding.Expanding.quantile (pandas-dev#57211)
* Enable B006

* Enable B011

* Enable B019

* Enable B020

* Enable B020

* Enable PYI and othe rule

* Enable PLC1901

* Use values instead of items

* Use union

* Ignore one case
* Split test_xs

* Remove unused variables

* Bump up tolerance
* CLN: Remove old coverage branches and ignored warnings

* CLN: Remove old coverage branches and ignored warnings

* Undo comment out

* Test removing warnings

* Add back some ignores
…s-dev#57060)

* check for ExtensionType in is_datetime64_any_dtype

* use pre-commit

* add test and move doc entry

* check not date in test

* fix condition

* check type is not datetime.date

* fix comparison

* move description to ExtensionArray

* return True for date types
* ENH: read_stata return non-nano

* GH ref

* mypy fixup

* update doctest

* simplify

* avoid Series.view

* dont go through Series

* move whatsnew

* remove outdated whatsnew
* fix find

* gh reference

* add test for Nones

* fix min version compat

* restore test

* improve test cases

* fix empty string

* inline

* improve tests

* fix

* Revert "fix"

This reverts commit 7fa21eb.

* fix

* merge

* inline

---------

Co-authored-by: Rohan Jain <rohanjain@microsoft.com>
partev and others added 27 commits February 3, 2024 12:01
* TYP: misc IO return types

* isort
…m and times (pandas-dev#57225)

* BUG: Raise if an aggregation function other than mean is used with ewm (pandas-dev#51695)

* python 3.9 and mypy issue
* REGR: to_json converting nullable ints to floats

* Add skip
* DEPR: Remove SettingWithCopyWarning

* Fixup

* Remove docs

* CoW: Boolean indexer in MultiIndex raising read-only error

* Update

* Update

* Update
* Update type hint in format.py

The brackets around the type hint broke the libcst parser. Since the brackets are not necessary for the type hint, they have been removed

* Update v2.2.1.rst

* Undo update to v2.2.1.rst

Type annotation changes are not added to change log
pandas-dev#57223)

DOC: Replace pandas logo with a conditional image for light and dark themes

Replaced the static pandas logo with a `picture` tag that displays a different logo based on the color scheme. In light mode, the original logo is shown, while in dark mode, a white version of the logo is displayed for better visibility.
…-dev#57212)

* BUG: ensure_string_array might modify read-only array inplace

* BUG: ensure_string_array might modify read-only array inplace

* Fix pyarrow installed error
…as-dev#57239)

* DOC: fix PR02 errors in docstring for pandas.Series.rename_axis

* Refactor Series.rename_axis and NDFrame.rename_axis to have separate docstrings

* removed unnecessary columns ref in docstring for Series

* removed another unnecessary columns ref in docstring for Series
)

* DOC: fix PR02 errors in docstrings of Index subclasses

* mypy
* Updated docstring and exceptions raised

* updated code_checks.sh

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* testing fix for doc  build

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Use ruff to detect banned import

* Combine rules
…7226)

* Using bootstrap icon in place of font awesome

* bootstrap icon added

* class update

* class update
* TYP: misc Index return types

* add IndexT to ignore list
@mroeschke mroeschke closed this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.