8000 Comparing v2.1.2...v2.1.3 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

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: v2.1.2
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: v2.1.3
Choose a head ref
  • 15 commits
  • 51 files changed
  • 11 contributors

Commits on Oct 27, 2023

  1. Backport PR #55722 on branch 2.1.x (DOC: Add whatsnew for 2.1.3) (#55723

    )
    
    Backport PR #55722: DOC: Add whatsnew for 2.1.3
    
    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    meeseeksmachine and jorisvandenbossche authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d11fa8d View commit details
    Browse the repository at this point in the history
  2. Backport PR #55707 on branch 2.1.x (REF: Avoid np.can_cast for scalar…

    … inference for NEP 50) (#55716)
    
    Backport PR #55707: REF: Avoid np.can_cast for scalar inference for NEP 50
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    meeseeksmachine and mroeschke authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c5da5ea View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Backport PR #55747 on branch 2.1.x (DOC: Fix release date for 2.1.2) (#…

    …55749)
    
    Backport PR #55747: DOC: Fix release date for 2.1.2
    
    Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
    meeseeksmachine and lithomas1 authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    08f2bd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Backport PR #55726 on branch 2.1.x (fix segfault with tz_localize_to_…

    …utc) (#55796)
    
    Backport PR #55726: fix segfault with tz_localize_to_utc
    
    Co-authored-by: William Ayd <will_ayd@innobi.io>
    meeseeksmachine and WillAyd authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    bf91684 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Backport PR #55817 on branch 2.1.x (COMPAT: Numpy int64 Windows defau…

    …lt for Numpy 2.0) (#55851)
    
    Backport PR #55817: COMPAT: Numpy int64 Windows default for Numpy 2.0
    
    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    meeseeksmachine and mroeschke authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8a616b9 View commit details
    Browse the repository at this point in the history
  2. Backport PR #55761 on branch 2.1.x (BUG: DatetimeIndex.diff raising T…

    …ypeError) (#55819)
    
    * Backport PR #55473: TST: sort index with sliced MultiIndex
    
    * BUG: DatetimeIndex.diff raising TypeError (#55761)
    
    * BUG: DatetimeIndex.diff raising TypeError
    
    * add test and whatsnew
    
    * typing
    
    * use Index
    
    (cherry picked from commit f04da3c)
    
    * fix whatsnew
    lukemanley authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0bf70c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    7702f41 View commit details
    Browse the repository at this point in the history
  2. TST: Make read_csv tests pyarrow 13 compatable on 2.1.x (#55855)

    * TST: Make read_csv tests pyarrow 13 compatable on 2.1.x
    
    * Skip on windows for ARROW_TIMEZONE_DATABASE
    mroeschke authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c9854d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Backport PR #55227 on branch 2.1.x (BUG: Interchange object data buff…

    …er has the wrong dtype / from_dataframe incorrect ) (#55863)
    
    Backport PR #55227: BUG: Interchange object data buffer has the wrong dtype / from_dataframe incorrect
    
    Co-authored-by: Marco Edward Gorelli <marcogorelli@protonmail.com>
    Co-authored-by: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com>
    3 people authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    569f904 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Backport PR #55427 on branch 2.1.x (DOC: Remove outdated docs about N…

    …umPy's broadcasting) (#55896)
    
    Backport PR #55427: DOC: Remove outdated docs about NumPy's broadcasting
    
    Co-authored-by: cobalt <61329810+RedGuy12@users.noreply.github.com>
    meeseeksmachine and cobaltt7 authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    de8af3c View commit details
    Browse the repository at this point in the history
  2. Backport PR #55764 on branch 2.1.x (REGR: fix return class in _constr…

    …uctor_from_mgr for simple subclasses) (#55892)
    
    Backport PR #55764: REGR: fix return class in _constructor_from_mgr for simple subclasses
    
    Co-authored-by: Isaac Virshup <ivirshup@gmail.com>
    meeseeksmachine and ivirshup authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4158666 View commit details
    Browse the repository at this point in the history
  3. Backport PR #55894 on 2.1.x: Parquet/Feather IO: disable PyExtensionT…

    …ype autoload (#55900)
    
    Parquet/Feather IO: disable PyExtensionType autoload (#55894)
    
    * Parquet/Feather IO: disable PyExtensionType autoload
    
    * don't install hotfix for pyarrow >= 14.0.1
    
    * move patching to extension type definitions
    
    * expand error message
    
    * fix compat for pyarrow not installed
    
    * add whatsnew
    
    (cherry picked from commit 851fea0)
    jorisvandenbossche authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1691a51 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Backport PR #55907 on branch 2.1.x (DOC: Add release date for 2.1.3) (#…

    …55913)
    
    Backport PR #55907: DOC: Add release date for 2.1.3
    
    Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
    meeseeksmachine and lithomas1 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    92ce245 View commit details
    Browse the repository at this point in the history
  2. Backport PR #55911 on branch 2.1.x (DOC: convert outdated example of …

    …NumPy's broadcasting to literal code block) (#55912)
    
    Backport PR #55911: DOC: convert outdated example of NumPy's broadcasting to literal code block
    
    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    meeseeksmachine and jorisvandenbossche authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d9665ca View commit details
    Browse the repository at this point in the history
  3. RLS: 2.1.3

    Pandas Development Team authored and jorisvandenbossche committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2a953cf View commit details
    Browse the repository at this point in the history
Loading
0