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

CLN: unify numpy.random-related imports in pandas/tests/plotting #37103

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    669bf55 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Revert "REF: numpy.random-related imports"

    This reverts commit 669bf55.
    onshek committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    46e557e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9be88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    241740c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    401d7a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f58de9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abd3acf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d29aee View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    0fa47b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fad14fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2806e7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    85260bf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    44ab7a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c0c3516 View commit details
    Browse the repository at this point in the history
  14. VIS: Accept xlabel and ylabel for scatter and hexbin plots (pandas-de…

    …v#37102)
    
    * VIS: Accept xlabel and ylabel for scatter and hexbin plots
    
    * Add issue number note
    treuherz committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    e4e1b63 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    66f3917 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    850979b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    34afd03 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d7a5b83 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    c708a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c48ee View commit details
    Browse the repository at this point in the history
  3. DOC: Add summary to interpolate (pandas-dev#37042)

    * DOC: add basic description to interpolate method
    
    This basic description can be useful for users who don't know what
    interpolation is and this may help with SEO to search for more powerful
    method than the `.fillna()` method.
    
    * DOC: update fillna info to contrast interpolate
    
    In the "See Also" section of interpolate, the fillna method sounds very
    similar, but it actually is more limited. So this commit makes this
    distinction more clear.
    
    * DOC: condense interpolate method summary text
    
    * DOC: revert description change of fillna
    erictleung committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    d25cb8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44d9b3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a838759 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    020040b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    83adbdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9273967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e719538 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49b0092 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7ee7cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fa2f09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1dd20b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a08e1f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d936b00 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2a96c6 View commit details
    Browse the repository at this point in the history
  11. TST: RollingGroupby(..., center=True, on=...) (pandas-dev#37154)

    Co-authored-by: Matt Roeschke <mroeschke@housecanary.com>
    mroeschke and Matt Roeschke committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    53b58e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5cf98d8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8cd42e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    710148e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4c395b0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9140647 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    58dcafa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7b31cbc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    009ffa8 View commit details
    Browse the repository at this point in the history
  2. REF: Simplifying creation of window indexers internally (pandas-dev#3…

    …7177)
    
    Co-authored-by: Matt Roeschke <mroeschke@housecanary.com>
    mroeschke and Matt Roeschke committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    a8e2f92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ce2a74 View commit details
    Browse the repository at this point in the history
  4. BUG: RecursionError when selecting single column from IntervalIndex p…

    …andas-dev#26490 (pandas-dev#37152)
    
    * split off of 37150
    
    * Troubleshoot
    
    Co-authored-by: Jeff Reback <jeff@reback.net>
    jbrockmendel and jreback committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    dcba608 View commit details
    Browse the repository at this point in the history
  5. DOC: Update dependency for to_markdown documentation (pandas-dev#36938)

    * Update to_markdown documentation
    
    Adding to the documentation that tabulate is required for to_markdown to be executed
    
    * Move the optional dependency to a note
    
    * Update series.py
    
    * Update series.py
    
    * Update pandas/core/series.py
    
    Co-authored-by: Marco Gorelli <m.e.gorelli@gmail.com>
    
    Co-authored-by: Marco Gorelli <m.e.gorelli@gmail.com>
    Eyal Trabelsi and MarcoGorelli committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    40b65da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32225b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a5a3a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f910b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56f03c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0013472 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98011a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9fed16c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7eb1063 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f1b2bb1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    636941b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    85793fb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. CLN: clean up new detected trailing whitespace (pandas-dev#36588)

    * CLN: clean up new detected trailing whitespace
    
    * BLD: add `trailing-whitespace` pre-commit hook
    
    * Update .pre-commit-config.yaml
    
    Co-authored-by: Marco Gorelli <m.e.gorelli@gmail.com>
    plammens and MarcoGorelli committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    75a5fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87429a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de10e72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a2a190 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61693b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3be31b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54fa3da View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    ffaca2e View commit details
    Browse the repository at this point in the history
  2. UPD: revert pandas/_testing.py

    onshek committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    93e8e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f0e0cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6aa882 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c15ded3 View commit details
    Browse the repository at this point in the history
  6. fixed spelling errors in whatsnew, userguide, and ecosystem (pandas-d…

    …ev#37253)
    
    * fixed spelling errors in whatsnew, userguide, and ecosystem
    
    * fixed spelling errors in ecosystem and whatsnew
    asharma13524 committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    a34a408 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd9c56e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0868d22 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    aa43f17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2dcd24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c15c6c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13df3ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    294cbc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3f1e7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f23f8ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    951c9c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    055651b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01cf2f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c908355 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de5349a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ce5a112 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    77811c7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fc951f8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8dcf9b1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2f55283 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ba7cb27 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2b89251 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4a3d8fa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5b5f26d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    71bd42b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    196bdcd View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. REF/TST: collect reindex tests (pandas-dev#37283)

    * REF/TST: move non-reindex tests from test_axis_select_reindex.py
    
    * REF: rename test_axis_select_reindex -> methods/test_index
    jbrockmendel committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    bbe8663 View commit details
    Browse the repository at this point in the history
  2. CI: Check for inconsistent pandas namespace usage (pandas-dev#37188)

    * CI: Check for inconsistent pandas namespace usage
    
    * Make a function
    
    * Remove
    
    * Try making it fail
    
    * Add message
    
    * Fix
    
    * Make pass
    
    * Try something
    
    * Remove sed
    
    * Edit
    
    * Switch file
    
    * Revert
    
    * Global Series fix
    
    * More
    
    * Remove
    dsaxton committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    baddf02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c23ff03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c450d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6430d53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    021d831 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f472ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e62f07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce12627 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a08c02 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ac3765 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a349462 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac7ca23 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    bc6f982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f0591d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ded5ea9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    038aab9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef5ccfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a752af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01c554c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f162aac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd25f1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39338e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6584099 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    838cbd4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef2e64d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    695e568 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2798350 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a26f34c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    99cb914 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    affc4d5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1b7e3a6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f590254 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    9fe5dba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5e0e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23c41bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af71aa1 View commit details
    Browse the repository at this point in the history
  5. CI/CLN: Add more test file linting (pandas-dev#37351)

    * CI/CLN: Add more test file linting
    
    * Fix
    dsaxton committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    6799824 View commit details
    Browse the repository at this point in the history
  6. TST: collect indexing tests by method (pandas-dev#37353)

    * TST/REF: collect indexing tests by method
    
    * lint fixup
    jbrockmendel committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    4aa41b8 View commit details
    Browse the repository at this point in the history
  7. BUG: Ensure chunksize is set if not provided (pandas-dev#37302)

    Remvoe error message inorrectl added
    Fixed new issues identified by mypy
    Add test to ensure conversion of large ints is correct
    
    closes pandas-dev#37280
    bashtage committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    901b1a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b49aeac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7dcaaf4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c863dde View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0ecfd8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9fd30b7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a8f5477 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. BUG: DataFrame[td64].sum(skipna=False) (pandas-dev#37148)

    * BUG: DataFrame[td64].sum(skipna=False)
    
    * annotate, privatize
    
    * annotate
    
    * calculate mask in mask_datetimelike_result
    jbrockmendel committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    8610299 View commit details
    Browse the repository at this point in the history
  2. BUG: Don't ignore na_rep in DataFrame.to_html (pandas-dev#36690)

    * BUG: Don't ignore na_rep in DataFrame.to_html
    
    * Back to list
    
    * Move test and cover
    
    * Test for to_latex
    
    * More tests
    
    * Maybe
    
    * Note
    
    * Refactor
    
    * Move note
    
    * Nothing
    
    * Fixup
    
    * Remove
    
    * Doc
    
    * Type
    dsaxton committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    d240cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa91eb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aff04ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    688923e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66039b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dce547e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35056ab View commit details
    Browse the repository at this point in the history
  9. TST/REF: collect tests by method (pandas-dev#37372)

    * TST: cln/parametrize
    
    * TST: collect tests by method
    
    * TST/REF: collect tests by method
    
    * lint fixup
    jbrockmendel committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    18b4864 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    6a6ea15 View commit details
    Browse the repository at this point in the history
  2. DOC: add searchsorted examples pandas-dev#36411 (pandas-dev#37370)

    * DOC: add searchsorted examples
    
    * Update base.py
    
    * corrected values
    
    * Update base.py
    Mikhaylov-yv committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    50c8c69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35085ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d850140 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c10c101 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d592e5e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    0e5d004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85621a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebd9ebd View commit details
    Browse the repository at this point in the history
  4. TST: Set timeoffset as the window parameter (pandas-dev#37407)

    * test added
    
    * pep8 resolved
    
    * fixes
    gabriellm1 committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    8da70fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c182d21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    428f33c View commit details
    Browse the repository at this point in the history
  7. CI move validate unwanted patterns over to pre-commit (pandas-dev#37379)

    * move validate unwanted patterns over to pre-commit
    
    * better names
    MarcoGorelli committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    b151b04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52361e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20a87aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    178acf6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    91a2711 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    57c06d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    348dc2d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    425ce1b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c85fbc7 View commit details
    Browse the repository at this point in the history
  16. fix windows issue pre-commit (pandas-dev#37419)

    Co-authored-by: Marco Gorelli <m.e.gorelli@gmail.com>
    MarcoGorelli committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    3c695dc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3c8c4c9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8985801 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9700b5a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5ce3989 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    ea443de View commit details
    Browse the repository at this point in the history
  2. CI: xfail windows numexpr test (pandas-dev#37435)

    * CI: xfail windows numexpr test
    
    * tighten condition
    jbrockmendel committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    1820faa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c642fda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b39c0b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6f646b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fabf03a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0078120 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efb068f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c5500e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    5292533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8501994 View commit details
    Browse the repository at this point in the history
  3. CI: docker 32-bit linux build pandas-dev#32709 (pandas-dev#35898)

    * CI: docker 32-bit linux build pandas-dev#32709
    
    * fix manylinux version typo
    
    * TST/CI: fix 32bit dtype tests pandas-dev#36579, pandas-dev#32709
    
    * TST/CI: xfail 32-bit tests pandas-dev#36579, pandas-dev#32709
    
    * CI: skip test pandas-dev#36579, pandas-dev#32709
    fangchenli committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d89331b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e149880 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d321be6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12ce683 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    e1624e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e12a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d391e0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be1728a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe7fcc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72acb78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2039d4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2db4e34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc517c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2c0674 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    10e5ad7 View commit details
    Browse the repository at this point in the history
  12. DOC: Updated resample.py and groupby.py to fix SA04 Errors (pandas-de…

    …v#37219)
    
    * DOC: Updated resample.py and groupby.py to fix SA04 Errors
    
    * DOC: Fixed flake8 issue
    
    * pandas-dev#28792 DOC: Fixed SA04 Errors
    
    * pandas-dev#28792 Doc Fix SA04 Errors
    
    * Update pandas/core/arrays/integer.py
    
    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    
    * Update pandas/core/arrays/boolean.py
    
    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    
    * pandas-dev#28792 DOC: udpated reviewers comments
    
    * pandas-dev#28792 DOC: Fixing flake8 Errors
    
    Co-authored-by: Nagesh Kumar C <Nageshkumar.c@ab-inbev.com>
    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
    4 people committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    290c58a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5532ae8 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'issue37053-unify-numpy-related-imports-in-pandas/tests/…

    …plotting' of https://github.com/onshek/pandas into issue37053-unify-numpy-related-imports-in-pandas/tests/plotting
    onshek committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    50a92fb View commit details
    Browse the repository at this point in the history
  15. Revert "Merge branch 'issue37053-unify-numpy-related-imports-in-panda…

    …s/tests/plotting' of https://github.com/onshek/pandas into issue37053-unify-numpy-related-imports-in-pandas/tests/plotting"
    
    This reverts commit 50a92fb, reversing
    changes made to 5532ae8.
    onshek committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d5fbc76 View commit details
    Browse the repository at this point in the history