Skip to content
Permalink
master

Commits on Dec 26, 2020

  1. DOC: Start v1.2.1 release notes (#38704)

    simonjayhawkins committed Dec 26, 2020
  2. DOC: 1.2.0 release date (#38678)

    simonjayhawkins committed Dec 26, 2020
  3. CLN: remove unnecessary casting from Block methods (#38700)

    jbrockmendel committed Dec 26, 2020

Commits on Dec 25, 2020

  1. Revert "Deprecated casting an object-dtype index of datetime objects …

    …to DatetimeIndex in the Series constructor (23598)" (#38679)
    
    * Revert "DEPR: is_all_dates (#36697)"
    
    This reverts commit 90a6135.
    
    * revert Deprecated casting an object-dtype index of ``datetime`` objects to :class:`.DatetimeIndex` in the :class:`Series` constructor (:issue:`23598`) only
    
    * Revert "BUG: record warnings related to DatetimeIndex (#37193)"
    
    This reverts commit 23c41bd.
    
    * remove assert_produces_warning added in TST/REF: collect tests by method, some misplaced #37354
    simonjayhawkins committed Dec 25, 2020

Commits on Dec 24, 2020

  1. REF: share Index.union (#38671)

    * BUG: MultiIndex, IntervalIndex intersection with Categorical
    
    * standardize
    
    * Share intersection
    
    * REF: share Index.union
    
    * move doctest examples
    jbrockmendel committed Dec 24, 2020
  2. PERF: fix assert_frame_equal can be very slow (#38202)

    ivanovmg committed Dec 24, 2020
  3. REF: simplify coerce_to_target_dtype (#38683)

    jbrockmendel committed Dec 24, 2020
  4. CLN: algos.searchsorted (#38686)

    jbrockmendel committed Dec 24, 2020
  5. Add match=msg to pytest.raises or convert to external_error_raised fo…

    …r modules in tests/plotting (#38684)
    moink committed Dec 24, 2020
  6. post-merge fixup (#38685)

    jbrockmendel committed Dec 24, 2020
  7. ENH: Map pandas integer to optimal SQLAlchemy integer type (GH35076) (#…

    …38548)
    
    * BUG: Map pandas integer to optimal SQLAlchemy integer type (GH35076)
    
    * Add conditional for default 32/64 bit integer size
    
    * Check precision of int dtype
    
    * Add whatsnew entry
    
    * Update whatsnew
    avinashpancham committed Dec 24, 2020
  8. CLN: simplify Block.putmask (#38677)

    jbrockmendel committed Dec 24, 2020
  9. REF: share Index.difference (#38676)

    jbrockmendel committed Dec 24, 2020
  10. REF: dispatch TDBlock._can_hold_element to TimedeltaArray._validate_s…

    …etitem_value (#38674)
    jbrockmendel committed Dec 24, 2020
  11. TST: arithmetic test parametrization/cleanup (#38673)

    jbrockmendel committed Dec 24, 2020
  12. [BUG] Concat duplicates errors (or lack there of) (#38654)

    * Revert "[BUG]: Fix ValueError in concat() when at least one Index has duplicates (#36290)"
    
    This reverts commit b32febd.
    ivirshup committed Dec 24, 2020

Commits on Dec 23, 2020

  1. REF: collect dt64<->dt64tz astype in dtypes.cast (#38662)

    jbrockmendel committed Dec 23, 2020
  2. BUG: `scatter_matrix` raising with 2d axis passed (#38668)

    mzeitlin11 committed Dec 23, 2020
  3. ENH: Add dtype argument to read_sql_query (GH10285) (#37546)

    avinashpancham committed Dec 23, 2020
  4. DEPR: Adjust read excel behavior for xlrd >= 2.0 (#38571)

    rhshadrach committed Dec 23, 2020
  5. CLN: Rolling _prep_values (#38666)

    mroeschke committed Dec 23, 2020
  6. CLN: Rolling attributes (#38664)

    mroeschke committed Dec 23, 2020
  7. CLN: numba.prange usage (#38661)

    mroeschke committed Dec 23, 2020
  8. DEPR: datetimelike.astype(int) (#38544)

    jbrockmendel committed Dec 23, 2020
  9. TST: fix rest of mpl warnings (#38659)

    mzeitlin11 committed Dec 23, 2020
  10. BUG: disallow scalar in Categorical constructor (#38472)

    jbrockmendel committed Dec 23, 2020
  11. DOC: update wording about when xlrd engine can be used (#38456)

    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    cjw296 and jorisvandenbossche committed Dec 23, 2020
  12. BUG: read_json does not respect chunksize (#38293)

    robertwb committed Dec 23, 2020
  13. REF: use DatetimeArray._validate_setitem_value for DatetimeBlock._can…

    …_hold_element (#38651)
    jbrockmendel committed Dec 23, 2020
  14. BUG: disallow scalar in CategoricalIndex construtor (#38614)

    jbrockmendel committed Dec 23, 2020
Older
You can’t perform that action at this time.