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

PERF: Faster transposition of frames with masked arrays #52836

Merged
merged 21 commits into from
Jul 16, 2023

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    f250ea4 View commit details
    Browse the repository at this point in the history
  2. simplify ASVs

    topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    deaa6bb View commit details
    Browse the repository at this point in the history
  3. typing failed, less typing

    topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    3e56638 View commit details
    Browse the repository at this point in the history
  4. pre-commit fixes

    topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    95230dd View commit details
    Browse the repository at this point in the history
  5. update

    topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    3847c48 View commit details
    Browse the repository at this point in the history
  6. Improve performance when selecting rows and columns (pandas-dev#53014)

    * Improve performance when selecting rows and columns
    
    * Update doc/source/whatsnew/v2.1.0.rst
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    
    * Update indexing.py
    
    * Update v2.1.0.rst
    
    ---------
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    2 people authored and topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    e87ad15 View commit details
    Browse the repository at this point in the history
  7. PERF: Improve performance when accessing GroupBy.groups (pandas-dev#5…

    …3088)
    
    * PERF: Improve performance when accessing GroupBy.groups
    
    * Update v2.1.0.rst
    
    * Fix
    phofl authored and topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    cb7fbe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e065f4d View commit details
    Browse the repository at this point in the history
  9. fix precommit

    topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    b664503 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29c03c6 View commit details
    Browse the repository at this point in the history
  11. update

    topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    2af2fc3 View commit details
    Browse the repository at this point in the history
  12. Improve performance when selecting rows and columns (pandas-dev#53014)

    * Improve performance when selecting rows and columns
    
    * Update doc/source/whatsnew/v2.1.0.rst
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    
    * Update indexing.py
    
    * Update v2.1.0.rst
    
    ---------
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    2 people authored and topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    e56f987 View commit details
    Browse the repository at this point in the history
  13. PERF: Improve performance when accessing GroupBy.groups (pandas-dev#5…

    …3088)
    
    * PERF: Improve performance when accessing GroupBy.groups
    
    * Update v2.1.0.rst
    
    * Fix
    phofl authored and topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    22f5238 View commit details
    Browse the repository at this point in the history
  14. fix precommit

    topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    1852bb2 View commit details
    Browse the repository at this point in the history
  15. fix pre-commit

    topper-123 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    502bcee View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

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

Commits on Jun 11, 2023

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

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    c61ba7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07663af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    094ee0a View commit details
    Browse the repository at this point in the history
  4. fix pre-commit

    topper-123 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    7234b03 View commit details
    Browse the repository at this point in the history