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

Shift #13

Closed
wants to merge 271 commits into from
Closed

Shift #13

wants to merge 271 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 31, 2023

  1. CLN/ASV: Remove NumPy/built-in aliases in ASVs (pandas-dev#54316)

    * CLN/ASV: Remove NumPy/built-in aliases in ASVs
    
    * one more
    
    * Refinements
    rhshadrach authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    41ab6af View commit details
    Browse the repository at this point in the history
  2. BUG: respect allow_copy=False in interchange.from_dataframe (pandas-d…

    …ev#54322)
    
    respect allow_copy=False in interchange.from_dataframe
    MarcoGorelli authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d1dd468 View commit details
    Browse the repository at this point in the history
  3. Docs formatting df join validate (pandas-dev#54311)

    update docs to remove bold on first list item and remove unncessary full stop.
    sleepypioneer authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ed487e0 View commit details
    Browse the repository at this point in the history
  4. PERF: DataFrame reductions with axis=None and EA dtypes (pandas-dev#5…

    …4308)
    
    * faster DataFrame reductions with axis=None and EA dtypes
    
    * whatsnew
    
    * clean test
    lukemanley authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    069554a View commit details
    Browse the repository at this point in the history
  5. BUG: melt with extension dtype column (pandas-dev#54297)

    * BUG: melt with extension dtype column
    
    * add whatsnew num
    mroeschke authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    309f9ef View commit details
    Browse the repository at this point in the history
  6. DOC: Use more executed instead of static code blocks (pandas-dev#54282)

    * DOC: Use more executed instead of static code blocks
    
    * change to except
    
    * Convert more code blocks
    
    * convert even more
    
    * okexcept
    
    * More fixes
    
    * Address more
    
    * another okexcept
    
    * Fix okexcept
    
    * address again
    
    * more fixes
    
    * fix merging
    mroeschke authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f3c9b37 View commit details
    Browse the repository at this point in the history
  7. BLD: Shrink sdist/wheel sizes (pandas-dev#54052)

    * BLD: Shrink sdist/wheel sizes
    
    * build wheel from sdist
    
    * try building from sdist again
    
    * change to no-strict-data-files?
    
    * remove marker
    
    * use datapath
    
    * fix windows
    
    * no quotes needed?
    
    * try again
    
    * Update wheels.yml
    lithomas1 authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3565309 View commit details
    Browse the repository at this point in the history
  8. REF: de-duplicate ensure_np_dtype (pandas-dev#54258)

    * REF: de-duplicate ensure_np_dtype
    
    * REF: simplify as_array
    
    * mypy fixup
    
    * Missing check in CoW case
    jbrockmendel authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ac85de8 View commit details
    Browse the repository at this point in the history
  9. PDEP6 implementation pt 2: eablock.setitem, eablock.putmask (pandas-d…

    …ev#53405)
    
    * pt1
    
    * fixup test collection
    
    * fixup warnings
    
    * add comments
    
    * fixup warnings
    
    * fixup test_indexing
    
    * fixup test_set_value
    
    * fixup test_where
    
    * fixup test_asof
    
    * add one more explicit upcast
    
    * fixup test_update
    
    * fixup test_constructors
    
    * fixup test_stack_unstack
    
    * catch warnings in test_update_dtypes
    
    * fixup all test_update
    
    * start fixing up setitem
    
    * finish fixing up test_setitem
    
    * more fixups
    
    * catch numpy-dev warning
    
    * fixup some more
    
    * fixup test_indexing
    
    * fixup test_function
    
    * fixup test_multi;
    
    * fixup test_base
    
    * fixup test_impl
    
    * fixup multiindex/test_setitem
    
    * fixup test_scalar
    
    * fixup test_loc
    
    * fixup test_iloc
    
    * fixup test_at
    
    * fixup test_groupby
    
    * fixup some doc warnings
    
    * post-merge fixup
    
    * change dtype in doctest
    
    * fixup doctest
    
    * explicit cast in test
    
    * fixup test for COW
    
    * fixup COW
    
    * catch warnings in testsetitemcastingequivalents
    
    * wip
    
    * fixup setitem test int key!
    
    * getting there!
    
    * fixup test_setitem
    
    * getting there
    
    * fixup remaining warnings
    
    * fix test_update
    
    * fixup some failing test
    
    * one more
    
    * simplify
    
    * simplify and remove some false-positives
    
    * clean up
    
    * remove final filterwarnings
    
    * undo unrelated change
    
    * fixup raises_chained_assignment_error
    
    * remove another filterwarnings
    
    * fixup interchange test
    
    * better parametrisation
    
    * okwarning => codeblock
    
    * okwarning => codeblock in v1.3.0
    
    * one more codeblock
    
    * avoid upcast
    
    * post-merge fixup
    
    * docs fixup;
    
    * post-merge fixup
    
    * remove more upcasts
    
    * adapt test from EA types
    
    * move test to series/indexing
    
    * add tests about warnings
    
    * fixup tests
    
    * add dataframe tests too
    
    * fixup tests
    
    * simplify
    
    * try-fix docs build
    
    * post-merge fixup
    
    * raise assertionerror if self.dtype equals new_dtype
    
    * add todo for test case which should warn
    
    * add more todos
    
    * post-merge fixup
    
    * fixup setitem
    
    * fixup
    
    * wip fixup
    
    * wip fixup
    
    * another fixup
    
    * add whatsnew
    
    * list examples of operations
    
    ---------
    
    Co-authored-by: MarcoGorelli <>
    MarcoGorelli authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    792e290 View commit details
    Browse the repository at this point in the history
  10. BUG: during interchanging from non-pandas tz-aware data (pandas-dev#5…

    …4287)
    
    * TST: add a test for interchanging from non-pandas tz-aware
    
    * TST: correct the test for interchanging from non-pandas tz-aware
    
    * check an error in the test
    
    * correct test
    
    * add extra except in set_nulls
    
    * fix bug during interchanging from non-pandas tz-aware
    
    * correct test
    
    * correct wording
    natmokval authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    329fe8f View commit details
    Browse the repository at this point in the history
  11. DEPS: drop np 1.21 (pandas-dev#54323)

    * DEPS: drop np 1.21
    
    * remove more compat
    
    * remove all compat
    
    * fix typo
    
    * ignore type check
    
    * revert comments
    fangchenli authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d2d17e1 View commit details
    Browse the repository at this point in the history
  12. COMPAT: Pyarrow supports div with duration (pandas-dev#54327)

    * COMPAT: Pyarrow supports div with duration
    
    * make raise typerror
    mroeschke authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    206eb02 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. REF: share IntegerArray/FloatingArray extension tests (pandas-dev#54331)

    * REF: move bits of IntegerArray/FloatingArray tests to masked_shared
    
    * REF: combine Floating/Integer tests
    
    * REF: move masked_shared back into test_integer
    
    * REF: test_integer.py -> test_masked_numeric.py
    
    * REF: change silent early return to pytest.skip
    jbrockmendel authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b91d7f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bb3557 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8961f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4357621 View commit details
    Browse the repository at this point in the history
  5. Contributor Docs: update gitpod docs and small fix (pandas-dev#54292)

    * update gitpod docs and small fix
    
    * remove ref from /doc
    
    * Update doc/source/development/contributing_gitpod.rst
    
    add backticks for directory reference
    
    Co-authored-by: Noa Tamir <6564007+noatamir@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Noa Tamir <6564007+noatamir@users.noreply.github.com>
    sleepypioneer and noatamir authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8067a01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab85df4 View commit details
    Browse the repository at this point in the history
  7. restructured drop method return value defination (pandas-dev#54348)

    * doc: restructured return defination of df.drop() method
    
    * removed trailing whitespace, added  at the end
    
    ---------
    
    Co-authored-by: Ali Asgar <ali.chalniwala@bluealtair.com>
    aliasgar55 and alia5gar authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a1ca42e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    898e5d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd4597d View commit details
    Browse the repository at this point in the history
  10. DOC: Move performance improvements in whatsnew (pandas-dev#54339)

    * DOC: Move performance improvements in whatsnew
    
    * fixup
    rhshadrach authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    55ec5e7 View commit details
    Browse the repository at this point in the history
  11. TST: fix Decimal constructor xfail (pandas-dev#54338)

    * TST: fix Decimal constructor xfail
    
    * mypy fixup
    jbrockmendel authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ae6a335 View commit details
    Browse the repository at this point in the history
  12. BUG: Fix Series.groupby raising OutOfBoundsDatetime with DatetimeInde…

    …x and month name (pandas-dev#54306)
    
    Fix Series.groupby raising OutOfBoundsDatetime with DatetimeIndex and month name
    yuanx749 authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2c1ec41 View commit details
    Browse the repository at this point in the history
  13. DOC: Fixing EX01 - Added examples (pandas-dev#54351)

    * Example register_matplotlib_converters
    
    * Changed/added explanation to example
    
    * Fixing plot
    DeaMariaLeon authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    90d9e25 View commit details
    Browse the repository at this point in the history
  14. BUG: Fix metadata propagation in reductions (pandas-dev#53542)

    * BUG: Fix metadata propagation in reductions
    
    * fix tests
    
    * actually fix tests
    
    * fix typing
    
    * Update pandas/core/reshape/encoding.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5e97e67 View commit details
    Browse the repository at this point in the history
  15. TST: Use numpy random generator for testing data (pandas-dev#54209)

    * TST: Use numpy random generator with ruff NPY002
    
    * Fix other testing functions
    
    * Fix random_sample
    
    * Fix more usage
    
    * Fix more
    
    * Replace more
    
    * address rand
    
    * More fixes
    
    * Fix more standard_normal
    
    * Fix more
    
    * Fix
    
    * Address more
    
    * Fix more test
    
    * fix more tests
    
    * Try addressing windows tests
    
    * Address confest, ignore asv
    
    * adjust once more
    
    * ANother dtype
    
    * fix another unseeded default_rng
    
    * Add a rule for unseeded default_rng
    
    * Remove space
    
    * other fixes
    mroeschke authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    11cdde6 View commit details
    Browse the repository at this point in the history
  16. DOC: fix Sphinx parallel build error caused for `doc/source/getting_s…

    …tarted/intro_tutorials/04_plotting.rst` (pandas-dev#53788)
    
    * add :okwarning: to failing doc in plotting tutorial rst
    
    * add other :okwarning: markers where plt.show() causes issues
    tpaxman authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3d11282 View commit details
    Browse the repository at this point in the history
  17. Added Test for multi-index groupby partial indexing equivalence (pand…

    …as-dev#54353)
    
    * Added Test for multi-index groupby partial indexing equivalence
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    raj-thapa and pre-commit-ci[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7cde20b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bd5ce2a View commit details
    Browse the repository at this point in the history
  19. REF: de-duplicate extension tests (pandas-dev#54340)

    * REF: unnecessary override in Period test, de-duplicate in arrow tess
    
    * REF: de-duplicate extension tests
    
    * typo fixup
    
    * De-duplicate
    
    * xfail for json
    
    * fix on pyarrow-less builds
    jbrockmendel authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7eb2546 View commit details
    Browse the repository at this point in the history
  20. DOC: Fixing EX01 - Added examples (pandas-dev#54354)

    * Example for deregister
    
    * correcting deregister example
    DeaMariaLeon authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c93e803 View commit details
    Browse the repository at this point in the history
  21. REF/TST: remove overriding tm.assert_foo pattern (pandas-dev#54355)

    * REF: remove overriding assert_extension_array_equal
    
    * REF/TST: remove overriding tm.assert_foo pattern
    
    * remove the methods
    
    * update usage
    jbrockmendel authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9db9baa View commit details
    Browse the repository at this point in the history
  22. REF: avoid monkeypatch in arrow tests (pandas-dev#54361)

    * REF: avoid monkeypatch in arrow tests
    
    * cleanup
    jbrockmendel authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1553ec3 View commit details
    Browse the repository at this point in the history
  23. Added pivot table test for explicit datetime types Issue#43574 (panda…

    …s-dev#54360)
    
    * Added pivot table test for explicit datetime types issue pandas-dev#43574
    
    * mend
    kvn4 authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    42e489c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    c30626e View commit details
    Browse the repository at this point in the history
  2. CI: fix cython lint errors (pandas-dev#54370)

    fix pre-commit checks
    lukemanley authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e287acc View commit details
    Browse the repository at this point in the history
  3. DOC: Fixing EX01 - Added examples (pandas-dev#54357)

    * Example for writer
    
    * updated code_checks.sh
    DeaMariaLeon authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    67984e9 View commit details
    Browse the repository at this point in the history
  4. ENH: explicit filters parameter in pd.read_parquet (pandas-dev#53212)

    * filters parameters in pd.read_parqeut
    
    * linter
    
    * docstring validation
    
    * test for filter args in pd.read_parquet
    
    * black
    
    * addressing reviews
    mrastgoo authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7cbf949 View commit details
    Browse the repository at this point in the history
  5. REF: implement BaseOpsUtil._cast_pointwise_result (pandas-dev#54366)

    * REF: implement BaseOpsUtil._cast_pointwise_result
    
    * REF: use _cast_pointwise_result in arrow tests
    jbrockmendel authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fb6f704 View commit details
    Browse the repository at this point in the history
  6. CLN: Remove None check in attrs property lookup (pandas-dev#54364)

    `self._attrs` is always initialized to an empty dict per
    https://github.com/pandas-dev/pandas/blob/c93e8034a13d3dbe2358b1b2f868a0d54d1034a7/pandas/core/generic.py#L275
    
    The attribute `_attrs` is only witten to in two other places
    
    a) in the attrs.setter property (which enforces dict as well)
    b) in __setstate__, which takes whatever the state is:
       https://github.com/pandas-dev/pandas/blob/c93e8034a13d3dbe2358b1b2f868a0d54d1034a7/pandas/core/generic.py#L2129C24-L2129C24
       AFAICS (including code history) I do not see a reason that this could be None.
       But if we want to be very defensive, we should do the dict enforcing here.
    
    Co-authored-by: Tim Hoffmann <tim.hoffmann@zeiss.com>
    timhoffm and Tim Hoffmann authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    292eb32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46386f0 View commit details
    Browse the repository at this point in the history
  8. ENH: Add new implementation of DataFrame.stack (pandas-dev#53921)

    * DEPR: Add new implementation of DataFrame.stack and deprecate old
    
    * Merge cleanup
    
    * Revert filterwarnings in conf.py
    
    * Merge fixup
    
    * Rename inner function
    
    * v3->future_stack; other refinements
    
    * Fixup docstring
    
    * Docstring fixup
    rhshadrach authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    263828c View commit details
    Browse the repository at this point in the history
  9. REF: remove test_accumulate_series_raises (pandas-dev#54367)

    * REF: remove test_accumulate_series_raises
    
    * mypy fixup
    jbrockmendel authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3fe6149 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. DOC: Fixing EX01 - Added example (pandas-dev#54384)

    Example for ExtensionArray
    DeaMariaLeon authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d208d64 View commit details
    Browse the repository at this point in the history
  2. DOC: Changed from_custom_template example (pandas-dev#54374)

    * Correcting from_custom_template example
    
    * Styler example
    
    * added # doctest skip
    DeaMariaLeon authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    96ba717 View commit details
    Browse the repository at this point in the history
  3. TST: Use more pytest.importorskip (pandas-dev#54377)

    * TST: Use more pytest.importorskip
    
    * Fix xml
    
    * Final cleanup
    
    * Fix condition
    
    * Fix downstream
    
    * cleanup after matplotlib
    mroeschke authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    232d84e View commit details
    Browse the repository at this point in the history
  4. COMPAT: Change khcomplex64/128_t typedefs (pandas-dev#54375)

    * COMPAT: Change khcomplex64/128_t typedefs
    
    * Spacing, use double
    
    * Use double more places
    
    * Go back to old fix
    
    * Check both, cant repo locally
    
    * Rule out pandas inference
    
    * Use np.nan insted of float(nan)
    mroeschke authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0d0073a View commit details
    Browse the repository at this point in the history
  5. TST: Remove tm.rands/rands_array (pandas-dev#54368)

    * remove tm.rands
    
    * remove rands array
    
    * Address failures
    
    * Use unique values
    mroeschke authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    818618e View commit details
    Browse the repository at this point in the history
  6. BUG: to_timedelta with ArrowDtype(pa.duration) (pandas-dev#54298)

    * BUG: to_timedelta with ArrowDtype(pa.duration)
    
    * Add GH number
    mroeschke authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    eaddc1d View commit details
    Browse the repository at this point in the history
  7. Parquet metadata persistence of DataFrame.attrs (pandas-dev#54346)

    * added df.attrs metadata to pyarrow table for persistence
    
    * hooks
    
    * placed unit test in correct class
    
    * update unit test
    
    * changed to consistent use of json
    
    * added whatsnew
    
    * added gaurd to check if df.attrs exists
    
    * updated whatsnew
    SanjithChockan authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    152595c View commit details
    Browse the repository at this point in the history
  8. BUG: pd.array([]) should return masked array (pandas-dev#54372)

    * BUG: pd.array([]) should return masked array
    
    * BUG: pd.array([]) should return masked array II
    
    * BUG: pd.array([]) should return masked array III
    topper-123 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6ffa4b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    92d1d6a View commit details
    Browse the repository at this point in the history
  2. REF: dont pass exception to check_opname (pandas-dev#54365)

    * REF: dont pass exception to check_opname
    
    * future imports
    
    * privatize
    
    * REF: update pattern for check_divmod_op
    
    * typo fixup
    
    * suggested edit
    
    * mypy fixup
    
    * lint fixup
    jbrockmendel authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a3d6c36 View commit details
    Browse the repository at this point in the history
  3. DOC: Added list of functions to ignore EX03 test (pandas-dev#54406)

    Added ignore_func to code_checks
    DeaMariaLeon authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a15711d View commit details
    Browse the repository at this point in the history
  4. bug fix 54251 (pandas-dev#54388)

    * bug fix 54251
    
    * format
    
    * whatsnew format
    
    * PR comment fix
    
    ---------
    
    Co-authored-by: tzehaoo <tzehao@intnt.ai>
    taytzehao and tzehaoo authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0801953 View commit details
    Browse the repository at this point in the history
  5. API / CoW: shallow copy of DataFrame/Series (.copy(deep=False)) also …

    …returns shallow copy of the index/columns (pandas-dev#53722)
    
    * API / CoW: shallow copy of DataFrame/Series (.copy(deep=False)) also returns shallow copy of the index/columns
    
    * add whatsnew
    
    ---------
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    jorisvandenbossche and mroeschke authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    782f438 View commit details
    Browse the repository at this point in the history
  6. CI: remove test cases which would have globbed pandas.tests (pandas-d…

    …ev#54404)
    
    remove test cases which would have globbed pandas.tests
    MarcoGorelli authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5d27560 View commit details
    Browse the repository at this point in the history
  7. CLN: VariableOffsetWindowIndexer (pandas-dev#54379)

    * CLN: VariableOffsetWindowIndexer
    
    * Add gh number
    mroeschke authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0eeb8cb View commit details
    Browse the repository at this point in the history
  8. TST: Use importorskip over skip_if_no_scipy (pandas-dev#54387)

    * TST: Use importorskip over skip_if_no_scipy
    
    * another importorskip
    mroeschke authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    62f8723 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4587c45 View commit details
    Browse the repository at this point in the history
  10. DEPS: Bump cython 3.0 (pandas-dev#54335)

    * DEPS: Bump Cython to 3.0
    
    * DEPS: Bump Cython to 3.0
    
    * fix stubtest :(
    
    * fix asvs?
    
    * why cython lint complain :(
    
    * Update typing
    lithomas1 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4cf63ea View commit details
    Browse the repository at this point in the history
  11. BUG: from_dummies always returning object data (pandas-dev#54300)

    * BUG: from_dummies always returning object data
    
    * misspelling
    
    * Add Gh issue
    mroeschke authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    476fcb1 View commit details
    Browse the repository at this point in the history
  12. TYP: Enable pyright's reportInconsistentConstructor (pandas-dev#54398)

    * Enable pyright's reportInconsistentConstructor
    
    * bump pyright without adding new errors
    twoertwein authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    861b2fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    be08e23 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e7a190e View commit details
    Browse the repository at this point in the history
  15. CI: Build sdist again on macOS (pandas-dev#54411)

    * Update wheels.yml
    
    * Update wheels.yml
    lithomas1 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6cf13f3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5be4339 View commit details
    Browse the repository at this point in the history
  17. DEPR: int slicing always positional (pandas-dev#53338)

    * DEPR: int slicing always positional
    
    * update doc
    
    * okwarning
    jbrockmendel authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    39f9b33 View commit details
    Browse the repository at this point in the history
  18. REF: de-duplicate test_direct_arith_with_ndframe_returns_not_implemen…

    …ted (pandas-dev#54410)
    
    * REF: de-duplicate test_direct_arith_with_ndframe_returns_not_implemented
    
    * parametrize
    jbrockmendel authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    23b3ac8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7bc2000 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    3d67c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dcb6ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ee072e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    245db2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    605a8e8 View commit details
    Browse the repository at this point in the history
  6. Update conftest.py (pandas-dev#54426)

    complex numbers now appear to work for GH pandas-dev#23554.
    
    There are no examples as to how to update the whatsnew documentation for conftest.py, so I don't know whether or how to add an entry for this change.
    
    Signed-off-by: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com>
    MichaelTiemannOSC authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    dd742d6 View commit details
    Browse the repository at this point in the history
  7. REF: de-duplicate _compare_other (pandas-dev#54424)

    * REF: de-duplicate _compare_other
    
    * mypy fixup
    jbrockmendel authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    3cc0679 View commit details
    Browse the repository at this point in the history
  8. REF: move misplaced tests (pandas-dev#54429)

    * REF: move misplaced extension tests
    
    * remove unnecesssary override
    jbrockmendel authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    315797c View commit details
    Browse the repository at this point in the history
  9. TST: Use pytest or assert_produces_warnings instead of catch_warnings (

    …pandas-dev#54390)
    
    * TST: Use pytest or assert_produces_warnings instead of catch_warnings
    
    * Full path
    
    * Simplfy message
    
    * Fix some runtimewarnings showing up
    
    * Don't recommend catch_warnings
    mroeschke authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    befc7ea View commit details
    Browse the repository at this point in the history
  10. REF: share BooleanArray tests with MaskedArray (pandas-dev#54422)

    * REF: share BooleanArray tests with other Masked cases
    
    * REF: test_masked_numeric->test_masked
    
    * remove unnecessary slicing
    jbrockmendel authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    71a6d53 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    24c0c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6704f6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22a038e View commit details
    Browse the repository at this point in the history
  4. CI: Try to fix the tar issue on macOS (pandas-dev#54437)

    * CI: Try to fix the tar issue on macOS
    
    * Update wheels.yml
    
    * fix failing test_stata
    lithomas1 authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    5a54a81 View commit details
    Browse the repository at this point in the history
  5. REF: move misplaced tests (pandas-dev#54440)

    * REF: move misplaced test
    
    * REF: move misplaced test
    jbrockmendel authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    b864b8e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. REF: use updated patterns in pyarrow TestReduce (pandas-dev#54438)

    * REF: use updated patterns in pyarrow TestReduce
    
    * Remove unnecessary skip
    
    * mypy fixup
    
    * update xfail
    jbrockmendel authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fac929f View commit details
    Browse the repository at this point in the history
  2. ENH: Update numpy exceptions imports (pandas-dev#54405)

    * ENH: Update numpy exceptions imports
    
    * ENH: Use version checks from dedicated utils
    mtsokol authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    78c79b9 View commit details
    Browse the repository at this point in the history
  3. TYP: enable reportGeneralTypeIssues for more files (pandas-dev#54423)

    * TYP: enable reportGeneralTypeIssues for more files
    
    * fixes
    
    * Added some time-related annotations based on the tests from pandas-stubs
    
    * remove python version from second pyright config file
    twoertwein authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    80753e2 View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] pre-commit autoupdate (pandas-dev#54450)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/hauntsaninja/black-pre-commit-mirror: 23.3.0 → 23.7.0](psf/black-pre-commit-mirror@23.3.0...23.7.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.282](astral-sh/ruff-pre-commit@v0.0.277...v0.0.282)
    - [github.com/asottile/pyupgrade: v3.7.0 → v3.10.1](asottile/pyupgrade@v3.7.0...v3.10.1)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update black, address ruff
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    pre-commit-ci[bot] and mroeschke authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0128a5b View commit details
    Browse the repository at this point in the history
  5. ENH: add consortium standard entrypoint (pandas-dev#54383)

    * add consortium standard entrypoint
    
    * add dataframe-api-compat to optional dependencies, add to test_downstream
    
    * align
    
    * use importorskip
    
    * mypy
    
    * fixup table in docs
    
    * whatsnew
    
    * add check to package-checks.yml
    MarcoGorelli authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    809f371 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbe11b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    5f672dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b1d261 View commit details
    Browse the repository at this point in the history
  3. DOC Update Documentation in "missing_data" 54028 (pandas-dev#54448)

    * first commit
    
    * updated missing data
    
    * datetimes updated doc
    
    * datetime update (2)
    
    * Update with Pre-commit
    
    * Doc_Updates
    
    * Doc Update
    
    * Missing_Data Update
    
    * review_update
    
    ---------
    
    Co-authored-by: Omar Elbaz <omarelbaz@omars-air.mynetworksettings.com>
    omar-elbaz and Omar Elbaz authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a68b97d View commit details
    Browse the repository at this point in the history
  4. BUG: Fixes pandas-dev#54617 Dataframe to html for empty array with co…

    …mplex dtypes (pandas-dev#54451)
    
    * Fresh new feature
    
    * Removed html file, put it in string in the test
    
    * Html test against hash value
    
    * Removing prints
    
    * Keeping inline html instead of mdlib hex
    
    * added an entry in the io section
    
    * Update doc/source/whatsnew/v2.1.0.rst
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    
    * Modifying rst file
    
    * Sorted rst file after manual run of precommit on local
    
    ---------
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    soumya1729 and mroeschke authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2451b42 View commit details
    Browse the repository at this point in the history
  5. ENH: Implement more efficient merge for arrow strings (pandas-dev#54443)

    * ENH: Implement more efficient merge for arrow strings
    
    * Fix typing
    
    * Update
    
    * ENH: Implement more efficient merge for arrow strings
    phofl authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c1e309b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. ENH: Remove NINF and PINF usages (pandas-dev#54468)

    ENH: Remove NINF usages
    mtsokol authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    bc51b2f View commit details
    Browse the repository at this point in the history
  2. test_map: use data_missing to exercise na_action (pandas-dev#54446)

    Change `data` to `data_missing` to exercise the `na_action` parameter.
    
    Signed-off-by: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com>
    MichaelTiemannOSC authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    10bede8 View commit details
    Browse the repository at this point in the history
  3. DOC: add missing parameters to offsets classes: Second, Minute, Hour …

    …and Day (pandas-dev#54427)
    
    * DOC: add missing parameters to offsets classes: Second, Hour and Day
    
    * DOC: offsets removed trailing white spaces from Second, Min
    ute, Hour, Day
    
    * DOC: updated offset methods sec, min, h,d (pandas-dev#54427)
    dullibri authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3efebd4 View commit details
    Browse the repository at this point in the history
  4. CI: Try purging on macOS (pandas-dev#54470)

    Update wheels.yml
    lithomas1 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cf741a4 View commit details
    Browse the repository at this point in the history
  5. ENH: allow opt-in to inferring pyarrow strings (pandas-dev#54430)

    * ENH: allow opt-in to inferring pyarrow strings
    
    * Remove comments and add tests
    
    * Add json tests
    
    * Update
    
    * Update pandas/_libs/lib.pyx
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    
    * Update
    
    * Add test
    
    ---------
    
    Co-authored-by: Brock <jbrockmendel@gmail.com>
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    3 people authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    79ce72b View commit details
    Browse the repository at this point in the history
  6. TST: Add tests to ensure proper conversion of datetime64/timedelta64/…

    …timestamp/duration to and from pyarrow (pandas-dev#54356)
    
    * add pyarrow conversion pytests
    
    * make test match GH issue and move test to proper location
    
    * fix naming of expected and result variables for assertion
    
    * optimize test
    
    * make test mirror GH pandas-dev#54191
    
    * fix test logic
    Julian048 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c54ceec View commit details
    Browse the repository at this point in the history
  7. Add whatsnew for arrow (pandas-dev#54476)

    * Add whatsnew for arrow
    
    * Update
    
    * Update doc/source/whatsnew/v2.1.0.rst
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    
    * Update doc/source/whatsnew/v2.1.0.rst
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    
    * Update doc/source/whatsnew/v2.1.0.rst
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    
    * Update doc/source/whatsnew/v2.1.0.rst
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    
    * Update doc/source/whatsnew/v2.1.0.rst
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    phofl and mroeschke authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    224457d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. DEPR: Positional arguments in to_sql except name (pandas-dev#54397)

    * Updated method header and whatsnew file
    
    * Updated unit tests to use keyword argument for con parameter.
    
    * Updating unit tests and implementation.
    
    * Updated documentation and unit tests.
    
    * Updating documentation and fixing unit tests.
    
    * Updating documentation.
    
    * Updating documentation and fixing failing unit tests.
    
    * Updating documentation and unit tests.
    
    * Updating implementation based on reviewer feedback.
    
    * Updating implementation to allow 'self' to be a positional arg.
    
    * Deprecating con positional arg in new test case.
    
    * Fixing typo
    
    * Fixing typo
    rmhowe425 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f935543 View commit details
    Browse the repository at this point in the history
  2. CLN: Cython 3 cleanups (pandas-dev#54482)

    * CLN: Update code for Cython 3
    
    * clean more
    
    * fix tests
    lithomas1 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a936863 View commit details
    Browse the repository at this point in the history
  3. Update whatsnew (pandas-dev#54484)

    * Update whatsnew
    
    * Update doc/source/whatsnew/v2.1.0.rst
    
    ---------
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    phofl and mroeschke authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1ca117b View commit details
    Browse the repository at this point in the history
  4. pandas-dev#53718 Added copy_on_write effects on pd.Dataframe.copy() m…

    …ethod (pandas-dev#54425)
    
    * reformat
    
    * iloc
    
    * option_context
    
    * tab spacing
    
    * reformat
    taytzehao authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c334f42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3522b41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cffcfed View commit details
    Browse the repository at this point in the history
  7. CI: Another shot at fixing macOS wheel builds (pandas-dev#54487)

    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * Update wheels.yml
    
    * fixes
    
    * Update wheels.yml
    
    * Update wheels.yml
    lithomas1 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fa9e462 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40df396 View commit details
    Browse the repository at this point in the history
  9. ENH: Implement arrow string option for various I/O methods (pandas-de…

    …v#54431)
    
    * ENH: Implement arrow string option for various I/O methods
    
    * ENH: allow opt-in to inferring pyarrow strings
    
    * Remove comments and add tests
    
    * Add string option to arrow parsers
    
    * Update
    
    * Update
    
    * Adjust csv
    
    * Update
    
    * Update
    
    * Add test
    
    * Fix mypy
    
    ---------
    
    Co-authored-by: Brock <jbrockmendel@gmail.com>
    phofl and jbrockmendel authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    57c7943 View commit details
    Browse the repository at this point in the history
  10. ENH: Add separate numba kernels for groupby aggregations (pandas-dev#…

    …53731)
    
    * ENH: Add separate numba kernels for groupby aggregations
    
    * add whatsnew
    
    * fixes from pre-commit
    
    * fix window tests
    
    * fix tests?
    
    * cleanup
    
    * is_grouped_kernel=True in groupby
    
    * typing
    
    * fix typing?
    
    * fix now
    
    * Just ignore
    
    * remove unnecessary code
    
    * remove comment
    lithomas1 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b0e1130 View commit details
    Browse the repository at this point in the history
  11. CI: Set back the schedule (pandas-dev#54489)

    The wheel builds didn't trigger in time.
    lithomas1 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    dae4fb4 View commit details
    Browse the repository at this point in the history
  12. DOC: Simplify reshaping.rst (pandas-dev#54465)

    * simplify reshaping.rst
    
    * Simplfy all sections
    
    * final touches
    mroeschke authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    70cd5c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    5122e68 View commit details
    Browse the repository at this point in the history
  2. DOC: Prepare release notes for 2.1.0rc0 and remove 2.0.4 release notes (

    pandas-dev#54488)
    
    * DOC: Prepare release notes for 2.1.0rc0 and remove 2.0.4 release notes
    
    * Update v2.1.0.rst
    
    * Update index.rst
    lithomas1 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0e196b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd9d391 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdb9cff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    248c966 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0582e35 View commit details
    Browse the repository at this point in the history
  7. Revert Cython upgrade (pandas-dev#54497)

    * Revert "CLN: Cython 3 cleanups (pandas-dev#54482)"
    
    This reverts commit a936863.
    
    * Revert "DEPS: Bump cython 3.0 (pandas-dev#54335)"
    
    This reverts commit 4cf63ea.
    phofl authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3edb82b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    906471e View commit details
    Browse the repository at this point in the history
  9. RLS: 2.1.0rc0 (pandas-dev#54501)

    Co-authored-by: Pandas Development Team <pandas-dev@python.org>
    lithomas1 and Pandas Development Team authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1b2d39c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49ca01b View commit details
    Browse the repository at this point in the history
  11. Move Unit Tests for groupby.rolling.corr (pandas-dev#54504)

    * groupby tests
    
    * revert commit
    
    * reverting
    
    * reverting again
    
    * move unit tests
    
    * move test to tests/window
    
    * move UTs
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: Omar Elbaz <omarelbaz@omars-air.mynetworksettings.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6222789 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    50910f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f94a1b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    1405036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b69f5b View commit details
    Browse the repository at this point in the history
  3. DOC: Add whatsnew file for 2.2.0 (pandas-dev#54520)

    * add whatsnew file for 2.2.0
    
    * fix
    
    * fix
    lukemanley authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    582a1be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19c8a4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c28c14f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc30823 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. ruff 0.0.284 (pandas-dev#54548)

    * ruff 0.0.284
    
    * fix strict type check
    
    * missing space
    twoertwein authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3e562dd View commit details
    Browse the repository at this point in the history
  2. Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 (pandas-dev#54541)

    Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.15.0.
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.14.1...v2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ad1d253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    574cd44 View commit details
    Browse the repository at this point in the history
  4. DOC: Series.count remove mention of "level" (pandas-dev#54526)

    * DOC: Series.count remove mention of "level"
    
    * leave return type as-is
    lukemanley authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1bffa5e View commit details
    Browse the repository at this point in the history
  5. BLD: Fix version script (pandas-dev#54525)

    * BLD: Fix the version generation script
    
    * Update config.yml
    
    * Update config.yml
    lithomas1 authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    bdd44e9 View commit details
    Browse the repository at this point in the history
  6. DOC: updated required dependencies list (pandas-dev#54493)

    updated required dependencies list
    rsm-23 authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4cb2418 View commit details
    Browse the repository at this point in the history
  7. DOC: Simplify missing_data.rst (pandas-dev#54490)

    * DOC: Simplify missing_data.rst
    
    * Address warnings
    mroeschke authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0a09006 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c5c4ef View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. TST: use single-class pattern for Arrow, Masked tests (pandas-dev#54573)

    * TST: use single-class pattern in test_masked.py
    
    * TST: use one-class pattern in arrow extension tests
    jbrockmendel authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    31da913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ccbca View commit details
    Browse the repository at this point in the history
  3. REF: implement Dtype.index_class (pandas-dev#54511)

    * REF: implement Dtype.index_class
    
    * property->cache_readonly
    jbrockmendel authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    203f483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6333e6 View commit details
    Browse the repository at this point in the history
  5. ENH: Reflect changes from numpy namespace refactor Part 3 (pandas-d…

    …ev#54579)
    
    * ENH: Reflect changes from numpy namespace refactor part 3
    
    * ENH: Move to fixtures for dtype access
    mtsokol authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ff86177 View commit details
    Browse the repository at this point in the history
  6. REF: remove unnecessary Block specialization (pandas-dev#54568)

    * REF: remove unnecessary Block specialization
    
    * revert accidental
    
    * mypy fixup
    
    * mypy fixup
    jbrockmendel authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    786716a View commit details
    Browse the repository at this point in the history
  7. DOC: whatsnew 2.1.0 refinements (pandas-dev#54545)

    * DOC: whatsnew 2.1.0 refinements
    
    * fixup
    
    * Further fixups
    rhshadrach authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e92ea57 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    7c9ba89 View commit details
    Browse the repository at this point in the history
  2. REF: ujson cleanups (pandas-dev#54581)

    * REF: use stdlib json
    
    * remove unnecessary GET_TC calls
    
    * REF: update dumps->ujson_dumps
    
    * revert enum move
    jbrockmendel authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3b34c3b View commit details
    Browse the repository at this point in the history
  3. TST: annotations, fix test_invert (pandas-dev#54576)

    * TST: annotations, fix test_invert
    
    * mypy fixup
    
    * trim runtime
    
    * use TYPE_CHECKING
    
    * xfail fixed
    jbrockmendel authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4efc97c View commit details
    Browse the repository at this point in the history
  4. ENH: add cummax/cummin/cumprod support for arrow dtypes (pandas-dev#5…

    …4574)
    
    * ENH: add cumax, cumin, cumprod support to ArrowExtensionArray
    
    * whatsnew
    
    * move whatsnew to 2.1.0
    lukemanley authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    cf7f0af View commit details
    Browse the repository at this point in the history
  5. DEPR: Nonkeyword arguments in to_pickle (pandas-dev#54599)

    * deprecated non keyword arguments
    
    * addressed review comments
    rsm-23 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7ff13b4 View commit details
    Browse the repository at this point in the history
  6. DEPR: Positional arguments in to_hdf except path_or_buf (pandas-dev#5…

    …4491)
    
    * Adding deprecation, updating unit tests and documentation.
    
    * Fixing failing unit test.
    
    * Moving contribution to whatsnew/v2.2.0
    
    * Update v2.1.0.rst
    rmhowe425 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2c4c072 View commit details
    Browse the repository at this point in the history
  7. DEPR: Nonkeyword arguments in to_latex (pandas-dev#54601)

    * deprecated non keyword arguments
    
    * fixed typo
    
    * added test
    rsm-23 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8335019 View commit details
    Browse the repository at this point in the history
  8. DEPR: deprecated nonkeyword arguments for to_string (pandas-dev#54597)

    * deprecated nonkeyword arguments
    
    * added test
    rsm-23 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    77bc67a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. CI: Enable MacOS Python Dev tests (pandas-dev#54587)

    * 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
    mroeschke authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d8d4522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    934eebb View commit details
    Browse the repository at this point in the history
  3. Fixed unexpected np.nan value with reindex on pd.series with pd.Inter… (

    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
    raj-thapa authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    67b19eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92f46fc View commit details
    Browse the repository at this point in the history
  5. DEPR: deprecated nonkeyword arguments in to_json (pandas-dev#54613)

    deprecated nonkeyword arguments
    rsm-23 authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    38761f6 View commit details
    Browse the repository at this point in the history
  6. DEPR: deprecated nonkeyword arguments in to_markdown (pandas-dev#54605)

    * deprecated nonkeyword arguments
    
    * added parameter keywords
    rsm-23 authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d5a5a4d View commit details
    Browse the repository at this point in the history
  7. Clean up autosummary usage (pandas-dev#54457)

    * Disable numpydoc and use autosummary instead
    
    * Add toctree for accessors
    vyasr authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    eb98a47 View commit details
    Browse the repository at this point in the history
  8. DOC: Add information on fetching tags for contributors building panda…

    …s. (pandas-dev#54618)
    
    * DOC: Add information on fetching tags for contributor build issue.
    
    * DOC: Change markdown link into rST link for docs.
    stefmolin authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    70f90b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. DEP: remove python-snappy and brotli as optional dependencies (no lon…

    …ger used) (pandas-dev#54633)
    
    * DEP: remove python-snappy as optional dependency (no longer used)
    
    * clean-up
    
    * also remove brotlipy
    jorisvandenbossche authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    5834266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d70a49 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Changed read_csv type hint for na_values and added tests Issue#53813 (p…

    …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
    kvn4 authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    7915acb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    14a6c9a View commit details
    Browse the repository at this point in the history
  2. DEPR: Not passing tuple to get_group when grouping on length-1 list-l…

    …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
    rhshadrach authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8af96fc View commit details
    Browse the repository at this point in the history
  3. DEPR: deprecated nonkeyword arguments in to_html (pandas-dev#54612)

    deprecated nonkeyword arguments
    rsm-23 authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    04f03fb View commit details
    Browse the repository at this point in the history
  4. Updated ruff pre-commit version and modified few lines according to…

    … 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.
    Sai-Suraj-27 authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ade0483 View commit details
    Browse the repository at this point in the history
  5. fix pandas-dev#54564 (pandas-dev#54567)

    * added unit-test to highlight issue pandas-dev#54564
    
    * fixed pandas-dev#54564
    
    * added whatsnew entry
    
    * anticipate this fix going into v2.2.0 instead of v2.1.0
    
    * LBYL instead of EAFP
    
    * address review request
    
    * fix tests on windows
    burnpanck authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0b58c62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11b8d1a View commit details
    Browse the repository at this point in the history
  7. REF: use can_use_libjoin more consistently, docstring for it (pandas-…

    …dev#54664)
    
    * REF: fix can_use_libjoin check
    
    * DOC: docstring for can_use_libjoin
    
    * Make can_use_libjoin checks more-correct
    
    * mypy fixup
    
    * Fix exception message
    jbrockmendel authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e37eda5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb3b20b View commit details
    Browse the repository at this point in the history
  9. DOC: add missing parameters n\normalize\offset to offsets classes (pa…

    …ndas-dev#54635)
    
    add missing parameters n\normalize\offset to offsets classes
    natmokval authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f5267db View commit details
    Browse the repository at this point in the history
  10. CLN: Simplify merging.rst (pandas-dev#54606)

    * CLN: Simplify merging.rst
    
    * Some fixups
    mroeschke authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8d50940 View commit details
    Browse the repository at this point in the history
  11. STY: Enable ruff's flynt, flake8-logging-format (pandas-dev#54607)

    * Enable FLY checks
    
    * Enable FLY checks
    
    * Add logging format
    mroeschke authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    13e034a View commit details
    Browse the repository at this point in the history
  12. DOC: add examples to offsets classes: FY5253, FY5253Quarter (pandas-d…

    …ev#54608)
    
    * docs: add examples to offsets classes FY5253, FY5253Quarter
    
    * add examples, see also section, a description for parameter n
    
    * add missing parameter normalize
    natmokval authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    dbe3278 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3060df9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    61e54c2 View commit details
    Browse the repository at this point in the history
  15. DEPR: deprecated nonkeyword arguments in to_csv (pandas-dev#54632)

    deprecated nonkeyword arguments
    rsm-23 authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    43691a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. DOC: fix an example which raised a KeyError in v0.11.0.rst (pandas-de…

    …v#54683)
    
    fix example in whatsnew/v0.11.0.rst
    natmokval authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f5a8cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc76b52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1845699 View commit details
    Browse the repository at this point in the history
  4. Removes None type from max_info_rows (pandas-dev#54652)

    * Update config_init.py
    
    max_info_rows doesn't support None type
    
    * Update config_init.py
    
    changed max_info_rows validator to int type
    Raghav-Bell authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3e58233 View commit details
    Browse the repository at this point in the history
  5. DEPR: deprecated nonkeyword arguments in to_parquet (pandas-dev#54631)

    * deprecated nonkeyword arguments
    
    * fixed errors in test
    
    * added check_stacklevel for test
    
    * added engine param
    
    * updated test
    rsm-23 authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0fc36ad View commit details
    Browse the repository at this point in the history
  6. DEPR: BaseNoReduceTests (pandas-dev#54663)

    * DEPR: BaseNoReduceTests
    
    * Whatsnew
    jbrockmendel authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    da1aa8d View commit details
    Browse the repository at this point in the history
  7. ENH: support integer bitwise ops in ArrowExtensionArray (pandas-dev#5…

    …4685)
    
    support integer bitwise ops in ArrowExtensionArray
    lukemanley authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    329e8b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d5589c View commit details
    Browse the repository at this point in the history
  9. CLN: assorted (pandas-dev#54673)

    * CLN: assorted
    
    * typo fixup
    jbrockmendel authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c233649 View commit details
    Browse the repository at this point in the history
  10. BUG: drop_duplicates raising for boolean arrow dtype with missing val…

    …ues (pandas-dev#54670)
    
    * BUG: drop_duplicates raising for boolean arrow dtype with missing values
    
    * Fix typing
    
    * Update test_drop_duplicates.py
    phofl authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    47ae3f0 View commit details
    Browse the repository at this point in the history
  11. DEPR: make arguments keyword only in to_clipboard (pandas-dev#54634)

    * made arguments keyword only
    
    * added whatsnew
    
    * deprecated nonkeyword arguments
    
    * corrected typo
    
    * Update pandas/core/generic.py
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    
    * added test
    
    ---------
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    rsm-23 and mroeschke authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    cbe88f3 View commit details
    Browse the repository at this point in the history
  12. DEPR: make arguments keyword only in to_dict (pandas-dev#54630)

    * make arguments keyword only
    
    * added argument keywords in tests
    
    * modified overloaded methods
    
    * fixed docs
    
    * added whatsnew
    
    * made orient as positional
    
    * added test and deprecation
    rsm-23 authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b4b96fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e57734 View commit details
    Browse the repository at this point in the history
  14. ENH: support Index.any/all with float, timedelta64 dtypes (pandas-dev…

    …#54566)
    
    * ENH: support Index.any/all with float, timedelta64 dtypes
    
    * GH ref
    
    * Update test
    jbrockmendel authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9268055 View commit details
    Browse the repository at this point in the history
  15. REF: use single-test-class for datetimetz, period tests (pandas-dev#5…

    …4676)
    
    * REF: use single-test-class for datetimetz, period tests
    
    * mypy fixup
    jbrockmendel authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5459d10 View commit details
    Browse the repository at this point in the history
  16. MAINT: Remove np.in1d function calls (pandas-dev#54694)

    MAINT: Remove np.in1d calls
    mtsokol authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    487c594 View commit details
    Browse the repository at this point in the history
  17. BUG: _apply_rule() ignores tz info on an empty list of observances (p…

    …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>
    roadswitcher and mroeschke authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8dd045d View commit details
    Browse the repository at this point in the history
  18. TST: unskip test_close_file_handle_on_invalid_usecols pandas-dev#45566 (

    pandas-dev#54572)
    
    remove import
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    fangchenli and mroeschke authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    563aad3 View commit details
    Browse the repository at this point in the history
  19. BUG: Fix error in printing timezone series (pandas-dev#54625)

    * Check is_dates_only with datetime array in Datetime64TZFormatter
    
    * Add entry in doc/source/whatsnew/v2.1.0.rst
    AdrianDAlessandro authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a38a583 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. TYP: ExtensionDtype.name/type as ClassVar (pandas-dev#54458)

    * TYP:ExtensionDtype.name/type as ClassVar
    
    * no code changes; only .name
    twoertwein authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    65f22a0 View commit details
    Browse the repository at this point in the history
  2. PERF: DataFrame.iloc[int] for EA dtypes (pandas-dev#54508)

    * improve perf of fast_xs for EA dtypes
    
    * whatsnew
    lukemanley authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e8b9749 View commit details
    Browse the repository at this point in the history
  3. BUG: merge not always following documented sort behavior (pandas-dev#…

    …54611)
    
    * BUG: merge producing inconsistent sort behavior
    
    * whatsnew
    
    * fix more tests
    
    * fix test
    
    * fix test
    
    * move whatsnew to notable bug fixes
    lukemanley authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f9f1643 View commit details
    Browse the repository at this point in the history
  4. BUG: ArrowExtensionArray.fillna with duration types (pandas-dev#54707)

    * use ArrowExtensionArray._box_pa in fillna
    
    * add test
    lukemanley authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a44a8e1 View commit details
    Browse the repository at this point in the history
  5. DOC: fix an example which raises an Error in v0.13.0.rst (pandas-dev#…

    …54696)
    
    fix example in whatsnew/v0.13.0.rst
    natmokval authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4556995 View commit details
    Browse the repository at this point in the history
  6. DEPR: deprecated nonkeyword arguments in to_gbq (pandas-dev#54704)

    deprecated nonkeyword arguments
    rsm-23 authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    febc1bd View commit details
    Browse the repository at this point in the history
  7. DOC: updated date_format description for read_csv (pandas-dev#54705)

    updated date_format description
    rsm-23 authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3948d2e View commit details
    Browse the repository at this point in the history
  8. API: Implement Arrow String Array that is compatible with NumPy seman…

    …tics (pandas-dev#54533)
    
    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    phofl and jorisvandenbossche authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    00f79a3 View commit details
    Browse the repository at this point in the history
  9. TST: added test for fixed bug gh#50372 (pandas-dev#54701)

    * added test for bug gh#50372
    
    * cleaned code to fit pre-commit
    
    * moved test to better fitting location
    DRiXD authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    43a3f0e View commit details
    Browse the repository at this point in the history
  10. DEPR: deprecated nonkeyword arguments in to_excel (pandas-dev#54703)

    * deprecated nonkeyword arguments
    
    * moved test
    
    * fixed tests
    rsm-23 authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    867cae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    a180f0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bf1df9 View commit details
    Browse the repository at this point in the history
  3. TST: clean ups in extension tests (pandas-dev#54719)

    * REF: misplaced test_accumulate special-casing
    
    * REF: skip rmod test with string dtype
    
    * typo fixup
    
    * REF: remove unnecessary na_value fixture
    jbrockmendel authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ae3fc3c View commit details
    Browse the repository at this point in the history
  4. DOC: add awkward-pandas to ecosystem page (pandas-dev#54718)

    * add awkwwkward-pandas to ecosystem
    
    * add accessor info
    douglasdavis authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8fe161c View commit details
    Browse the repository at this point in the history
  5. Incorrect reading of CSV containing large integers Issue#52505 (panda…

    …s-dev#54679)
    
    * mend
    
    * mmend
    
    * mmend
    
    * mmend
    kvn4 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    766e2fc View commit details
    Browse the repository at this point in the history
  6. Infer strings as pyarrow_numpy backed strings (pandas-dev#54720)

    * Update v2.1.0.rst
    phofl authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1ecfa67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36bcae3 View commit details
    Browse the repository at this point in the history
  8. Docs: Update doc string to not reference deprecated function fillna f…

    …or ffill (pandas-dev#54728)
    
    * update doc string to not reference deprecated function fillna
    
    * put on one line
    sleepypioneer authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    87b3bb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. DOC: fix an example which raises an Error in whatsnew/v0.24.0.rst (pa…

    …ndas-dev#54738)
    
    fix example in whatsnew/v0.24.0.rst
    natmokval authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9aa40b9 View commit details
    Browse the repository at this point in the history
  2. typing improvements on level and fill_value in Series.eq (pandas-dev#…

    …54729)
    
    * typing improvements on level and fill_value in Series.eq
    
    * minor fix
    
    * Typing improvements freq in Series.to_timestamp
    
    * change typing from str to Frequency
    
    ---------
    
    Co-authored-by: color455nm <color455nm@example.com>
    color455nm and color455nm authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b1192b3 View commit details
    Browse the repository at this point in the history
  3. details on weekday argument for DateOffset docs (pandas-dev#54332)

    * details on weekday argument for DateOffset docs
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * details on weekday argument for DateOffset docs
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * details on weekday argument for DateOffset docs
    
    * details on weekday argument for DateOffset docs
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Detoro and pre-commit-ci[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    99efe62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee51d7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffc5839 View commit details
    Browse the repository at this point in the history
  6. Docs: fix for links on see also for DataFrame.agg (pandas-dev#54736)

    add pandas to start of module path in see also
    sleepypioneer authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    70f3a7e View commit details
    Browse the repository at this point in the history
  7. BUG: setitem with object type inserting Series maintains Series (pand…

    …as-dev#54699)
    
    * BUG: setitem with object type inserting Series maintains Series
    
    * Remove errant line
    mroeschke authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6d021ac View commit details
    Browse the repository at this point in the history
  8. REGR: groupby.count returning string dtype instead of numeric for str…

    …ing input (pandas-dev#54752)
    
    REGR: count returning string dtype instead of numeric for string input
    phofl authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ce95f4e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. CI: Pin more cython (pandas-dev#54759)

    * CI: Pin more cython
    
    * Update actions-311-numpydev.yaml
    
    * Update unit-tests.yml
    
    * Update .github/workflows/unit-tests.yml
    
    * Update .github/workflows/unit-tests.yml
    
    ---------
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    lithomas1 and mroeschke authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ce6aa67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39d7134 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d8bce7 View commit details
    Browse the repository at this point in the history
  4. Fix roundtripping with pyarrow schema (pandas-dev#54768)

    * Fix roundtripping with pyarrow schema
    
    * Skip for lower versions
    phofl authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    cd8223e View commit details
    Browse the repository at this point in the history
  5. BUG: merge raising for ea int and numpy float (pandas-dev#54755)

    * BUG: merge raising for ea int and numpy float
    
    * Fix up mypy and add check
    phofl authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    9939c32 View commit details
    Browse the repository at this point in the history
  6. PERF: Increase threashold for using binary search in IndexEngine (pan…

    …das-dev#54746)
    
    * Increase threashold for using binary search in IndexEngine
    
    * Add an entry to the latest whatsnew
    
    * Improve entry in the lastest whatsnew
    
    ---------
    
    Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
    l3robot and phofl authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    48f5a96 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. CI: Remove strict option (pandas-dev#54783)

    It is there by default in asv > 0.6.0
    lithomas1 authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    7a16d92 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. BUG: Special-case setting nan into integer series (pandas-dev#54527)

    * wip
    
    * add has_only_ints_or_nan cython helper
    
    * wip
    
    * take care of nat
    
    * fixup more tests
    
    * catch interval[int64, right] warning
    
    * just use isna
    
    * fixup tests
    
    * noop
    
    * exclude NaT
    
    ---------
    
    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    MarcoGorelli and jorisvandenbossche authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5adafd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94dcf24 View commit details
    Browse the repository at this point in the history
  3. Implement any and all for pyarrow numpy strings (pandas-dev#54591)

    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    phofl and jorisvandenbossche authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    23b546f View commit details
    Browse the repository at this point in the history
  4. MAINT: small simplification of meson.build following best practices (p…

    …andas-dev#54737)
    
    * MAINT: small simplification of meson.build following best practices
    
    * MAINT: remove comment about resolved issue
    
    * BUG: fix build with default Homebrew Python setup
    
    Homebrew does not install a python link, just python3.
    dnicolodi authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ca42994 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b043fcb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    634096f View commit details
    Browse the repository at this point in the history
  7. REGR: Index.union loses python string dtype (pandas-dev#54778)

    * REGR: Index.union loses python string dtype
    
    * Update pandas/core/indexes/base.py
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    phofl and mroeschke authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5b07d7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    beb719b View commit details
    Browse the repository at this point in the history
  9. PERF: skip libjoin fastpath for MultiIndex (pandas-dev#54765)

    * PERF: skip libjoin fastpath for MultiIndex
    
    * fix levels sort
    lukemanley authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    01c3e8b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc0ec0b View commit details
    Browse the repository at this point in the history
  11. Revert "MAINT: small simplification of meson.build following best pra…

    …ctices" (pandas-dev#54802)
    
    * Revert "MAINT: small simplification of meson.build following best practices (pandas-dev#54737)"
    
    This reverts commit ca42994.
    
    * Update meson.build
    
    * Update meson.build
    
    ---------
    
    Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
    phofl and lithomas1 authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0a23624 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    049a6fa View commit details
    Browse the repository at this point in the history
  13. Update

    phofl committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    10cac24 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Fix test

    phofl committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e18580d View commit details
    Browse the repository at this point in the history