Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pandas-dev/pandas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 87eac8a
Choose a base ref
...
head repository: pandas-dev/pandas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c8ebe07
Choose a head ref
  • 13 commits
  • 22 files changed
  • 2 contributors

Commits on Aug 27, 2024

  1. BUG (string): str.replace with negative n (#59628)

    * BUG (string): str.replace with negative n
    
    * update GH ref
    jbrockmendel authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    306385b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb05b13 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. DOC: fix docstring validation errors for pandas.Series (#59633)

    * fixed Series.sparse and Series.sparse.to_coo and removed from ci/code_checks.sh
    
    * fixed errors from pre-commit
    
    * fixed errors from pre-commit
    pol-rius authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ef3368a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b36fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9127829 View commit details
    Browse the repository at this point in the history
  4. update tests

    jbrockmendel committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e7ae735 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ca5a2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c28a2c View commit details
    Browse the repository at this point in the history
  7. update message

    jbrockmendel committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    708e5d3 View commit details
    Browse the repository at this point in the history
  8. skip no-longer-supported

    jbrockmendel committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    75eddea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72c59cf View commit details
    Browse the repository at this point in the history
  10. update exception message

    jbrockmendel committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    10be506 View commit details
    Browse the repository at this point in the history
  11. update exception message

    jbrockmendel committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c8ebe07 View commit details
    Browse the repository at this point in the history
Loading