Skip to content
Permalink
master

Commits on Mar 2, 2021

  1. BUG: DataFrame(frozenset) should raise (#40163)

    jbrockmendel committed Mar 2, 2021
  2. Deprecate DataFrame indexer for iloc setitem and getitem (#39022)

    phofl committed Mar 2, 2021
  3. PERF: don't sort data twice in groupby apply when not using libreduct…

    …ion fast_apply (#40176)
    jorisvandenbossche committed Mar 2, 2021
  4. [ArrayManager] Ensure to store datetimelike data as DatetimeArray/Tim…

    …edeltaArray (and not ndarray) (#40147)
    jorisvandenbossche committed Mar 2, 2021
  5. REF: simplify to_datetime, annotations (#40156)

    jbrockmendel committed Mar 2, 2021
  6. Use tempfile for creating a file in home directory for a IO test (#40122

    )
    chrispe committed Mar 2, 2021
  7. ENH: Arrow backed string array - implement factorize() method without…

    … casting to objects (#38007)
    simonjayhawkins committed Mar 2, 2021
  8. DOC: Start v1.2.4 release notes (#40170)

    simonjayhawkins committed Mar 2, 2021
  9. STYLE: Inconsistent namespace - dtypes (#39992) (#40161)

    parkerashlan committed Mar 2, 2021
  10. STYLE: incondintent namaspace(series) (#40159)

    * STYLE: incondintent namaspace(series)
    
    * remove import-pandas
    na2shell committed Mar 2, 2021
  11. DOC: 1.2.3 release date (#40137)

    simonjayhawkins committed Mar 2, 2021

Commits on Mar 1, 2021

  1. PERF: extract_array -> _values (#40150)

    jbrockmendel committed Mar 1, 2021
  2. enable branch coverage (#40142)

    MarcoGorelli committed Mar 1, 2021
  3. TYP: to_arrays, BUG: from_records empty dtypes (#40121)

    jbrockmendel committed Mar 1, 2021
  4. REF: share recarray constructor code (#40129)

    jbrockmendel committed Mar 1, 2021
  5. PERF: DTA/TDA _simple_new disallow i8 values (#40116)

    jbrockmendel committed Mar 1, 2021
  6. update pre-commit-config (#40125)

    MarcoGorelli committed Mar 1, 2021
  7. Ensure more const typing (#40119)

    mroeschke committed Mar 1, 2021
  8. BENCH: collect low-dependency asvs (#39917)

    jbrockmendel committed Mar 1, 2021
  9. CLN: remove conda recipe (#40128)

    Co-authored-by: Fangchen Li <fangchenli@Fangchens-MacBook-Pro.local>
    fangchenli and Fangchen Li committed Mar 1, 2021
  10. to_offset was not using the compiled regex (#40138)

    Resolves #39988.
    Mulugruntz committed Mar 1, 2021
  11. [ArrayManager] TST: resample tests (#40085)

    jorisvandenbossche committed Mar 1, 2021
  12. TST: collect tests by method, split large tests (#40133)

    jbrockmendel committed Mar 1, 2021
  13. TST: share value_counts tests (#40132)

    jbrockmendel committed Mar 1, 2021

Commits on Feb 28, 2021

  1. STYLE: Inconsistent namespace - reshape (#39992) (#40058)

    Co-authored-by: Marco Gorelli <marcogorelli@protonmail.com>
    alexprincel and MarcoGorelli committed Feb 28, 2021
  2. ENH: Implement unary operators for FloatingArray class (#39916)

    zitorelova committed Feb 28, 2021
  3. CI: skip array-manager test (#40118)

    jbrockmendel committed Feb 28, 2021

Commits on Feb 27, 2021

  1. BUG: format multiple CSS selectors correctly (#39942)

    attack68 committed Feb 27, 2021
  2. BENCH: skip slowest tzlocal asvs (#39995)

    jbrockmendel committed Feb 27, 2021
Older