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

Bld/cython/warnings #33

Closed
wants to merge 85 commits into from
Closed

Bld/cython/warnings #33

wants to merge 85 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.

jbrockmendel and others added 30 commits August 16, 2023 11:07
* TST: use single-class pattern in test_masked.py

* TST: use one-class pattern in arrow extension tests
* REF: implement Dtype.index_class

* property->cache_readonly
…ev#54579)

* ENH: Reflect changes from numpy namespace refactor part 3

* ENH: Move to fixtures for dtype access
* REF: remove unnecessary Block specialization

* revert accidental

* mypy fixup

* mypy fixup
* DOC: whatsnew 2.1.0 refinements

* fixup

* Further fixups
* REF: use stdlib json

* remove unnecessary GET_TC calls

* REF: update dumps->ujson_dumps

* revert enum move
* TST: annotations, fix test_invert

* mypy fixup

* trim runtime

* use TYPE_CHECKING

* xfail fixed
…4574)

* ENH: add cumax, cumin, cumprod support to ArrowExtensionArray

* whatsnew

* move whatsnew to 2.1.0
* deprecated non keyword arguments

* addressed review comments
…4491)

* Adding deprecation, updating unit tests and documentation.

* Fixing failing unit test.

* Moving contribution to whatsnew/v2.2.0

* Update v2.1.0.rst
* deprecated non keyword arguments

* fixed typo

* added test
* deprecated nonkeyword arguments

* added test
* CI: Enable MacOS Python Dev tests

* Build virtual environment

* Just use euo pipefail instead of l

* Revert "Just use euo pipefail instead of l"

This reverts commit 3552e77.

* Don't use login shell for python dev

* Dont use virtual env

* Update .github/workflows/unit-tests.yml
pandas-dev#54549)

* Fixed unexpected np.nan value with reindex on pd.series with pd.IntervalIndex

* Moving expected result to test body

* Fixed issues with Linux-32-bit test
* deprecated nonkeyword arguments

* added parameter keywords
* Disable numpydoc and use autosummary instead

* Add toctree for accessors
…s. (pandas-dev#54618)

* DOC: Add information on fetching tags for contributor build issue.

* DOC: Change markdown link into rST link for docs.
…ger used) (pandas-dev#54633)

* DEP: remove python-snappy as optional dependency (no longer used)

* clean-up

* also remove brotlipy
…andas-dev#54486)

* Changed read_csv type hint for na_values and added tests Issue#53813

* mend

* Changed read_csv type hint for na_values and added tests Issue#53813
…ikes (pandas-dev#54155)

* DEPR: Not passing tuple to get_group when grouping on length-1 list-likes

* test fixup

* Move whatsnew note; fixup in cookbook

* fixups

* fixup
… it. (pandas-dev#54639)

* Updated ruff pre-commit version and modified few lines according to it.

* reverted some changes in files, just updating the ruff version.

* Added #noqa E721 comment for the lines where new ruff is failing.
roadswitcher and others added 28 commits August 22, 2023 15:51
…andas-dev#54655)

* _apply_rule() instantiates a new empty DatetimeIndex without regard to possible tz in an empty series of provided dates.

* Added a test.

* Let's format this.

* Update pandas/tseries/holiday.py

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>

* Wrapping up post-comment changes: delete superflous object, and clean up the test.

* Let's put that back.

* Update whatsnew

* Moved update to correct version file under doc/source/whatsnew

* Revert commit.

* Fix wording on the whatsnew update.

* Update doc/source/whatsnew/v2.2.0.rst

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>

* Update doc/source/whatsnew/v2.2.0.rst

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>

---------

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
pandas-dev#54572)

remove import

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* Check is_dates_only with datetime array in Datetime64TZFormatter

* Add entry in doc/source/whatsnew/v2.1.0.rst
* TYP:ExtensionDtype.name/type as ClassVar

* no code changes; only .name
* improve perf of fast_xs for EA dtypes

* whatsnew
…54611)

* BUG: merge producing inconsistent sort behavior

* whatsnew

* fix more tests

* fix test

* fix test

* move whatsnew to notable bug fixes
* use ArrowExtensionArray._box_pa in fillna

* add test
…tics (pandas-dev#54533)

Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
* added test for bug gh#50372

* cleaned code to fit pre-commit

* moved test to better fitting location
* deprecated nonkeyword arguments

* moved test

* fixed tests
* REF: misplaced test_accumulate special-casing

* REF: skip rmod test with string dtype

* typo fixup

* REF: remove unnecessary na_value fixture
* add awkwwkward-pandas to ecosystem

* add accessor info
…or ffill (pandas-dev#54728)

* update doc string to not reference deprecated function fillna

* put on one line
@mroeschke mroeschke closed this Aug 25, 2023
@mroeschke mroeschke deleted the bld/cython/warnings branch August 25, 2023 22:57
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.