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

Tst/cln/fixtures #35

Closed
wants to merge 38 commits into from
Closed

Tst/cln/fixtures #35

wants to merge 38 commits into from

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    fd55cbe View commit details
    Browse the repository at this point in the history
  2. TST: Simplify and clarify test skipping (pandas-dev#56027)

    * TST: Simplify and clarify test skipping
    
    * Typo
    
    * Update pandas/tests/arithmetic/test_datetime64.py
    
    * Don't skip because of duplicates
    mroeschke authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    37ae5c4 View commit details
    Browse the repository at this point in the history
  3. remove ctypedef class from lib.pyx (pandas-dev#56018)

    * remove ctypedef class from lib.pyx
    
    * fixes
    
    * try something for bytes
    
    * feedback
    
    * fix comparisons
    WillAyd authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c95e943 View commit details
    Browse the repository at this point in the history
  4. BUG: GroupBy.value_counts sorting order (pandas-dev#56016)

    * BUG: GroupBy.value_counts sorting order
    
    * Whatsnew
    
    * cleanup
    
    * Fix categorical and add test
    
    * cleanup
    rhshadrach authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    dbf8aaf View commit details
    Browse the repository at this point in the history
  5. PERF: assert_frame_equal / assert_series_equal (pandas-dev#55971)

    * improve perf of index assertions
    
    * whatsnew
    
    * faster _array_equivalent_object
    
    * add comment
    
    * remove xfail
    
    * skip mask if not needed
    lukemanley authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    32ebcfc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. DOC: Fix GH# in whatsnew not for DataFrameGroupBy.value_counts bugfix (

    …pandas-dev#56031)
    
    * DOC: Fix GH# in whatsnew not for DataFrameGroupBy.value_counts bugfix
    
    * Fix comment
    rhshadrach authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    517973e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e75a2a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b348eac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1230529 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2b27af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b67593 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab144c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2393a23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    50171fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4ac5cf6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    47a596e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1969079 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    4514636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b16332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6833344 View commit details
    Browse the repository at this point in the history
  4. TST: de-xfail pyarrow parser tests (pandas-dev#56056)

    * TST: un-xfail pyarrow thousands test
    
    * TST: de-xfail memory_map tests
    
    * remove unused
    
    * revert no-longer-needed
    jbrockmendel authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    8f0c4d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e5e393 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d22adf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. TST: collect Period tests (pandas-dev#56073)

    * TST: collect Period tests
    
    * Collect Period tests
    jbrockmendel authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0994ecd View commit details
    Browse the repository at this point in the history
  2. TST: collect Interval tests (pandas-dev#56072)

    * TST: collect scalar Interval tests
    
    * TST: collect IntervalIndex tests
    
    * TST: collect Interval tests
    jbrockmendel authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2dfb2dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aa1766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b694ff7 View commit details
    Browse the repository at this point in the history
  5. Bump actions/github-script from 6 to 7 (pandas-dev#56077)

    Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    02a2720 View commit details
    Browse the repository at this point in the history
  6. BUG: Keep original values when taking with a new fill value (pandas-d…

    …ev#55929)
    
    * Keep original values when taking with a new fill value
    
    * Switch one-letter name
    
    * Fix whatsnew
    rob-sil authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    484ec01 View commit details
    Browse the repository at this point in the history
  7. REF: lreshape, wide_to_long (pandas-dev#55976)

    * Refactor lreshape
    
    * Refactor wide_to_long validation
    
    * Refactor wide_to_long
    
    * Annotation
    mroeschke authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d99c448 View commit details
    Browse the repository at this point in the history
  8. BUG: nanoseconds and reso in dateutil paths (pandas-dev#56051)

    * BUG: nanoseconds and reso in dateutil paths
    
    * GH ref
    jbrockmendel authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    92fa9ca View commit details
    Browse the repository at this point in the history
  9. BUG: pivot_table with margins and numeric columns (pandas-dev#55933)

    * fix and add test
    
    * add whatsnew
    
    * rm comment
    quangngd authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    91af4fa View commit details
    Browse the repository at this point in the history
  10. CI: Make is_ci_environment less necessary (pandas-dev#56058)

    * CI: Make is_ci_environment less necessary
    
    * Add back env settingg
    
    * Add back comment
    
    * Refactor test_read_csv_chunked_download
    mroeschke authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8438fe7 View commit details
    Browse the repository at this point in the history
  11. DEPR: Deprecate empty bool indexer for Index (pandas-dev#56055)

    * DEP: Deprecate empty bool indexer for Index
    
    * Fix
    phofl authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    caab88b View commit details
    Browse the repository at this point in the history
  12. TST: Make test_user_agent run in CI (pandas-dev#56057)

    * TST: Make test_user_agent run in CI
    
    * Fix module skip name
    mroeschke authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d5e97d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    26bb34a View commit details
    Browse the repository at this point in the history
  14. Refactor xml_data_path

    mroeschke committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1d2cb55 View commit details
    Browse the repository at this point in the history
  15. More fixture fixes

    mroeschke committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6611b74 View commit details
    Browse the repository at this point in the history