Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: v1.2.3
Choose a base ref
Loading
...
head repository: pandas-dev/pandas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.4
Choose a head ref
Loading
  • 18 commits
  • 38 files changed
  • 8 contributors

Commits on Mar 2, 2021

  1. Backport PR #40170: DOC: Start v1.2.4 release notes (#40172)

    Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
    meeseeksmachine and simonjayhawkins authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    53e7814 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Backport PR #40233: DEPS: skip html tests if html5lib is not installed

    …#40198 (#40253)
    
    Co-authored-by: Fangchen Li <fangchen.li@outlook.com>
    meeseeksmachine and fangchenli authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    738f3a0 View commit details
    Browse the repository at this point in the history
  2. Backport PR #40143 on branch 1.2.x (REGR: reduction operations failin…

    …g if `min_count` is larger) (#40237)
    
    Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
    meeseeksmachine and simonjayhawkins authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    59fe44e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Backport PR #40471: compat: sqlalchemy deprecations (#40481)

    Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
    simonjayhawkins and jbrockmendel authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    0c1c8c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    3aefe7b View commit details
    Browse the repository at this point in the history
  2. Backport PR #40457: CI: fix failing script/tests (#40633)

    Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
    simonjayhawkins and jbrockmendel authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    5a311ef View commit details
    Browse the repository at this point in the history
  3. Backport PR #40525: BUG: to_json failing on PyPy (#40590)

    Co-authored-by: Matthew Zeitlin <37011898+mzeitlin11@users.noreply.github.com>
    meeseeksmachine and mzeitlin11 authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    97f9a1e View commit details
    Browse the repository at this point in the history
  4. REGR: where not copying on no-op (#40592) (#40634)

    Co-authored-by: Matthew Zeitlin <37011898+mzeitlin11@users.noreply.github.com>
    simonjayhawkins and mzeitlin11 authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    ed966dd View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Backport PR #40604: REGR: replace with multivalued regex raising (#40648

    )
    
    Co-authored-by: Matthew Zeitlin <37011898+mzeitlin11@users.noreply.github.com>
    simonjayhawkins and mzeitlin11 authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    114e0d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Backport PR #40718: COMPAT: matplotlib 3.4.0 (#40739)

    Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
    meeseeksmachine and jbrockmendel authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    fd2a85a View commit details
    Browse the repository at this point in the history
  2. Backport PR #40723: BUG: fix comparison of NaT with numpy array (#40734)

    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    meeseeksmachine and jorisvandenbossche authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    c8c57a8 View commit details
    Browse the repository at this point in the history
  3. Backport PR #38574: TST: fix some mpl warnings (#40801)

    Co-authored-by: mzeitlin11 <37011898+mzeitlin11@users.noreply.github.com>
    meeseeksmachine and mzeitlin11 authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    a2cbc03 View commit details
    Browse the repository at this point in the history
  4. Backport PR #40407: DOC: remove pin for pydata-sphinx-theme + update …

    …for latest release (#40807)
    
    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    meeseeksmachine and jorisvandenbossche authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    8493555 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Backport PR #40850: REGR: object column repr not respecting float for…

    …mat (#40875)
    
    Co-authored-by: Matthew Zeitlin <37011898+mzeitlin11@users.noreply.github.com>
    meeseeksmachine and mzeitlin11 authored Apr 11, 2021
    Configuration menu
    Copy the full SHA
    3fae915 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    7b1803c View commit details
    Browse the repository at this point in the history
  2. Backport PR #40880: DOC: 1.2.4 release date (#40894)

    Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
    meeseeksmachine and simonjayhawkins authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    57dd3d2 View commit details
    Browse the repository at this point in the history
  3. Backport PR #40878: REGR: ufunc with DataFrame input not passing all …

    …kwargs (#40895)
    
    Co-authored-by: Matthew Zeitlin <37011898+mzeitlin11@users.noreply.github.com>
    meeseeksmachine and mzeitlin11 authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    0428542 View commit details
    Browse the repository at this point in the history
  4. RLS: 1.2.4

    Pandas Development Team authored and simonjayhawkins committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    2cb9652 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.